/* CSS Document */


.texte_courant_noir {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
}


/* Liens */

a:link {
	color: #c02f3b;
	text-decoration:none
}
a:visited {
	color: #c02f3b;
	text-decoration:none
}
a:hover {
	color: #c02f3b;
	text-decoration:underline
}
a:active {
	color: #c02f3b;
	text-decoration:none
}
