/***************** 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:#000 url(../images/charte/bg-body.jpg) repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:995px;
margin:0 auto;
background:scroll #fff url(../images/charte/bg-hauteur.jpg) center top repeat-y;
}
/***************** HEADER *****************/
#header{
width:995px;
height:202px;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
float:left;
z-index:10;
width:544px;
padding-left:74px;
height:49px;
list-style:none;
background: url(../images/charte/bg-menuhaut.jpg) no-repeat;

}
#menuTop li{
position:relative;
float:left;
}
#menuTop li span{
display:none;
}
#menuTop li.bt1 a {
background:url(../images/charte/b01.jpg);
width:145px;
}
#menuTop li.bt2 a {
background:url(../images/charte/b02.jpg);
width:134px;
margin-left:134px;
}
#menuTop li.btvide span {
width:134px;
}
#menuTop li.bt3 a {
background:url(../images/charte/b03.jpg);
width:131px;
}

#menuTop a{
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
display:block;
height:49px;
overflow:hidden;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
background-position:bottom;
}
/***************** PANIER */
#menuTopPanier  {
float:left;
width:220px;
height:19px;
background:url(../images/charte/bg-panier.jpg) top left;
font:bold 12px Arial, Helvetica, sans-serif;
color:#fff;
padding:30px 0 0 155px;

}
#menuTopPanier a {
text-decoration:underline;
color:#ff8400;
margin:8px 0 0;
}
#menuTopPanier a:hover{
text-decoration:underline;
color:#fff;
}
/***************** CONTENU MENU + TEXTE *****************/
#contenuglobal {
float:left;
width:995px;
background:url(../images/charte/bg-contenu.jpg) no-repeat top left;
}

/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:180px;
padding:37px 10px 0 62px;
}
.formrecherche {
font:normal 11px Arial, Helvetica, sans-serif;
color:#ff8400;
background-color: #000000;
height:17px;
width:132px;
border:0px;
margin-left:22px;
}
.formok {
font:normal 11px Arial, Helvetica, sans-serif;
text-align:center;
color:#ff8400;
background-color: #000000;
height:15px;
width:17px;
border:0px;
margin-left:2px;
}
#menuLeft ul{
list-style:none;
padding-bottom:10px;
border:solid #b5c76b;
border-width:0 0 1px 0;
}
#menuLeft a{
text-decoration:none;
font:normal 11px Arial, Helvetica, sans-serif;
color:#fff;
display:block;
height:16px;
overflow:hidden;
padding:0 0 0 25px;
background:url(../images/charte/bouton.gif) no-repeat right top;
}
#menuLeft a:hover,
#menuTop a.trigered{
background:url(../images/charte/bouton2.gif) no-repeat right top;
color:#ff8400;
}
/***************** SOUS MENU */
/*#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#98a451;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 10px;
}
#container #menuLeft li a:hover{
text-decoration:underline;
color:#7d8a2e;
}*/
/***************** CONTENU TEXTE *****************/
#contenu{
float:left;
width:650px;
padding:0 0 0 0;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:32px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:100%;
height:32px;
margin:-32px auto;
background:#000 url(../images/charte/bg-body.jpg) repeat;
text-align:center;

}
#footer2{
position:relative;
clear:both;
width:995px;
height:32px;
margin:0 auto ;
background:#000 url(../images/charte/bg-footer2.jpg) no-repeat;
}
#idep{
position:absolute;
left:83px;
top:0;
width:200px;
height:30px;
}
#idep img{
float:left;
}
#footer2 #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#828282;
margin:8px 0 0;
}
#footer2 #idep a.idep.optea{
margin:0;
}
#footer2 #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
