/***************** 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:#787f3e url(../images/charte/bg-body.jpg) no-repeat center top;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:996px;
margin:0 auto;
}
/***************** HEADER *****************/
#header{
width:996px;
height:127px;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:996px;
height: 66px;
list-style:none;
}



#menuTop li{
position:relative;
float:left;

}
#menuTop li span{
display:none;
}
#menuTop li.bt1 a {
background:url(../images/charte/b01.jpg);
background-repeat: no-repeat;
width:112px;
border: 0px solid red;
}




#menuTop li.bt2 a {
background:url(../images/charte/b02.jpg);
width:117px;
}


#menuTop li.bt3 a {
background:url(../images/charte/b03.jpg);
width:62px;
}



#menuTop li.bt4 a {
background:url(../images/charte/b04.jpg);
width:90px;
}


#menuTop li.bt5 a {
background:url(../images/charte/b05.jpg);
width:125px;
}



#menuTop li.bt6 a {
background:url(../images/charte/b06.jpg);
width:187px;
}




#menuTop li.bt7 a {
background:url(../images/charte/b07.jpg);
width:303px;
}



#container #menuTop a{
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
display:block;
height:66px;
}

#container #menuTop a:hover
{
text-decoration:none;
background-position:bottom;
}
/***************** SOUS MENU *****************/
#menuTop li ul{
z-index:9;
list-style:none;
position:absolute;
top:-6000px;
padding-top:11px;
margin-top: 35px;
}
#menuTop li li{
float:none;
width:132px;
border:0px solid #b2b78a;
}
#container #menuTop li li a{
background:#909756;
width:auto;
position:relative;
height:20px;

font:11px/20px Arial, Helvetica, sans-serif;
text-transform:none;
color:#fff;
text-decoration:none;
border-bottom:1px solid #fff;
border-left:1px solid #fff;
border-right:1px solid #fff;
}
#container #menuTop li li a:hover{
background:#ff8200;
}
/***************** CONTENU *****************/
#contenu{
width:963px;
padding:40px 15px 0 15px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:30px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:996px;
height:30px;
margin:-30px auto 0;
background: url(../images/charte/bg-footer.gif);
}
#idep{
position:absolute;
left:0;
top:0;
width:195px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#C9D787;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}

.product-list{
float:left;
 border:1px solid #DDDCC7;
 margin:20px 0px 0px 20px;
 background-color: #D8DCA9;

}

.non{
padding-top: 50px;
font:13px/18px Verdana,Arial, Helvetica, sans-serif;
font-weight: bold;
color:#E3EA9E;

}

.pagin{ 
font:12px/18px Verdana,Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
clear: left;
padding: 25px 0px;
}



