/***************** 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:#500300 url(../images/charte/bg-body.jpg) top center repeat-y;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:990px;
margin:0 auto;
background:url(../images/charte/bg-container.jpg) left top repeat-y;
}
#container2{
width:990px;
background:url(../images/charte/bg-contenu.jpg) 0 170px no-repeat;
}
/***************** HEADER *****************/
#header{
width:990px;
height:170px;
}
/***************** MENU LEFT *****************/
#menuLeft{
margin:34px 0 0 20px;
float:left;
width:220px;
}
#menuLeft ul{
list-style:none;
padding-bottom:10px;
border:solid #b5c76b;
border-width:0 0 1px 0;
}
#menuLeft a{
text-decoration:none;
font:bold 12px/36px Arial, Helvetica, sans-serif;
color:#7d8a2e;
display:block;
height:36px;
overflow:hidden;
padding:0 0 0 10px;
}

#menuLeft a span{
display:none;
}

#menuLeft a:hover,
#menuTop a.trigered{
color:#fff;
}

.appliques {
background:url(../images/charte/btn-appliques.jpg) no-repeat;}
.appliques:hover {
background:url(../images/charte/btn-appliques.jpg) -220px 0 no-repeat;}

.lanternes {
background:url(../images/charte/btn-lanternes.jpg) no-repeat;}
.lanternes:hover {
background:url(../images/charte/btn-lanternes.jpg) -220px 0 no-repeat;}

.vaisselle {
background:url(../images/charte/btn-vaisselle.jpg) no-repeat;}
.vaisselle:hover {
background:url(../images/charte/btn-vaisselle.jpg) -220px 0 no-repeat;}

.tadelakt {
background:url(../images/charte/btn-tadelakt.jpg) no-repeat;}
.tadelakt:hover {
background:url(../images/charte/btn-tadelakt.jpg) -220px 0 no-repeat;}

.poteries {
background:url(../images/charte/btn-poteries.jpg) no-repeat;}
.poteries:hover {
background:url(../images/charte/btn-poteries.jpg) -220px 0 no-repeat;}

.forge {
background:url(../images/charte/btn-forge.jpg) no-repeat;}
.forge:hover {
background:url(../images/charte/btn-forge.jpg) -220px 0 no-repeat;}

.tables {
background:url(../images/charte/btn-tables.jpg) no-repeat;}
.tables:hover {
background:url(../images/charte/btn-tables.jpg) -220px 0 no-repeat;}

.meubles {
background:url(../images/charte/btn-meubles.jpg) no-repeat;}
.meubles:hover {
background:url(../images/charte/btn-meubles.jpg) -220px 0 no-repeat;}



/***************** 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 *****************/
#contenu{
float:left;
width:700px;
padding:20px 0 0 30px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:31px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:990px;
height:31px;
margin:-31px auto 0;
background: url(../images/charte/bg-footer.jpg) repeat-x;
}
#idep{
position:absolute;
left:20px;
top:0;
width:220px;
height:31px;
background:url(../images/charte/bg-idep.jpg) no-repeat;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;

font:9px/8px Arial, Helvetica, sans-serif;
text-align:left;
color:#ffad0d;


}
#footer #idep a.idep.optea{
margin:0px 3px 0 0;
float:left;
letter-spacing:-0.03em;
}
#footer #idep a.optea{
margin:0px 0px 0 0;
float:left;
}
#footer #idep a:hover.idep{
text-decoration:underline;
color:#ffad0d;
}
