/***************** 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 top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:#000000;
}
/***************** HEADER *****************/
#header{
width:960px;
height:200px;
display:block;/*obligatoire si il y a un flash*/
background:url(../images/bg-header.jpg) no-repeat;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:960px;
height:30px;
list-style:none;
background:url(../images/bg-menutop.jpg) no-repeat;
}
#menuTop li{
position:relative;
float:left;
width:160px;
}
#menuTop a{
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#333333;
text-align:center;
display:block;
height:30px;
overflow:hidden;
background:url(../images/bullet.gif) 28px 12px no-repeat;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
background:url(../images/bullet-hover.gif) 32px 12px no-repeat;
color:#003366;
}
/***************** SOUS MENU */
#menuTop li ul{
list-style:none;
position:absolute;
width:160px;
top:-6000px;
left:0;
border:solid #fff;
border-width:1px 0 0 0;
}
#menuTop li li{
float:none;
}
#container #menuTop li li a{
background:none;
width:auto;
position:relative;
height:20px;
font:11px/20px Arial, Helvetica, sans-serif;
text-transform:none;
color:#333333;
text-decoration:none;
border:solid #999999;
border-width:0 0 1px 0;
}
#container #menuTop li li a:hover{
background:#003399;
color:#FFFFFF;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
background:url(../images/bg-menuleft.jpg) top center no-repeat;
list-style:none;
margin:0px 0 0px 0;
padding:60px 0 0 0;
}

#menuLeft li a{
text-decoration:none;
font: 13px/25px "trebuchet MS", Arial, sans-serif;;
color:#bf8f2e;
display:block;
height:25px;
overflow:hidden;
padding:0 0 0 40px;
background:url(../images/puce.gif) left no-repeat;
}
#menuLeft li a:hover ,
#menuLeft li a.rubrique_active{
color:#ff0000;
}
/***************** 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:#2C2F35;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 10px;
}
#menuLeft li ul li a:hover{
text-decoration:underline;
color:#FFF;
background:none;
}

/***************** CONTENU *****************/
#contenu h1{
font: 15px/25px "trebuchet MS", Arial, sans-serif;;
}
#contenu h2{
font: 15px/25px "trebuchet MS", Arial, sans-serif;;
}



#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:450px;
	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{
position:relative;
clear:both;
width:960px;
height:30px;
margin:-30px auto 0;
background:url(../images/bg-footer.jpg) no-repeat;
}
#idep{
position:absolute;
left:0;
top:0;
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:#444444;
margin:7px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:red;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#bf8f2e;
text-align:right;
letter-spacing:1px;
padding:0 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#bf8f2e;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:red;
}

