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

body { 
margin:0; 
padding:0; 
height:100%;
width:100%;
background:#016fb3;
font-family:Verdana, Geneva, sans-serif;
background-image:url(images/arrplan.jpg);
background-repeat:repeat-x;
background-position:top;

} 

#cadre{ 
position:absolute;
left:50%;
margin-left:-490px;
width:980px;
top:0px;
padding:0; 
} 

.casegauche{
	background-image:url(images/accueil_14.jpg);
	background-repeat:repeat-y;
}

.casedroite{
	background-image:url(images/accueil_16.jpg);
	background-repeat:repeat-y;
}

.casecentrale{
	background-color:#FFF;
}

.textenormal {
	
	font-size:12px;
	color:#4b575f;
	text-align:justify;
	line-height:1.5em;
}

.textenormal-gras {
	
	font-size:12px;
	color:#4b575f;
	text-align:justify;
	line-height:1.5em;
	font-weight:bold;
}

.textenormal-petit {
	
	font-size:11px;
	color:#4b575f;
	text-align:left;
	line-height:1.5em;
}

.texteorange-gras{
	
	font-size:12px;
	color:#f08406;
	text-align:justify;
	font-weight:bold;
	line-height:1.5em;
}

.texteorange-gras-maj{
	text-transform:uppercase;
	font-size:12px;
	color:#f08406;
	text-align:justify;
	font-weight:bold;
	line-height:1.5em;
}

.piedpage{
	font-size:8px;
	color:#96c9e9;
	
}

.rollover:link{
	font-size:8px;
	color:#96c9e9;
	text-decoration:none;
}
.rollover:visited{
	font-size:8px;
	color:#96c9e9;
	text-decoration:none ;
}
.rollover:hover{
	font-size:8px;
	color:#fff;
	text-decoration:underline ;
}