/* Style pour les actualités de l'index */
a.titreactualites{
	color: #3300FF;
	font-family : "Comic Sans MS";
	font-size : 14px;
	font-weight : bold;
	cursor:hand;
	text-decoration : none;		
}
a.titreactualites:hover{
	color: #0066FF;
	font-family : "Comic Sans MS";
	font-size : 14px;
	font-weight : bold;	
	cursor:hand;
	text-decoration : none;
}
a.itemactualites{
	color: White;
	font-family : "Comic Sans MS";
	font-size : 12px;
	cursor:hand;
	text-decoration : none;
}
a.itemactualites:hover{
	color: Yellow;
	font-family : "Comic Sans MS";
	font-size : 12px;
	cursor:hand;
	text-decoration : none;
}
a.itemsponsor{
	color: White;
	font-family : "Comic Sans MS";
	font-size : 11px;
	cursor:hand;
	text-decoration : none;
}
a.itemsponsor:hover{
	color: Yellow;
	font-family : "Comic Sans MS";
	font-size : 11px;
	cursor:hand;
	text-decoration : none;
}
.item{
	color: White;
	font-family : "Comic Sans MS";
	font-size : 11px;
	text-decoration : none;
}