<style type="text/css">

/* styles */
	a			{
				text-decoration:none;color:blue;
				font-family:Arial;				
				color: black
				}
    a:link 		{
				color: black
				}

	a:visited 	{
                color :black
                }

	a:hover { 
				color: #60400A ; text-decoration: none ;text-align:center;font-family:Arial;font-weight:normal;
				border-bottom: 3px solid red;  
				background: #bae498;
            }
	ul 			{
				padding:0;
				margin:0;
				list-style-type:none;
				}
	li 			{
				margin-left:2px;
				float:left; /*pour IE*/
				text-align: center

				}
	ul li a 	{
				text-decoration:none;	
				}
		ul li a:hover {
				background-color:#D3D3D3;	
				}			
				
				}
				
	div.layer_entete {position:absolute; top:0px; left:00px; width:700px; height:auto; font-size: 40px; vivibility:show;  z-index:2;} 

	body 		{
				font-family: Arial;
				font-size: 40px;
				color: black 
				}
				
</style> 