/***************** 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:url(../images/bg-body.gif) left top repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
}
/***************** HEADER *****************/
#header{
width:960px;
height:307px;
display:block;/*obligatoire si il y a un flash*/
background:url(../images/bg-header.jpg) top center no-repeat;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:960px;
height:31px;
background:url(../images/bg-menu.jpg) top center no-repeat;
list-style:none;
}
#menuTop li{
position:relative;
float:left;
width:175px;
}
#menuTop a{
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#000;
text-align:center;
text-transform:uppercase;
display:block;
height:30px;
overflow:hidden;
border:solid #989898;
border-width:0 1px 0px 0;

}
#container #menuTop a:hover,
#container #menuTop a.trigered{
color:#e40d0d;
}
/***************** SOUS MENU */
#menuTop li ul{
list-style:none;
position:absolute;
width:175px;
top:-6000px;
left:-3px;
padding:10px 0 5px 5px;
background:url(../images/bg--ssmenu.gif) bottom center no-repeat;
}
#menuTop li li{
float:none;
}
#container #menuTop li li a{
background:url(../images/bullet.gif) 8px 8px no-repeat;
width:auto;
position:relative;
height:20px;
font:11px/20px Arial, Helvetica, sans-serif;
text-transform:none;
color:#000;
text-decoration:none;
border:none;
}
#container #menuTop li li a:hover{
color:#e40d0d;
background:url(../images/bullet.gif) 10px 8px no-repeat;

}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
height:326px;
padding:20px 0 0 0;
background:url(../../charte/images/bg-diapo-left.jpg) center bottom no-repeat;
list-style:none;
}
#menuLeft h2{
color:#e40d0d;
font:bold 16px Arial, Helvetica, sans-serif;
padding:5px 0 5px 42px;
margin:0 0 20px 0;

}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
	background:url(../../charte/images/bg-contenu.jpg) left top no-repeat;
}
#contenu{
	float:left;
	width:740px;
	padding:20px 0 10px 15px;
}

#contenu-droite{
	float:left;
	width:243px;
	margin:10px 0 0 0 ;
}



#contenu-gauche{
	float:left;
	width:455px;
	margin:0 25px 0 15px;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:30px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
clear:both;
width:100%;
height:30px;
margin:-30px auto 0;
background:url(../../charte/images/bg-footer.gif) left top repeat-x;
}
#footer #footCenter{
width:960px;
margin:0 auto;
position:relative;
}
#idep{
position:absolute;
left:0;
top:1px;
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:#a1a1a1;
margin:7px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#e40d0d;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#a1a1a1;
text-align:right;
letter-spacing:1px;
padding:0 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#a1a1a1;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#e40d0d;
}


