/***************** 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:#4B293D url(../images/charte/body.jpg) center top repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:800px;
margin:0 auto;
background:url(../images/charte/bg-container.jpg) center top repeat-y;
}
#container2{
background:url(../images/charte/container.jpg) center top no-repeat;
min-height:100%;
width:800px;
}
/***************** HEADER *****************/
#header{
width:800px;
height:130px;
}
#headerLogo{
background:url(../images/charte/header-logo.jpg) center top no-repeat;
width:150px;
height:130px;
float:left;
}
#headerTop{
background:url(../images/charte/header.jpg) center top no-repeat;
width:650px;
height:70px;
float:left;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
width:650px;
height:60px;
background: url(../images/charte/bg-menu-top.jpg) center top no-repeat;
list-style:none;
float:left;
}
#menuTop li{
position:relative;
float:left;
height:60px;
}
#menuTop span{
display:none;
}
#menuTop a{
display:block;
height:60px;
}
#menuTop li.bt01 a{background:url(../images/charte/bt01.jpg) center top no-repeat; width:113px;}
#menuTop li.bt01 a:hover{background:url(../images/charte/bt01.jpg) center bottom no-repeat; width:113px;}

#menuTop li.bt02 a{background:url(../images/charte/bt02.jpg) center top no-repeat; width:106px;}
#menuTop li.bt02 a:hover{background:url(../images/charte/bt02.jpg) center bottom no-repeat; width:106px;}

#menuTop li.bt03 a{background:url(../images/charte/bt03.jpg) center top no-repeat; width:106px;}
#menuTop li.bt03 a:hover{background:url(../images/charte/bt03.jpg) center bottom no-repeat; width:106px;}

#menuTop li.bt04 a{background:url(../images/charte/bt04.jpg) center top no-repeat; width:106px;}
#menuTop li.bt04 a:hover{background:url(../images/charte/bt04.jpg) center bottom no-repeat; width:106px;}

#menuTop li.bt05 a{background:url(../images/charte/bt05.jpg) center top no-repeat; width:106px;}
#menuTop li.bt05 a:hover{background:url(../images/charte/bt05.jpg) center bottom no-repeat; width:106px;}

#menuTop li.bt06{
background:url(../images/charte/bt06.jpg) center top no-repeat;
width:113px;
}
#menuTop li.bt06 a{
font:bold 10px Arial, Helvetica, sans-serif;
color:#999999;
text-decoration:none;
height:12px;
margin:43px 0 0 20px;
}
#menuTop li.bt06 a:hover{
color:#666666;
text-decoration:underline;
}
/***************** TOP *****************/
#top{
background:url(../images/charte/top.jpg) center top no-repeat;
width:800px;
height:34px;
}
#top a.compteClient{
background:url(../images/charte/bt-compte.jpg) center top no-repeat;
margin:10px 0 0 460px;
height:24px;
width:80px;
display:block;
float:left;
}
#top a.compteClient:hover{
background:url(../images/charte/bt-compte.jpg) center bottom no-repeat;
}
#top #formRecherche input{
background:none;
border:none;
width:115px !important;
height:16px;
font:10px Arial, Helvetica, sans-serif;
color:#666;
float:left;
margin:10px 0 0 100px;
padding-top:6px;

}
#top a.ok{
background: url(../images/charte/bt-ok.jpg) center top no-repeat;
width:24px;
height:24px;
display:block;
float:left;
margin:10px 0 0 10px;
}
#top a.ok:hover{
background:url(../images/charte/bt-ok.jpg) center bottom no-repeat;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:160px;
padding:60px 0 0 10px;
}
#menuLeft ul{
list-style:none;
}
#menuLeft span{
color:#B6A6AF;
font-size:14px;
}
#menuLeft a{
background:none;
text-decoration:none;
font:bold 10px/25px Georgia, "Times New Roman", Times, serif;
color: #666;
display:block;
height:20px;
overflow:hidden;
border:solid #999;
border-width:0 0 1px 0;
padding:0 0 5px 10px;
}
#menuLeft a:hover,
#menuTop a.trigered{
background:#D6D0D0;
}
/***************** THUMB *****************/
#contenu #thumb{
background:url(../images/charte/bg-thumb.jpg) center top no-repeat;
width:280px;
height:120px;
display:block;
float:left;
margin:10px 10px 0 0;
}
#contenu #thumb ul{
font:10px Arial, Helvetica, sans-serif;
color:#666;
list-style:none;
line-height:14px;
margin:5px 0 0 0;
height:95px;
}
#contenu #thumb li a.nom{
font:bold 12px Georgia, "Times New Roman", Times, serif;
color:#B6A6AF;
text-decoration:none;
}
#contenu #thumb li a:hover.nom{
text-decoration:underline;
}
#contenu #thumb li.prix{
font:bold 12px Arial, Helvetica, sans-serif;
color:#B6A6AF;
margin-top:5px;
}
#contenu #thumb li.prix span{
font-weight:normal;
text-decoration:line-through;
}
#contenu #thumb a.image{
width:80px;
height:110px;
float:left;
margin:5px 10px 0 5px;
}
#contenu #thumb a.ajouter{
color:#B6A6AF;
font-weight:bold;
font-size:12px;
text-decoration:none;
float:right;
margin:0 5px 0 0;
}
#contenu #thumb a:hover.ajouter{
text-decoration:underline;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:580px;
padding:20px 0 40px 25px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:75px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer2{
position:relative;
width:800px;
height:75px;
margin:0 auto;
background: url(../images/charte/footer.jpg) center top no-repeat;
}
#footer{
background:url(../images/charte/bg-footer.jpg) top center repeat-x;
height:75px;
width:100%;
margin-top:-75px;
clear:both;
}
#idep{
position:absolute;
left:0;
top:45px;
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:#8A6E7E;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}

