@charset "UTF-8";
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: underline;
}
a:active {
	color: #996633;
	text-decoration: none;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.titregras {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.commentaires {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

