.titre {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.texte {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.texterouge {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D63929;
}
.comment {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #000000;
}
a:link {
	color: #1F0054;
	text-decoration: none;
	font-style: italic;
}
a:active {
	color: #1F0054;
	text-decoration: underline;
}
a:visited {
	color: #1F0054;
	text-decoration: none;
}
a:hover {
	color: #007120;
	text-decoration: underline;
}

