<style>
	body {background-color :white;}

	LI		{font:16px Tahoma;
			  font-weight: normal;
			  color=black;
			  text-decoration: none;
			  }
/*	B		{font: 13px Tahoma; font-weight: bold;}*/
		A		{
			  font:16px Tahoma;
			  font-weight: normal;
			  color=black;
			  text-decoration: none;
			}
	FORM {font:9px Tahoma;}			
			
	H1		{font: 16px Tahoma;font-weight: bold;color=black;}
/*	H2		{font: 14px Tahoma;font-weight: bold;color=black;} */
	
	span	{font:12px Tahoma;
			 font-weight: normal;
			 color=black;
			 }	
			 
	div	{font:12px Tahoma;
			 font-weight: normal;
			 color=black;
			 }	
	
/*Lien nornal */
  A:link {font: 12px Tahoma;color:blue; 
						text-decoration: none;
						}
/*Lien déja visité */
  A:visited{
  					font: 12px Tahoma;color:blue;
						text-decoration: none;
						}
/*Lien actif (quand on clique sur le lien) */
  A:active{
  				font: 12px Tahoma;color:green; 
					}
/*Lien survolé (quand la souris est sur le lien) */
	  A:hover{
						font: 12px Tahoma;color:blue;
						text-decoration: underline
						}
</style> 