<!-- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> -->
<HTML>
	<HEAD>
		<STYLE type="text/css">
		
		body
		{
		font-family: Arial, Verdana, Geneva, sans-serif; 
		background: red;

		}
		
		h1
		{
		font-family: Arial; 
		text-align : left;
		font-size: 20;
		color: #00ffff;
		}
		
		h2
		{
		text-align: center;
		font-size: 20;
		background-color: rgb(230,230,230);
		}
		
		h3
		{
		text-align: center;
		font-size: 12;
		}
		
		
		div.img
		{
		text-align: center;
		}
		
		p
		{
		text-align: justify;
		margin-left: 20px;
		margin-right: 20px;
		}
		
		.style-puce
		{
		margin-left: 50px;
		font-family: Arial; 
		}
		
		.style-rub
		{
		font-family: Arial;
		margin-top: 1em;
	        margin-bottom: 0em;
		font-size: 16;
		}
		
		.img-logo
		{
		text-align: center;
		}
		
		.style-red
		{
		color: red;
		}
		
		.style-histo
		{
		font-family: Arial;
		margin-left: 20px;
		margin-top: 1em;
	    margin-bottom: 0em;
		font-size: 16;
		}
		.style-info
		{
		font-family: Arial;
		text-align:center;
		}
		
		.style-retour
		{
		font-family: Arial;
		font-size: 10;
		text-align:center;
		}
		
		.style-barre
		{
		background-color: rgb(230,230,230);
		}
		
		table#tableau
		{
		    align: center;
		    border: solid #000 2px;
		    border-collapse: collapse;
		}
		
		table#tableau td 
		{
		    padding: 5px;
    		    border: solid #000 1px;
		}
		.entete 
		{
		    text-align: center;
    		font-weight: bold;
		}
		.ligne
		{
		    vertical-align: text-top;
		}




		
		
		.pos-texte-entete {position:absolute; top:115px; left:110px;}
		.pos-image-entete {position:absolute; left:100px; width:1000px; height:700px;}
		
		
				
		</STYLE>
	</HEAD>
</HTML>