body { margin: 0px; padding: 0px;
	 color: white;
	background-image : url("Vichy.jpg");
	background-attachment: fixed; }

h1 	{ font-family: verdana, "Courier New", "Times New Roman", Arial, serif;
	  text-align: center;
	  font-size: 1.6em;
	
	}



h2 	{ font-family: verdana, "Courier New", "Times New Roman", Arial, serif;
	  color: rgb(113, 0, 0);
	  text-align: left;
	  margin-left: 20px;
	  font-size: 1.1em;
	
	}



h3 	{ font-family: verdana, "Courier New", "Times New Roman", Arial, serif;
	  color: rgb(113, 0, 0);
	  text-align: center;
	  font-size: 1.2em;
	
	}


h4 	{ font-family: verdana, "Courier New", "Times New Roman", Arial, serif;
	  text-align: right;
	  font-size: 0.9em;
	  margin-right: 20px;
	
	}





.grille {
		border: 1px;
		border-color: white;
		margin: 3px 3px 3px 3px;
		padding: 5px 5px 5px 5px;
		
	}
	

img {
		border: 1px solid white;
		padding: 3px;
	}




.left { font-family: verdana, "Courier New", "Times New Roman", Arial, serif; 
	text-align: left;


 }





.right { font-family: verdana, "Courier New", "Times New Roman", Arial, serif; 
	text-align: right;


 }


.center { font-family: verdana, "Courier New", "Times New Roman", Arial, serif; 
	text-align: center;


 }



.espace {
		
		margin-left: 50px ;
		padding-left: 50px

		
	}









p { 	font-family: verdana, "Courier New", "Times New Roman", Arial, serif;
	font-weight: bold;
	text-align: justify;
	text-indent: 30px;

 }


.jaune { color: yellow; }



.imageflottante
{
   float: left; /* Flotte à gauche */
   margin: 10px;
}

.desous
{
   clear: both; /* le texte continue en dessous */
}






  a:visited { 
	text-align: center;
	text-decoration: underline;
	line-height: 1.2;
	color: rgb(113, 0, 0);
	
 }


  a:hover {
	text-decoration: underline; 
	text-align: center;
	line-height: 1.2;
	background-color: white;
	color: rgb(113, 0, 0);

 }
 
   a:focus {
	text-decoration: underline; 
	text-align: center;
	line-height: 1.2;
	background-color: white;
	color: rgb(113, 0, 0);

 }

 
  
  a:active { 
	text-decoration: underline;
	text-align: center;
	line-height: 1.2;
	color: rgb(113, 0, 0);
	background-color: white;
	
 }
 




