body         { background-image: url('images/fond24.jpg') }
h1           {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Maroon;
	text-align: center;
	font-weight: normal;
}
h2           { font-family: Arial; font-size: 12px; color: #800000; font-weight: bold; 
               text-align: center }

h3           { font-family: Arial; font-size: 14px; color: #800000; font-weight: bold; 
               text-align: left }

tr           { font-family: Arial; font-size: 14px; text-align: center; font-weight: bold }
table        { font-family: Arial; font-size: 14px; text-align: center; font-weight: bold }



p            { font-family: Arial; font-size: 14px; font-weight: bold; 
               text-align: center }
td           { font-family: Arial; font-size: 14px; text-align: center; font-weight: bold }
a:link       {
	text-decoration : none;
	color : Maroon;
}
a:visited    {
	text-decoration : none;
	color : Maroon;
}
a:active     {
	text-decoration : none;
	color : Maroon;
}
a:hover      {
	text-decoration : underline;
	color : #CC0000;
}
hr           { color: #800000 }
