	
	
	body
{ 

   background-image: url("fondform.png");
   background-repeat: fixed;
      text-align:center;
	  position: absolute;
   top:200px;
   width: 750px;
   height: 500px;
   left: 200px; 
}
	

			body a
			{
			font-size: 40px; /*taille de la fonte */
			color :red;
			text-decoration:none;color: #FFA500;
			
			}

			body a:hover     /* LIENS*/
			{
			text-decoration:underline;color: white;
			background: #FF4500  /*FOND DU LIEN*/
	
			}
	

	

   


