/***************** BODY *****************/
* {
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
}
body{
background:#BCDAAF url(../../charte/images/bg-body.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:990px;
margin:0 auto;
background:url(../../charte/images/bg-container.gif) center top repeat-y;
}
/***************** HEADER *****************/
#header{
width:990px;
height:315px;
/*obligatoire si il y a un flash*/
display:block;
outline:0;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
min-height:275px;
padding:25px 0 0 15px;
background:url(../../charte/images/bg-menuLeft.jpg) 15px top no-repeat;
list-style:none;
}
#menuLeft li a{
text-decoration:none;
font:11px/24px bold Arial, Helvetica, sans-serif;
color:#4e3420;
display:block;
height:24px;
overflow:hidden;
padding:0 0 0 30px;
background:url(../../charte/images/bt-left.gif) bottom left no-repeat;
}
#menuLeft li a:hover,
#menuLeft li a.rubrique_active {
font-weight:bold;
background-position:left top;
color:#f6fbe2;
}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
font:10px/18px Arial, Helvetica, sans-serif;
color:#4c8a2b;
display:block;
height:18px;
overflow:hidden;
padding:0 0 0 30px;
}
#menuLeft li ul li a:hover,
#menuLeft li ul li a.rubrique_active {
font-weight:normal;
text-decoration:none;
color:#761407;
background:none;
}
/***************** CONTENU *****************/
#contenu_bg {
float:left;
width:760px;
background:url(../../charte/images/bg-contenu.jpg) left top no-repeat;
}
#contenu{
float:left;
width:715px;
padding:0 0 10px 25px;
}
#contenu-gauche{
float:left;
width:485px;
padding:35px 0 0 0;
}
#contenu-droite{
float:left;
width:200px;
margin:5px 0 0 25px;
}
/***************** TITRE *****************/
#container #contenu h1 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:normal;
}
#container #contenu h2 {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:81px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:100%;
height:81px;
margin:-81px 0 0;
background:url(../../charte/images/bg-footer.gif) left top repeat-x;
}
#footer2{
position:relative;
width:960px;
height:81px;
margin:0 auto;
background:url(../../charte/images/bg-footer2.jpg) left top no-repeat;
}
#idep{
position:absolute;
left:0;
top:21px;
width:175px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#7f6b56;
margin:7px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#8aab06;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#7f6b56;
text-align:right;
padding:21px 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#7f6b56;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#8aab06;
}

