@charset "utf-8";
/* CSS Document */
.Menu {font-size:12px ; color:white ;  font-family:Arial, Helvetica, sans-serif ; }
	.Menu 	A:link { color:white;text-decoration: none;} /* normal unvisited links  */
	.Menu 	A:visited { color:white;text-decoration: none;} /* visited links */
	.Menu 	A:active { color:white;text-decoration: none;} /*  active links. A link becomes active once you click on it */ 
	.Menu 	A:hover { color:white;text-decoration: underline; } /*  hovered links. A link is hovered when the mouse moves over it.Note: Not supported by Netscape browsers prior to version 6 */ 
.Menu_out {font-size:12px ; color:white ;  font-family:Arial, Helvetica, sans-serif ; }
	.Menu_out 	A:link { color:white;text-decoration: none;} /* normal unvisited links  */
	.Menu_out 	A:visited { color:white;text-decoration: none;} /* visited links */
	.Menu_out 	A:active { color:white;text-decoration: none;} /*  active links. A link becomes active once you click on it */ 
	.Menu_out 	A:hover { color:white;text-decoration: underline; } /*  hovered links. A link is hovered when the mouse moves over it.Note: Not supported by Netscape browsers prior to version 6 */ 

.body {
		background-image:url('css/background_gris_clair.gif'); 
		background-repeat:repeat-x; 
		}
.center_cell {
		border-left:1px solid #CCCCCC;
		border-right:1px solid #CCCCCC;
		border-bottom:1px solid #CCCCCC;
}

.SubTitle {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.SubTitle A{ text-decoration:none;}
A{ text-decoration:none;}
.style1 {
	font-size: 36px;
	color: #FFFFFF;
}

