.texteDroite, .texte, .texteSpam{
	font-family: "Trebuchet MS"; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	color: #666666; 
	text-decoration: none;
}
.texteDroite {  
	text-align:right;
}

.texteSpam{
	color:red;
}

a:hover {  
	color: #FF9900
}

