/* Feuille de style pour la charte graphique du site
 * Cette feuille de style est appelée depuis styles.css.
 */

/***************** STRUCTURE *****************/
*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;
list-style:none;
}
body,html{
	height:100%;/*---obligatoire pour le footer---*/
	background:#853f33 url(../images/charte/bg-body.jpg ) center top no-repeat;
}

body{
	font-size:62.5%;
}

#container{
	position: relative;/*---obligatoire pour le footer---*/
	min-height:100%; /*---obligatoire pour le footer:Firefox---*/
	height:auto !important;/*---obligatoire pour le footer:Firefox---*/
	width:990px;
	margin:0 auto;
	background:#853f33;
}


#header{
	width:990px;
	height:189px;
	background:url(../images/charte/header.jpg) left top no-repeat;
}
#header_en{
	width:990px;
	height:189px;
	background:url(../images/charte/header_en.jpg) left top no-repeat;
}

#header #flash,
#header_en #flash{
	width:794px;
	height:189px;
	float:left;
}
#header #formulaires,
#header_en #formulaires{
	position:absolute;
	right:0;
	top:0;
	width:196px;
	float:left;
}
#formulaires #recherche,
#formulaires #recherche_en{
	width:186px;
	padding: 35px 0 0 10px;
}
#formulaires #recherche a,
#formulaires #recherche_en a{
	font:10px Arial, Helvetica, sans-serif;
	color:#006600;
	line-height:21px;
	text-decoration:underline;
}

#formulaires #recherche a:hover,
#formulaires #recherche_en a:hover{
	text-decoration:none;
}

a.rechercher{ background:url(../images/charte/rechercher.jpg) left top no-repeat; width:69px; height:21px; display:block;}
a:hover.rechercher{ background:url(../images/charte/rechercherhover.jpg) left top no-repeat; width:69px; height:21px; display:block;}

#recherche_en a.rechercher{ background:url(../images/charte/rechercher_en.jpg) left top no-repeat; width:69px; height:21px; display:block;}
#recherche_en a:hover.rechercher{ background:url(../images/charte/rechercherhover_en.jpg) left top no-repeat; width:69px; height:21px; display:block;}


#formulaires #recherche  input,
#formulaires #recherche_en  input{
	border:1px solid #4F1902;
	font:1.1em Arial, Helvetica, sans-serif;
	height:15px;
	padding-left:3px;
	margin-bottom:5px;
}
/************************/
#formulaires #compte,
#formulaires #compte_en{
	width:186px;
	padding: 30px 0 0 10px;
}
#formulaires #compte  a,
#formulaires #compte_en  a{
	font:10px Arial, Helvetica, sans-serif;
	color:#006600;
	line-height:21px;
	float:left;
	text-decoration:underline;
}
#formulaires #compte a:hover,
#formulaires #compte_en a:hover{
	text-decoration:none;
}
a.valider{ background:url(../images/charte/valider.jpg) left top no-repeat; width:51px; height:21px; display:block; }
a:hover.valider{ background:url(../images/charte/validerhover.jpg) left top no-repeat; width:51px; height:21px; display:block;}

#compte_en a.valider{ background:url(../images/charte/valider_en.jpg) left top no-repeat; width:51px; height:21px; display:block; }
#compte_en a:hover.valider{ background:url(../images/charte/validerhover_en.jpg) left top no-repeat; width:51px; height:21px; display:block;}


#formulaires #compte input,
#formulaires #compte_en input{
	border:1px solid #4F1902;
	font:1.1em Arial, Helvetica, sans-serif;
	height:15px;
	padding-left:3px;
	margin-bottom:5px;
}
/***************************/
#formulaires #apercuPanier{
	width:186px;
	padding:90px 0 0 10px;
}
#formulaires #apercuPanier p{
	font:10px Arial, Helvetica, sans-serif;
	color:#006600;
	float:left;
	float:left;
	line-height:15px;
}
#formulaires #apercuPanier span{
	color:#fff;
	
}
#formulaires #apercuPanier  a{
	font:10px Arial, Helvetica, sans-serif;
	color:#006600;
	float:left;
	text-decoration:underline;
	float:left;
	line-height:15px;
}
#formulaires #apercuPanier a:hover{
	text-decoration:none;	
}

a.terminer{ background:url(../images/charte/terminer.jpg) left top no-repeat; width:116px; height:22px; display:block; }
a:hover.terminer{ background:url(../images/charte/terminerhover.jpg) left top no-repeat; width:116px; height:22px; display:block;}

a.terminer_en{ background:url(../images/charte/terminer_en.jpg) left top no-repeat; width:116px; height:22px; display:block; }
a:hover.terminer_en{ background:url(../images/charte/terminerhover_en.jpg) left top no-repeat; width:116px; height:22px; display:block;}


