    body {
		  background-image: url(image/background.jpg);
		  font-family : Verdana, Arial, Helvetica, sans-serif;
		  font-size : 10px;
		  color: white;
      }
	  
	  p
	  {
		 font-family : Verdana, Arial, Helvetica, sans-serif;
		 font-size : 10px;
	  }
	  
    a:link, a:active, a:visited {
          color : orange;
      }
    a:hover {
          text-decoration : underline;
          color : yellow;
      }
	  
	   .image_intro
	  {
		margin: auto;
		margin-top: 130px;
		border: none;
		width: 600px;
		text-align: center;
	  }
	  
	  .entrer
	  {
		
	  text-align: center;
	  margin: auto;
	  }