/***************** BODY *****************/
* {
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
}
body{
background:url(../images/bg-body.jpg) top center no-repeat #120444;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background: scroll url(../images/bg_container.jpg) repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:267px;
/*obligatoire si il y a un flash*/
display:block;
outline:none;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
height:303px;
list-style:none;
border:1px solid red;
}
#menu{
float:left;
width:200px;
height:303px;
list-style:none;
outline:none;
}
#menuLeft li a{
text-decoration:none;
display:block;
height:25px;
font:Arial, Helvetica, sans-serif normal 12px;
letter-spacing:1px;
overflow:hidden;
color:#fff;
background:url(../images/puce.gif) top left no-repeat;
padding:0 0 0 25px;
}

#menuLeft li a:hover ,
#menuLeft li a.rubrique_active{
color:#e74ce7;
background:url(../images/puce_roll.gif) top left no-repeat;
}

/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
}
#container #menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
font:10px/20px Arial, Helvetica, sans-serif;
color:#fabef2;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 20px;
}
#container #menuLeft li ul li a:hover{
text-decoration:underline;
color:#FFF;
background:none;
}
/***************** COLONE DROITE *****************/
#contenu-droite{
	float:left;
	width:250px;
	height:400px;
	margin:-7px 0 0 3px;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
	background:url(../images/bg_contenu.jpg) top left no-repeat;
}
#contenu{
	float:left;
	width:745px;
	padding:13px 0 10px 15px;
}



/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:39px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:39px;
margin:-39px auto 0;
background:url(../../charte/images/bg-footer.jpg) left top no-repeat;
}
#idep{
position:absolute;
left:7px;
top:0;
width:180px;
height:35px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#463b6d;
margin:10px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#463b6d;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/35px Arial, Helvetica, sans-serif;
color:#463b6d;
text-align:right;
padding:0 15px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#463b6d;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#463b6d;
}

