﻿body 
{
	margin:5px auto;
	background:#B5CEED url('../images/fond-page-web.jpg') no-repeat center top;
	font-size:11px;
}
body, input, textarea, select , h1 , h2, h3, div, span ,a, table
{
	font-family:Verdana, arial;
	font-size:11px;
	margin:0px;
}

img
{
	border:0px;
}

a
{
	color:#000000;
	text-decoration:none;
}


h1.small
{
	margin:0;
	padding:0;
	font-size:12px;
}
h1.medium
{
	margin:0;
	padding:0;
	font-size:14px;
}

h1.TitrePage
{
		font-size:14px;
		margin-bottom:16px;
		color:#6690E4;
}

h2.TitrePage
{
		font-size:12px;
		margin-bottom:14px;
		color:#6690E4;
}


#contener
{
	width:994px;
	height:590px;
	margin:16px auto 0px auto;
	background:url('../images/fond-acc.jpg') no-repeat;
}

#header
{
	width:994px;
	height:82px;
	font-size:10px;
	position:relative;
}


#header div.baseLine
{
	color:#2E549A;
	font-size:24px;
	margin-left:200px;
	padding-top:14px;
	width:360px;
	float:left;
}

#header input
{
	font-size:10px;
}

#headerRight
{
	width:418px;
	margin-left:570px;
	padding-top:8px;
}
#MapZone
{
	position:absolute; 
	top:24px; 
	left:25px; 
	width:156px; 
	height:38px;
}
#MapZone div
{
	width:100%; 
	height:38px;
	cursor:pointer;
}

              

#Compte
{
	float:left;
	width:198px;
	color:#000000;
	padding-left:4px;
	font-size:10px;
	
}


#Compte input
{
	font-size:10px;
	border:0px;
}

#Compte a{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	font-size:10px;
}


#VisuPanier
{
	float:left;
	width:190px;
	padding:10px 10px 0 10px;
	margin-left:4px;
	color:#ffffff;
	font-size:10px;
}

#VisuPanier a{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
}

#VisuPanier table{
	width:190px;
}

#ToolBar
{
	width:980px;
	display:block;
	height:58px;
	margin-left:7px;
}

#Menu
{
	float:left;
	width:720px;
}

#Menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:700px;
	float:left;
}

#Menu ul li 
{
	float:left;
}

#Menu ul li div
{
	width:139px; 
	padding: 10px 0 16px 0;
	text-align:center;
	cursor:pointer;
	font-size:12px;
}
#Menu  ul li div.menuActif
{
	background-image:url('../images/over-menu.png');
	color:#6690e4;
}


#Menu ul li a
{
	text-decoration: none;
	color: #464445;
	font-weight:700;
	font-size:12px;
}

#Menu ul li a:hover
{
	color:#6690e4;
	font-weight:700;
}

#Menu ul li a:hover div
{
	/*background-image:url('../images/over-menu.png');*/
		
}

#sousMenuProduits
{
	float:left;
	display:none;
	padding:0;
	padding-left:10px;
}

#sousMenuProduits span
{
	background:url('../images/puce-carre-rose.jpg') no-repeat left center;
	padding-left:8px;
	padding-right:20px;
}



#sousMenuProduits a
{
	color:#606062;
	font-size:11px;
	font-weight:bold;
}

#sousMenuProduits a:hover
{
	color:#bc007b;
}


/*zone de recherche*/
#Recherche
{
	float:right;
}

.inputSearch
{
	border:solid 1px #ffffff;
	float:left;
	width:150px;
	font-size:10px;
	margin:0px;
}
.buttonSearch
{

	border:none;
	/*background-color:#000000;*/
	width:22px;
	height:16px;
	background:transparent url('../images/btn-ok.jpg');
}
/**/


#content
{
	width:994px;
	height:440px;
	display:block;
	float:left;
}

#contentLeft
{
	float:left;
	width:240px;
	height:440px;
	
/*	background-color:Purple ;
	filter:alpha(opacity=25);
	opacity:0.25;*/
	
}



#contentCenter
{
	float:left;
	width:734px;
	height:430px;
	padding:5px 0px 5px 10px;
	overflow:auto;
	position:relative;
	/*background-color:Lime;
	filter:alpha(opacity=25);
	opacity:0.25;*/
}



#footer
{
	display:block;
	float:left;
	width:974px;
	text-align:center;
	padding:10px;
	font-size:10px;
	color:#83888A;
}



#footer a
{
	text-decoration:none;
	color:#83888A;
}

#footer table
{
width:100%;
}

#footer table tr td div
{
	background:url('../images/1px.png');
	padding:5px 10px;
}
#footer table tr td div a
{
font-size:11px;

}
#footer table tr td a
{
font-size:10px;
}


.messageClient
{
	color:#ff0000;
	display:block;
	padding-bottom:20px;
}



