﻿@charset "utf-8";

td {
	font-family: Times New Roman, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8e4b01;
	text-decoration:none;
}
.titre {
	font-family: Times New Roman, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8e4b01;
	text-decoration:none;
}
a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: none;
	font-variant: none;
	color: #E55920; /*D6C9A0;*/
	text-decoration:underline;
}
#menu a {
     color: #D6C9A0;
}
a:Hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: none;
	color: #A8Afb6;
	text-decoration:underline;
}