#menuTop{
	/*width:464px;*/
	width:650px;
	height:44px;
	position:absolute;
	top:189px;
	left:0;
	z-index:60;
	/*background:url(../images/charte/bg-menu.jpg) left top no-repeat;*/
	padding-left:250px;
}
#menuTop .FR{
    float: left;
    margin: 13px 13px 0 90px;
}

#menuTop .EN{
    float: left;
    margin: 13px 0px 0 0px;
}


#menuTop_en{
	/*width:512px;*/
    width:650px;
	height:44px;
	position:absolute;
	top:189px;
	left:0;
	z-index:60;
	/*background:url(../images/charte/bg-menu.jpg) left top no-repeat;*/
	padding-left:250px;
}

#menuTop_en .FR{
    float: left;
    margin: 13px 13px 0 42px;
}

#menuTop_en .EN{
    float: left;
    margin: 13px 0px 0 0px;
}

#menuTop a,
#menuTop_en a{

	height:44px;
	float:left;
	display:block;
}
#menuTop a:hover,
#menuTop_en a:hover{
	height:44px;
	float:left;
	display:block;
}
#menuTop span,
#menuTop_en span{
	display:none;
}
a.bt1		{ 	background:url(../images/charte/bt1.jpg) no-repeat left top; width:83px;	  	}
a:hover.bt1 {	background:url(../images/charte/bt1hover.jpg) no-repeat left top; width:83px;	}

a.bt2		{ 	background:url(../images/charte/bt2.jpg) no-repeat left top; width:116px;	  	}
a:hover.bt2 {	background:url(../images/charte/bt2hover.jpg) no-repeat left top; width:116px; 	}

a.bt3		{ 	background:url(../images/charte/bt3.jpg) no-repeat left top; width:178px;	  	}
a:hover.bt3 {	background:url(../images/charte/bt3hover.jpg) no-repeat left top; width:178px;	}

a.bt4		{ 	background:url(../images/charte/bt4.jpg) no-repeat left top; width:87px;	  	}
a:hover.bt4 {	background:url(../images/charte/bt4hover.jpg) no-repeat left top;width:87px; 	}

/* En */
#menuTop_en a.bt1		{ 	background:url(../images/charte/bt1_en.jpg) no-repeat left top; width:83px;	  	}
#menuTop_en a:hover.bt1 {	background:url(../images/charte/bt1hover_en.jpg) no-repeat left top; width:83px;	}

#menuTop_en a.bt2		{ 	background:url(../images/charte/bt2_en.jpg) no-repeat left top; width:116px;	  	}
#menuTop_en a:hover.bt2 {	background:url(../images/charte/bt2hover_en.jpg) no-repeat left top; width:116px; 	}

#menuTop_en a.bt3		{ 	background:url(../images/charte/bt3_en.jpg) no-repeat left top; width:226px;	  	}
#menuTop_en a:hover.bt3 {	background:url(../images/charte/bt3hover_en.jpg) no-repeat left top; width:226px;	}

#menuTop_en a.bt4		{ 	background:url(../images/charte/bt4.jpg) no-repeat left top; width:87px;	  	}
#menuTop_en a:hover.bt4 {	background:url(../images/charte/bt4hover.jpg) no-repeat left top;width:87px; 	}



/***************** CONTENU *****************/
#contenu_en{
width:990px;
background:url(../images/charte/bg-contenu_en.jpg) left top no-repeat;
min-height:330px; /*---obligatoire pour le footer:Firefox---*/
height:auto !important;/*---obligatoire pour le footer:Firefox---*/
padding-bottom:70px;
}
#contenu{
width:990px;
background:url(../images/charte/bg-contenu.jpg) left top no-repeat;
min-height:330px; /*---obligatoire pour le footer:Firefox---*/
height:auto !important;/*---obligatoire pour le footer:Firefox---*/
padding-bottom:70px;
}


#part1{ /* contenu du site */
width:790px;
display:block;
float:left;
}
#part2{ /* actu promo etc */
width:200px;
display:block;
float:left;
margin-top:122px;
}
#total{
float:left;
width:570px;
}
#contenu #contenuTexte,
#contenu_en #contenuTexte{
width:570px;
padding:60px 0 0 10px;
}
/***************** MENU LEFT *****************/
#contenu #menuLeft,
#contenu_en #menuLeft{
float:left;
width:172px;
padding:159px 0 0 28px;
}
#contenu #menuLeft h1,
#contenu_en #menuLeft h1{
height:20px;
width:172px;
display:block;
}

#contenu #menuLeft span,
#contenu_en #menuLeft span{
display:none;
}

#contenu #menuLeft ul,
#contenu_en #menuLeft ul{
list-style:none;
}
#contenu #menuLeft a,
#contenu_en #menuLeft a{
height:20px;
display:block;
width:172px;
overflow:hidden;
}
#contenu #menuLeft a:hover,
#contenu_en #menuLeft a:hover,
#menuTop a.trigered,
#menuTop_en a.trigered{
color:#fff;
}
#contenu #menuLeft h1.end,
#contenu_en #menuLeft h1.end{
height:12px;
display:block;
width:172px;
background:url(../images/charte/bottom.jpg) left top no-repeat;
}

