/***************** 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:#FFF url(../../charte/images/bg.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
}
/***************** HEADER *****************/
#header{
width:960px;
height:200px;
display:block;/*obligatoire si il y a un flash*/
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:940px;
padding-left:20px;
height:30px;
list-style:none;
}
#menuTop li{
position:relative;
float:left;

}
#menuTop a{
text-decoration:none;
font:12px/30px "Trebuchet MS",Arial,Helvetica,sans-serif;
color:#606060;
display:block;
height:30px;
 overflow:hidden;
border:solid #CCCCCC;
border-width:0 1px 0 0;
padding:3px 10px 0 10px;
float:left;

}
#container #menuTop a:hover,
#container #menuTop a.trigered{
color:#FA7FBF;
background:url(../images/bullet.gif) top no-repeat;

}
/***************** SOUS MENU */
#menuTop li ul{
list-style:none;
position:absolute;
width:160px;
top:-6000px;
left:0;
padding:0 0 5px 0;
background:#8c8c8c url(../images/bg-ssmenu.jpg) top left no-repeat;
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;
}
#container #menuTop li li a:hover{
color:#ee6a9d;
background:none;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
height:273px;
background:url(../images/col-gauche.jpg) bottom center no-repeat;
}
/***************** 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 0px 10px;
}

#contenu-droite{
	float:left;
	width:243px;
	margin:10px 0 0 0 ;
}



/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:58px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
clear:both;
width:100%;
height:30px;
margin:-58px auto 0;
padding:28px 0 0 0;
background:url(../../charte/images/bg-footer.jpg) left top no-repeat;
}
#footer #footCenter{
position:relative;
width:960px;
height:30px;
margin:0 auto;
}
#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:#8c8c8c;
margin:4px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#da286d;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#8c8c8c;
text-align:right;
letter-spacing:1px;
padding:0 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#8c8c8c;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#da286d;
}

