/* CSS Document */

.titre{
	text-align: center;
	font-size: medium;
}
.soustitre{	
	font-weight:bold;
	font-size: small;
}
.soustitrepetit{
	
	font-weight: bold;	
	font-size: x-small;
}

.textegros{
	
	font-size: medium;
}

.qualite{
	
	font-weight: normal;	
	font-size: x-small;
}
.qualitetitre{
	
	font-weight: bold;	
	font-size: x-small;
}

.nouvellestitre{
	
	font-weight: bold;	
	font-size: small;
}




.links{color:#009933;	font-size: 11px; font-weight:bold;	text-decoration: none;}
A.links:link {color:#009933;}
A.links:visited {color: #009933; font-size: 11px;font-weight:bold;}
A.links:hover {text-decoration: underline;}
A.links:active {color: #009933; text-decoration: none}
img.links:hover{ text-decoration: none }

.text{
	font-size: 13px;
	font-weight:normal;
}

body{margin:0; padding:0; height:100%; background:#ffffff;font-family: Comic sans Ms,Verdana, Arial, Helvetica, sans-serif; font-size:11px; }