a.bt5		{ 	background:url(../images/charte/bt5.jpg) no-repeat left top; 	  	}
a:hover.bt5 {	background:url(../images/charte/bt5hover.jpg) no-repeat left top; 	}

a.bt6		{ 	background:url(../images/charte/bt6.jpg) no-repeat left top; 	  	}
a:hover.bt6 {	background:url(../images/charte/bt6hover.jpg) no-repeat left top; 	}

a.bt7		{ 	background:url(../images/charte/bt7.jpg) no-repeat left top; 	  	}
a:hover.bt7 {	background:url(../images/charte/bt7hover.jpg) no-repeat left top; 	}

a.bt8		{ 	background:url(../images/charte/bt8.jpg) no-repeat left top; 	  	}
a:hover.bt8 {	background:url(../images/charte/bt8hover.jpg) no-repeat left top; 	}

a.bt9		{ 	background:url(../images/charte/bt9.jpg) no-repeat left top; 	  	}
a:hover.bt9 {	background:url(../images/charte/bt9hover.jpg) no-repeat left top; 	}

a.bt10		{ 	background:url(../images/charte/bt10.jpg) no-repeat left top; 	  	}
a:hover.bt10 {	background:url(../images/charte/bt10hover.jpg) no-repeat left top; 	}

a.bt11		{ 	background:url(../images/charte/bt11.jpg) no-repeat left top; 	  	}
a:hover.bt11{	background:url(../images/charte/bt11hover.jpg) no-repeat left top; 	}

/* En */

#contenu_en a.bt5		{ 	background:url(../images/charte/bt5_en.jpg) no-repeat left top; 	  	}
#contenu_en a:hover.bt5 {	background:url(../images/charte/bt5hover_en.jpg) no-repeat left top; 	}

#contenu_en a.bt6		{ 	background:url(../images/charte/bt6_en.jpg) no-repeat left top; 	  	}
#contenu_en a:hover.bt6 {	background:url(../images/charte/bt6hover_en.jpg) no-repeat left top; 	}

#contenu_en a.bt7		{ 	background:url(../images/charte/bt7_en.jpg) no-repeat left top; 	  	}
#contenu_en a:hover.bt7 {	background:url(../images/charte/bt7hover_en.jpg) no-repeat left top; 	}

#contenu_en a.bt8		{ 	background:url(../images/charte/bt8_en.jpg) no-repeat left top; 	  	}
#contenu_en a:hover.bt8 {	background:url(../images/charte/bt8hover_en.jpg) no-repeat left top; 	}

#contenu_en a.bt9		{ 	background:url(../images/charte/bt9_en.jpg) no-repeat left top; 	  	}
#contenu_en a:hover.bt9 {	background:url(../images/charte/bt9hover_en.jpg) no-repeat left top; 	}

#contenu_en a.bt10		{ 	background:url(../images/charte/bt10_en.jpg) no-repeat left top; 	  	}
#contenu_en a:hover.bt10 {	background:url(../images/charte/bt10hover_en.jpg) no-repeat left top; 	}

#contenu_en a.bt11		{ 	background:url(../images/charte/bt11_en.jpg) no-repeat left top; 	  	}
#contenu_en a:hover.bt11{	background:url(../images/charte/bt11hover_en.jpg) no-repeat left top; 	}





/***************** SOUS MENU */



#container #contenu #menuLeft li a,
#container #contenu_en #menuLeft li a{
text-decoration:none;
text-align:center;
font:bold 11px Arial, Helvetica, sans-serif;
color: #006600;
display:block;
height:20px;
line-height:20px;
background:url(../images/charte/bg-menuGauche.jpg) repeat-y left top;
width:172px;
margin:0;
}
#container #contenu #menuLeft li a:hover,
#container #contenu_en #menuLeft li a:hover{
text-decoration:none;
color: #CC9900;
background:#C2C2C2;
}
#contenu #menuLeft #vente,
#contenu_en #menuLeft #vente{
float:left;
width:172px;
height:150px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:70px;/*--- = à la hauteur du footer ---*/
}

/***************** CONTENU TEXTUEL *****************/



/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:70px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer1{
width:100%;
height:70px;
margin:0px auto;
background:url(../images/charte/bg-footer.jpg) left top repeat-x;
}
#footer{
position:relative;
clear:both;
width:990px;
height:30px;
margin:auto;
background:url(../images/charte/footer.jpg) left top no-repeat;
padding-top:40px;
}
#idep{
position:absolute;
left:0;
top:40px;
width:210px;
height:30px;
padding-left: 10px;
}
#idep img{

float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color: #333;

margin:8px 0 0 ;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:underline;
color:#333;
}
