/* CORPS DE LA PAGE */
body 
		{
				font: Arial, Helvetica, sans-serif; 
				font-size: 14px; 
				color: #FFFFCC;
				background-image:url(../Img/bg.gif);
				background-color: #FFFFFF; 
				margin-top:0px; 
				margin-left:0px; 
				margin-right:0px; 
				margin-bottom:0px;
		}
		
/* LISTE */
ol {font-size: 16px;}

/* TABLEAUX */
.espacement{padding:0px 10px 0px 10px }

/* LIENS */
a:link {color:#FFFF00}
a:visited {color: #FFFF00;}

/* TEXTE */
.titre { font-size: 18px; font-weight: bold; color:#OOOOOO;}
.asterisque {font-size:12px; font-style:italic; text-decoration: none;}
.asterisque:hover {font-size:18px; font-style:italic; text-decoration: none;}
.footer {font-size:10px; text-decoration: none; text-align:center;}
.footer:hover {font-size:14px; text-decoration: none; text-align:center;}

/* PARAGRAPHE */
.justif {text-align: justify;}
.centrer {text-align: center;}
.rollover:hover {font-size: 20px;}
.cell {padding:5px 5px 5px 5px; text-align:justify;}
		.cellright {padding:5px 5px 5px 5px; text-align:right;}
		.cellright a { text-decoration:none; background-color: #666666;}
		.cellright a:hover {background-color:#990000; color:#000000;}

/* Cadre et calque de mise en page*/
.colondroit {float:left; padding:10px 10px 10px 10px;}
.cadregauche {float:left; width:180px;}
.cadredroit{float:right; width:300px;}