@charset "utf-8";
/* CSS Document */
<style type="text/css">

body {
	background-color: #333;
}
body,td,th {
	color: #FC6
}
a:link {
	color: #FFF8EA;
	text-decoration: none;
}
a:visited {
	color: #FFF0FF;
	text-decoration: none;
}
a:hover {
	color: #FFEAD5;
	text-decoration: underline;
}
a:active {
	color: #EAEAFF;
	text-decoration: none;
}
.TITRE {
	color: #FC6;
}


</style>
