/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #660000;
}
body {
	background-color: #660000;
}
.menu {font-size: 12px; color: #fed992; font-family: Georgia, "Times New Roman", Times, serif;text-align: left;}
.titre {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.sous-titre {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.menu-texte{
	color: #fed992;
text-decoration: none;	
}
.menu:link{
	color: #fed992;
text-decoration: none;	
}

.menu:visited{
	color: #fed992;
	text-decoration: none;
}

.menu:hover{
	color: #660000;
	text-decoration: underline;
	background-color: #FED992;
}
