
a:link {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

.Texte {font-family: "Times New Roman", Times, serif; color: #990000; font-size: 14px; font-weight: bold; }


