/***************** 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:#9D1D35;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:820px;
margin:0 auto;
background:url(../images/charte/bg-container.jpg) center top repeat-y;
}
#container2{
background: url(../images/charte/container_brush.jpg) center top no-repeat;
width:820px;
min-height:100%;
}
/***************** HEADER *****************/
#header{
width:820px;
height:170px;
background:url(../images/charte/header.jpg) center top no-repeat;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:150px;
padding:20px 0 0 30px;
}
#menuLeft ul{
list-style:none;
padding-bottom:10px;
border:dotted #990000;
border-width:0 0 1px 0;
padding:0 0 10px 10px;
}
#menuLeft a.fleche{
background:url(../images/charte/fleche.gif) center top no-repeat;
width:140px;
height:25px;
}
#menuLeft a.fleche:hover{
background:url(../images/charte/fleche.gif) center bottom no-repeat;
}
#menuLeft a{
text-decoration:none;
font:bold 12px/25px Arial, Helvetica, sans-serif;
color:#990000;
display:block;
height:25px;
overflow:hidden;
border:dotted #990000;
border-width:0 0 1px 0;
padding:0 0 0 10px;
}
#menuLeft a:hover,
#menuTop a.trigered{
color: #99CC00;
}

/***************** SOUS MENU */
#container #menuLeft li a{
border:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#990000;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 10px;
}
#container #menuLeft li a:hover{
color:#99CC00;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:570px;
padding:20px 0 0 25px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:80px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:820px;
height:80px;
margin:-80px auto 0;
background: url(../images/charte/footer.jpg) center top no-repeat;
}
#idep{
position:absolute;
left:60px;
top:10px;
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:#B3A16B;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#887A52;
}
