/***************** 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:#f67a39 url(../images/charte/bg-body.jpg) repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:990px;
margin:0 auto;
background:scroll #fff url(../images/charte/bg-container.gif) left top repeat-y;
}
/***************** HEADER *****************/
#header{
width:779px;
height:263px;
float:left;
}

/***************** LOGO *****************/
#logo{
width:211px;
height:111px;
background:#FF0000;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:211px;
background:url(../images/charte/bg-menu.jpg) 0 112px no-repeat;
float:left;
display:block;
}
#menuLeft ul{
list-style:none;
padding-bottom:10px;
border:solid #90df1a;
border-width:0 0 1px 0;
}

#menuLeft a span{
display:none;
}

#menuLeft a{
/*background:#90df1a;*/
text-decoration:none;
font:bold 12px/25px Arial, Helvetica, sans-serif;
color:#4f9c00;
display:block;
height:20px;
overflow:hidden;
/*border-bottom:solid 1px #90df1a;*/
/*padding:0 0 0 10px;*/
}
#menuLeft a:hover,
#menuTop a.trigered{
/*background:#6cd500;
border-bottom:solid 1px #FFF;*/
color:#FFF;
}
/***************** 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{
width:720px;
padding:20px 0 0 20px;
float:left;
background:url(../images/charte/bg-contenu.jpg) no-repeat;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:28px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:990px;
height:28px;
margin:-28px auto 0;
}
#idep{
position:absolute;
left:0;
top:0;
width:211px;
height:28px;
background: url(../images/charte/bg-footer.gif) repeat-x;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
text-align:left;
color:#4f9c00;
margin:8px 0 0 0px;
}
#footer #idep a.idep.optea{
margin:0;
color:#4f9c00;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
