/***************** 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:#000 url(../../charte/images/bg.jpg) center center no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:absolute;
width:960px;
/*height:510px;*/
left:50%;
/*top:50%;*/
margin-left:-480px;
margin-top:5px;
background: url(../images/bg-contenu.gif)left top repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:200px;
display:block;/*obligatoire si il y a un flash*/
background:url(../../charte/images/bg-header.gif) right top no-repeat;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:175px;
padding:10px 10px 0 10px;
background:url(../../charte/images/bg-menu.jpg) left top no-repeat;
list-style:none;
}
#menuLeft li a{
text-decoration:none;
font:bold 12px/25px Arial, Helvetica, sans-serif;
color:#918c8c;
display:block;
letter-spacing:1px;
border:solid #c7bbcc;
border-width:0 0 1px 0;
background:url(../images/bullet.gif) 0px center no-repeat;
height:25px;
overflow:hidden;
padding:0 0 0 15px;

}
#menuLeft li a:hover ,
#menuLeft li a.rubrique_active{
background:url(../images/bullet-hover.gif) left center no-repeat;
color:#fff;
}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
font:11px/20px Arial, Helvetica, sans-serif;
color:#000;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 25px;
}
#menuLeft li ul li a:hover{
text-decoration:underline;
color:#AFBD1E;
background:none;
}
/***************** CONTENU *****************/
#contenu_bg {
float:left;
width:760px;
/*background:url(../../charte/images/bg-contenu.jpg) left top no-repeat;*/
}
#contenu{
float:left;
position:relative;
width:715px;
/*height:244px;*/
padding:20px 0 10px 60px;
overflow:auto;
/*background:#FFFFFF;*/
}
#contenu-gauche{
float:left;
width:650px;
margin:0 20px 0 0;
}

#contenu-gauche2{
float:left;
width:400px;
margin:0 20px 0 0;
}

#contenu-gauche2 h4{
	color:#a9b61d;
}

#contenu-droite{
float:left;
width:243px;
margin:0;
}
/***************** FOOTER *****************/
#footer{
position:absolute;
bottom:0;
left:50%;
/*top:50%;*/
margin:0 0 0 -480px;
width:960px;
height:40px;
background:#802970 url(../images/bg-footer.gif);
}
#idep{
position:absolute;
left:8px;
top:7px;
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:#ccb7d4;
margin:5px 0 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#ccb7d4;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#ccb7d4;
text-align:right;
padding:5px 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#ccb7d4;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#ccb7d4;
}

