/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
/*---permet de changer la couleur de la barre de scroll dans IE (déconseillé)
scrollbar-base-color:#7d8a2e;
---*/
}
body{
background:url(../images/charte/bg-body2.jpg) no-repeat top center;
background-color:#e5e3d7;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:950px;
margin:0 auto;
background:scroll #fff url(../images/charte/bg-container.jpg) center top repeat-y;
}
/***************** HEADER *****************/
#header{
width:950px;
height:166px;
}
/***************** PANIER *****************/

#panier_charte{
	position:absolute;
	right:0;
	width:194px;
	height:121px;
	background-image:url(../images/charte/panier.jpg);
}

#menu-header{
	width:950px;
	height:45px;
}

#anim{
	width:756px;
	height:121px;
}

#pro{
position:absolute;
	top:45px;
	left:756px;
	float:left;
	width:194px;
	height:71px;
	z-index:1;
}


#newsletter{
	position:absolute;
	top:116px;
	left:756px;
	width:194px;
	height:50px;
}
/***************** RECHERCHE *****************/
.FORM1 {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 200px;
	margin-left:12px;
}
.FORM2 {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 197px;
	margin-left:12px;
}
/***************** MENU LEFT *****************/
dl, dt, dd, ul, li {
margin:0;
padding:0;
list-style-type: none;
}
#menuLeft {
float:left;
width:225px;
background:url(../images/charte/bg-left.jpg) no-repeat left top;
}
#menuLeft dt {
cursor: pointer;
width:225px;
}
#menuLeft dt a {
text-decoration: none;
display:block;
height:44px;
background: url(../images/charte/bg-btn1.jpg) repeat-y scroll left top;
text-indent:28px;
font:bold 14px/30px Arial, Helvetica, sans-serif;
color:#fff;
}
#menuLeft dt.texte a {
text-decoration: none;
display:block;
height:24px;
line-height:24px;
background: url(../images/charte/bg-btn1.jpg) repeat-y scroll left top;
text-indent:28px;
font:bold 14px/30px Arial, Helvetica, sans-serif;
color:#fff;
}
#menuLeft dt.texte a:hover{
color:red;
background: url(../images/charte/bg-btn1.jpg) repeat-y scroll left top;
}
#menuLeft dt a span{
display:none;
}

#menuLeft dt.bt1 a {background-image:url(../images/charte/bt01.jpg); height:44px;}
#menuLeft dt.bt2 a {background-image:url(../images/charte/bt02.jpg); height:44px;}
#menuLeft dt.bt3 a {background-image:url(../images/charte/bt03.jpg);}
#menuLeft dt.bt4 a {background-image:url(../images/charte/bt04.jpg);}
#menuLeft dt.bt5 a {background-image:url(../images/charte/bt05.jpg);}
#menuLeft dt.bt6 a {background-image:url(../images/charte/bt06.jpg);}
#menuLeft dt.bt7 a {background-image:url(../images/charte/bt07.jpg);}

#menuLeft dt.btgeneric a {background-image:url(../images/charte/bt-generic.jpg);}
#menuLeft dt.btsacks a {background-image:url(../images/charte/bt-sacks.jpg);}
#menuLeft dt.btselectup a {background-image:url(../images/charte/bt-selectup.jpg);}
#menuLeft dt.btgmac a {background-image:url(../images/charte/bt-gmac.jpg);}
#menuLeft dt.btindiancoast a {background-image:url(../images/charte/bt-indiancoast.jpg);}
#menuLeft dt.btxbbf a {background-image:url(../images/charte/bt-xbbf.jpg);}

#menuLeft dt a:hover{
	text-decoration: none;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right;
}

/***************** CONTENU *****************/
#contenu{
float:left;
width:705px;
min-height:513px;
padding:10px 10px 55px 10px;
background:url(../images/charte/bg-txt.jpg) no-repeat left top;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer"></div> apres la div contenu---*/
.clearer{
clear:both;
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:950px;
height:47px;
margin:-47px auto 0;
background:url(../images/charte/bg-footer.jpg);
}
#idep{
position:absolute;
left:10px;
top:10px;
width:250px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
text-align:left;
color:#006d9f;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#00A5F4;
}
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#006d9f;
text-align:right;
padding:3px 10px 0 0;
line-height:15px;

}
#footer a:link, #footer a:visited{
	text-decoration:none;
	color:#006d9f;
}
#footer a:hover, #footer a:active{
	text-decoration:underline;
	color:#00A5F4;
}



