/***************** 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.jpg) top center no-repeat #434343;
}
/***************** CONTAINER *****************/
#container{
	position:relative;
	min-height:100%;
	width:970px;
	margin:0 auto;
	background:url(../images/bg_container.jpg) scroll repeat-y;
}
/***************** HEADER *****************/
#header{
	width:970px;
	height:200px;
	/*obligatoire si il y a un flash*/
	display:block;
	outline:0;
}

/***************** MENU LEFT *****************/
#menuLeft{
	float:left;
	width:201px;
	background:url(../images/bg_left.jpg) top left no-repeat;
	height:267px;
	list-style:none;
	padding:20px 3px 0 6px;
}
#menuLeft li a{
	background:url(../images/puce.jpg) 30px center no-repeat;
	text-decoration:none;
	font:bold 12px/25px Arial, Helvetica, sans-serif;
	color:#3ff877;
	display:block;
	height:25px;
	overflow:hidden;
	border:solid #bcbfc2;
	border-width:0 0 1px 0;
	padding:0 0 0 45px;
}
#menuLeft li a:hover ,
#menuLeft li a.rubrique_active{
	background:url(../images/puce_roll.jpg) top left no-repeat;
	color:#7d7e7f;
}
/***************** SOUS MENU */
#menuLeft li ul{
	list-style:none;
}
#menuLeft li ul li a{
	background:none;
	border:none;
	text-decoration:none;
	font:bold 11px/20px Arial, Helvetica, sans-serif;
	color:#e7e7e7;
	display:block;
	height:20px;
	overflow:hidden;
	padding:0 0 0 45px;
}
#menuLeft li ul li a:hover{
	text-decoration:underline;
	color:#3ff877;
	background:none;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
	background:url(../images/bg_contenu.jpg) top left no-repeat;
}
#contenu{
	float:left;
	width:715px;
	padding:20px 0 10px 30px;
}
#contenu-gauche{
	float:left;
	width:450px;
}
#contenu-droite{
	float:left;
	width:235px;
	margin:0 0 0 30px;
}

/*---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 *****************/
#foot
{
position:relative;
width:100%;
background:url(../images/foot.jpg) repeat-x;
height:30px;
clear:both;
margin:-30px 0 0;

}


#footer{
position:relative;
width:970px;
height:30px;
margin:0 auto;
background:url(../images/footer.jpg) top left no-repeat;
/*background:url(../../charte/images/bg-footer.gif) left top repeat-x;*/
}


#idep{
	position:absolute;
	left:20px;
	top:2px;
	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:#515253
	;
	margin:4px 0 0;
}
#footer #idep a.idep.optea{
	margin:0;
}
#footer #idep a:hover.idep{
	text-decoration:none;
	color:#434343;
}
/******************* STYLE FOOTER *****************/
#footer p{
	font:10px/30px Arial, Helvetica, sans-serif;
	color:#434343;
	text-align:right;
	padding:0 10px 0 0;
}
#footer a:link, #footer a:visited{
	text-decoration:none;
	color:#434343;
}
#footer a:hover, #footer a:active{
	text-decoration:underline;
	color:#737477;
}

#galerieFlash{
	width:430px;
	height:300px;
	margin-bottom:15px;
	display:block;
	outline:0;
	float:left;
}