.texte {
	font-family: Arial;
	font-size: 11px;
	color: #990033;
	font-weight: bold;
	text-decoration: none;
	cursor: url(curseurs/curseur_rose.ani);
}
.texte:hover {
font-weight: bold;
color: #990033;
background-color: #FFCCFF;
cursor: url(curseurs/curseur_rose.ani);}
}



