@charset "utf-8";
/* CSS Document */

body
{
	margin:0px auto 0px auto;
	width:900px;
	/*background:#636466;*/
	background:#999999;
	
}

.phrase{width:900px;text-align:center;padding-top:2px;}
.phrase_txt{font-family:helvetica;color:#FFF;font-size:12px;font-style:italic;}

#ENTETE_ACCUEIL
{
	display:block; width:900px; height:250px;
	float:left;
	/*background:#CCCCCC;*/
}
#ENTETE_SITE
{
	display:block; width:900px; height:175px;
	float:left;
}
#CORPS_ACCUEIL
{
	display:block; width:900px; height:420px;
	float:left;
	/*background:#CCCCCC;*/
}
#MENUS_GAUCHE
{
	display:block; width:305px;
	float:left;
}
#CORPS_SITE
{
	/*display:block; width:545px;
	float:right; margin-left:50px;*/
	display:block; width:585px;
	float:right; margin-left:10px;
	
}
#FOND_CONTENU { display:block; float:left; background:#ffffff; }
#FOOTER
{
	display:block; width:900px; height:50px; padding-top:4px;
	float:left;
	background:#CCCCCC;
	color:#000000; font-family:Verdana; font-size:11px; text-align:center;
	background:url(../images/fond_footer.gif) center top no-repeat;
	font-size:9px;
}
#FOOTER a
{
	display:inline-block; padding:3px;
	font-family:Verdana; font-size:9px;
	color:#000000; text-decoration:none;
}
#FOOTER a:hover
{
	display:inline-block; padding:3px;
	font-family:Verdana; font-size:9px;
	color:#000000; text-decoration:underline;
}


/* mise en page du contenu   */

#titre_rubrique
{
	display:block; width:505px;
	font-family:Verdana; font-size:12px; color:#666666;
	margin-top:20px; margin-left:30px;
	float:left;
	font-weight:bold; 
}

#titre_rubrique span
{
	display:block; float:left;
}
#titre_rubrique a
{
	display:none; color:#CC0000; text-decoration:none; float:right;
}
#titre_rubrique a:hover
{
	display:block; color:#CC0000; text-decoration:underline; float:right;
}


.titre_sousRubrique
{
	display:block; float:left; width:460px; padding-bottom:3px; 
	font-family:Verdana; font-size:18px; color:#000000;
	padding-left:30px; padding-top:7px;
	background:url(../images/puce_bleue.gif)  left 8px no-repeat;
	border-bottom:#003366 1px solid;
}
.titre_sousRubrique_vert
{
	display:block; float:left; width:460px; padding-bottom:3px; 
	font-family:Verdana; font-size:18px; color:#000000;
	padding-left:30px; padding-top:7px;
	background:url(../images/puce_verte.gif)  left 8px no-repeat;
	border-bottom:#003366 1px solid;
}
.titre_sousRubrique_rouge
{
	display:block; float:left; width:460px; padding-bottom:3px; 
	font-family:Verdana; font-size:18px; color:#000000;
	padding-left:30px; padding-top:7px;
	background:url(../images/puce_rouge.gif)  left 8px no-repeat;
	border-bottom:#003366 1px solid;
}



.titre_paragraphe
{
	display:block; float:left; /*width:460px;
	padding-left:30px; */
	margin-left:15px; width:430px;
	font-family:Verdana; font-size:14px; color:#CC0000;/* font-weight:bold;*/
	margin-top:7px;
	
	border-bottom:dotted 1px #CCCCCC;

}

.paragraphe
{
	display:block; float:left; width:460px;
	padding-left:30px; 
	margin-top:6px;
	font-family:Verdana; font-size:10px; color:#000000;
}

.colorrouge { color:#CC0000; }
.colorvert  { color:#669933; }
.colorbleu  { color:#3366CC; }



#spotlight {
	display:none;
	position:absolute;
	width:900px;
	height:100%;
	margin:auto;
	z-index:1;
	left: 0px;
	top: 0px;
	background-color: #666666;
	opacity : 0.5;
    filter : alpha(opacity=50);
}










