/**** Conteneur principal ****/
#page_accueil {
	width:980px;
	margin:0px auto 0 auto;
	background-image:url(../images/bandeau-accueil.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

/**** FOOTER ****/
#content_header{
	width:980px;
	height:auto;
	/*min-height:520px;
	_min-height:600px;*/
	clear:both;
}
#content_header_gauche{
	width:120px;
	float:left;
	padding-top:33px;
	padding-left:130px;
}
#content_header_droite{
	width:730px;
	float:left;
/*	min-height:520px;*/
}
/**** CONTENT ****/

#zoneFlash{
	width:730px;
	height:202px;
	clear:both;
}
#content_header_droite_bas{
	clear:both;
	width:705px;
	padding-left:25px;
}
#contentGauche{
	width:240px;
	float:left;
}
#contentMilieu{
	width:205px;
	float:left;
}
#contentDroite{
	width:240px;
	float:left;
}
#titre_contentGauche2{
	font-size:13px;
	font-weight:bold;
	height:19px;
	text-transform:uppercase;
}
#titre_contentGauche{
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
#titre_contentGauche h1{
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
}

#texte_contentGauche{
	text-align:justify;
	width:220px;
}

#lien_contentGauche a{
	color:#FABB16;
	font-style:italic;
}
#lien_contentGauche a:hover{
	color:#FF0000;
}
.content_bloc{
	border-bottom:1px dashed #999999;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-right:5px;
	margin-left:5px;
}
.content_bloc h3{
	font-size:12px;
	margin:0px;
	padding:0px;
}
.content_bloc a{
	color:#FABB16;
	font-weight:bold;
}

.content_bloc a:hover{
	color:#FF0000;
}

.titre_bloc{
	font-size:14px;
	padding-bottom:5px;
	color:#FABB16;
	font-weight:bold;
}
.titre_bloc h2{
	font-size:14px;
	padding-bottom:5px;
	color:#FABB16;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
#bloc_actualite{
	background-color:#00254C;
	color:#FFF;
	border:1px SOLID #999999;
	margin-bottom:5px;
	margin-right:5px;
	margin-left:5px;
	padding:5px;
}
.titre_actu{
	font-weight:bold;
}
.date_actu{
	font-style:italic;
	font-size:11px;
}
/**** CONTENT FOOTER ****/
#content_footer{
	clear:both;
	border-top:1px dashed #999999;
	padding-top:5px;
	height:70px;
}
#content_footerGauche{
	float:left;
	height:70px;
}
#content_footerDroite{
	float:right;
	height:70px;
}
#content_footerGauche a{
	color:#FABB16;
	font-weight:bold;
	font-size:10px;
}
#content_footerGauche a:hover{
	color:#FF0000;
}
#content_footerDroite a{
	color:#C3C3C5;
	font-weight:bold;
	font-size:10px;
}