/*style des tableaux*/

.table
{
	border: solid 1px #ffffff;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	text-align: center;
}


.table tr td
{
	border: solid 1px #ffffff;
	padding:0 4px 0 4px;
}

.table tr td a
{
	text-decoration:underline;
	
}

.table tr td a:hover
{
	color:#bc007b;
}





.header
{
	background-color:#a3b4d2;
    font-size:11px;
    border:none;
    height:20px;
    border-bottom:solid 1px #ffffff;
    font-weight:bold;
    color:#ffffff;
}

.header a
{
    color:#ffffff;
    text-decoration:none;
}

.header a:hover
{
	color:#bc007b;
}


.odd
{
	background-color:#edf0f6;
    border-bottom:solid 1px #a3b4d2;
}

.even
{
	background-color:#ffffff;
	border-bottom:solid 1px #a3b4d2;
}

.footer
{
	background-color:#a3b4d2;
    font-size:11px;
    border:none;
    height:20px;
    border-bottom:solid 1px #ffffff;
    font-weight:bold;
    color:#ffffff;
    text-align:center;
}

.footer table tr td span
{

    color:#bc007b;
}



.footer a
{
    color:#000000;
    text-decoration:none;
}

/*fin style des tableau*/



/*****AutoComplete flyout****/
.autocomplete_completionListElement 
{  
	/*margin : 0px!important;
	background-color :White;
	color :Black;
	*border : buttonshadow;*
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	*height : 200px;*
    text-align : left; */
    list-style-type : none;
	padding:0px;
	margin:0;
	z-index:900;
	border-width : 1px;
	border-style : solid;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
	background-color: #cecece;
	color: black;
	padding: 1px;
	cursor:pointer;
}

/* AutoComplete item */
.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}
/***Fin AutoComplete flyout***/




.BorderTopBlanc, tr.BorderTopBlanc td
{
	border-top:solid 1px #ffffff;
}
.BorderBottomBlanc, tr.BorderBottomBlanc td
{
	border-bottom:solid 1px #ffffff;
}

.BorderBottomGris, tr.BorderBottomGris td
{
	border-bottom:solid 1px #cecece;
}


/*page confirmation de commande*/
.AdresseConfirmation
{
	background-color:#ffffff;
	filter:alpha(opacity=50);
	opacity:0.5;
	margin-left:6px;
	padding-left:10px;
	font-size:11px;
	width:220px;
}

.AdresseConfirmation div.titre
{
	font-weight:bold;
	color:#606062;
	font-weight:bold;
}


.PanelButton
{
	text-align:right;
	padding:10px 20px 8px 10px;
	position:absolute;
	top:394px;
	width:704px;
	left:0px;
}

.PanelButton2
{
	clear:both;
	margin:0px;
	padding:0px;
	text-align:right;
	position:absolute;
	top:358px;
	left:10px;
	width:720px;
	overflow:hidden;
}



.ButtonOk
{
	width:24px;
	padding:2px 0 2px 0;
	border:solid 1px #808080;
	background-color:#ffffff;
	Font-size:10px;
}

.print
{
	display:none;
}

/*pages conseils*/
div.conseils
{
	width:490px;
	margin-left:20px;
	float:left;
}
div.conseils ul
{
	list-style-image:url('../images/puce-historique.png');
}
div.conseils ul li
{
	margin: 6px 0 6px 0;
}
div.conseils ul li a
{
	font-size:12px;
}

div.conseilsLiensUtiles
{
	background:url('../images/liens-utiles.png') no-repeat;
	width:161px;
	height:215px;
	float:right;
	margin-right:6px;
} 

div.conseilsLiensUtiles div
{
	margin-top:30px;
	padding:10px;
}

div.conseilsLiensUtiles ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

div.conseilsLiensUtiles li
{
	padding-bottom:5px;
}

div.conseilsLiensUtiles a
{
	color:#ffffff;
}




.button200
{
	background:url('../images/fd-btn200.png') no-repeat;
	width:200px;
	padding:2px 0 5px 0;
	margin:0;
	border:0px;
	cursor:pointer;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	float:left;
}

.button160
{
	background:url('../images/fd-btn160.png') no-repeat;
	width:161px;
	padding:2px 0 5px 0;
	border:0px;
	cursor:pointer;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
}

.button130
{
	background:url('../images/fd-btn130.png') no-repeat;
	width:130px;
	padding:2px 0 5px 0;
	border:0px;
	cursor:pointer;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
}
.button100
{
	background:url('../images/fd-btn100.png') no-repeat;
	width:102px;
	padding:2px 0 5px 0;
	border:0px;
	cursor:pointer;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
}

.LoginButton
{
	padding:1px;
	font-weight:bold;
	background-color:#EFEBE9;
	color:#78706E;
	font-size:10px;
}
