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: 'Comic sans MS', 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: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
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: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a.entete:hover, a.entete:visited:hover {
	color: #AAA3A0;
	text-decoration: none;
}

.ombrage {
    -moz-box-shadow: 8px 6px 16px 1px #888;
    -webkit-box-shadow: 8px 6px 16px 1px #888;
    box-shadow: 8px 6px 16px 1px #888;
    moz-border-radius: 15px;
    border-radius: 15px; 
}


