/***************** 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:#000000 ;
}
/***************** CONTAINER *****************/ 
#container{
position:relative;
min-height:100%;
width:959px;
margin:0 auto;
background: #301615  url(../images/charte/bg-container.gif) center top repeat-y;
}
/***************** HEADER *****************/
#header{
width:959px;
height:200px;

}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:958px;
height:21px;
list-style:none;
float:right;
}
#menuTop li{
position:relative;
float:left;
}
#menuTop li span{
display:none;
}
#menuTop li.bt1 a {
background: url(../images/charte/bt1.gif);
width:159px; 
}
#menuTop li.bt2 a {
background:url(../images/charte/bt2.gif);
width:160px;

}
#menuTop li.bt3 a {
background:url(../images/charte/bt3.gif);
width:159px;
}
#menuTop li.bt4 a {
background:url(../images/charte/bt4.gif);
width:160px;
}
#menuTop li.bt5 a {
background:url(../images/charte/bt5.gif);
width:159px;
}
#menuTop li.bt6 a {
background:url(../images/charte/bt6.gif);
width:159px;
}

#menuTop a{
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
display:block;
height:21px;
overflow:hidden;
}

#container #menuTop a:hover,
#container #menuTop a.trigered{
text-decoration:none;
background-position:left bottom;
}
/***************** SOUS MENU *****************/
#menuTop li ul{
list-style:none;
position:absolute;
width:160px;
top:-6000px;
left:0;
background:#5d2616;
border:0px solid #a17b60;
}
#menuTop li li{
float:none;
}
#container #menuTop li li a{
width:155px;
background:none;
width:auto;
position:relative;

height:25px;
font:11px/25px Arial, Helvetica, sans-serif;
text-transform:none;
color:#fff;
text-decoration:none;
}
#container #menuTop li li a:hover{
background:#2A1E1D;
color:#fff;
}
/***************** CONTENU *****************/
#contenu{
width:900px;
padding:50px 0 15px 30px;
}
/*---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:957px;
height:30px;
margin:-30px auto 0;
background:#5d2616 url(../images/charte/bg-footer.jpg) center  top no-repeat ;
}
#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:#913b22;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
