/* CSS Document */
.titre {
	height: 15px;
	color: #677890;
	font-weight : bold;
	font-size : 14px;
	font-family : Verdana;	
}
.contenu {
	color: #000000;
	font-size : 10px;
	font-family : Verdana;	
}
.petit_contenu {
	color: #000000;
	font-size : 9px;
	font-family : Verdana;	
}
A  {
	color: #000066;
	font-weight: bold;
	font-size : 12px;
	text-decoration : none;
	font-family : Verdana;
}
A:hover {
	color: #e10000;
	font-weight: bold;
	font-size : 12px;
	text-decoration : none;
	font-family : Verdana;
}
