body {
	margin: 0px;
	padding: 0px;
/*	background-color: #AAA3A0; */
	background-color: #EEEEFA; 
	background-repeat: no-repeat;
	background-position: center center;
}
.titres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AAA3A0;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	text-decoration: none;
}

a:link, a:visited {
	font-family: 'Comic sans MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:visited:hover {
	font-family: 'Comic sans MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AAA3A0;
	text-decoration: none;
}

a.entete:link, a.entete:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a.entete:hover, a.entete:visited:hover {
	color: #AAA3A0;
	text-decoration: none;
}
