<style type="text/css">

/* styles */
	a			{
				text-decoration:none;color:blue;font-family:"Times new roman"
				}
    a:link 		{
				color: black 
				}

	a:visited 	{
                color :#9F0000
                }

	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*/
				}
	ul li a 	{
				text-decoration:none;	
				}
	ul li a:hover {
				background-color:#D3D3D3;	
				}					
	body 		{
				font-family: Tahoma, Arial;
				font-size: large;
				color: #333311
				}
	
	div.layer_fond {position:absolute; top:00px; left:0px; width:auto; height:auto; vivibility:show;  z-index:1;}
	div.layer_entete {position:absolute; top:0px; left:0px; width:auto; height:auto; font-size: 20px; vivibility:show;  z-index:2;} 

				
</style>  