@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #000000;
}
body {
	background-color: #666666;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.TitreMenu {
	color: #FF6600;
	font-weight: bold;
}
.Titre {	font-size: 24pt;
	color: #FF6600;
	font-family: "Times New Roman", Times, serif;
}
.PetitTitre { color: #333333;
	font-weight: normal;
	border-bottom: solid;
	border-bottom-color: silver;
	border-bottom-width: 1.5pt;
}