/* CSS Index du site */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 20px;
	color: #CC9526;
	text-align: right;
	font-family: "Times New Roman", Times, serif; 
	background-color:inherit;
}
a {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	font-size: 27px;
	color: #6a8119;
	line-height : 36px;
	background-color:inherit;
}
a.H3:link{
	text-decoration: none;
	color: #6a8119;
	background-color:inherit;
}
a:visited {
	text-decoration: none;
	color: #6a8119;
	background-color:inherit;
}
a:hover {
	text-decoration: none;
	color: #CC9526;
	background-color:inherit;
}
a:active {
	text-decoration: none;
	color: #CC9526;
	background-color:inherit;
}


