body         { background-image: url('images/fond24.jpg') }

h1           {
	font-family: Arial;
	font-size: 15px;
	color: #800000;
	text-align: left;
	font-weight: bold;
	}
h2           {
    font-family: Arial;
    font-size: 10px;
    color: #800000;
    font-weight: bold;
    text-align: center
 }

h3           { font-family: Arial; font-size: 12px; color: #800000; text-align: center; 
               font-weight: bold }
h4           {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: Maroon;
	text-align: center;
	font-weight : bold;
}
h5           {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-align: center;
	font-weight: normal;
	margin-left : 10%;
	margin-right : 10%
}
p            { font-family: Arial; font-size: 15px; color: #800000; font-weight: bold; 
               text-indent: 2em; text-align: justify; margin-left: 10%; 
               margin-right: 10% }

td           { font-family: Arial; font-size: 15px; text-align: center; color: #800000; 
               font-weight: bold }
a:link       {
	color: #800000;
	
}

a:visited    {
	color: #800000;
	
}

a:active     {
	color: #800000;
	
}

a:hover      {
	color: #CC3300;
	text-decoration : underline;
}

hr           { color: #800000 }

