body {
	background-color: #000000;
}
.Lien {font-size: small; color: #CC0000;}
a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: underline;
	color: #CC0000;
}
.Titre {
	font-size: xx-large;
	color: #FFCC00;
	font-weight: bold;
}
.texte_normal {color: #000000}
.menu {font-size: small; color: #000000; }
.Titredechapitre {
	font-size: large;
	color: #CC0000;
	line-height: normal;
	font-weight: bold;
}
