/* CSS Document : forme du site web */


/* La police (utilise, couleur et taille) */
body { 
	   font-family: Arial ;
	  
 	   color: white ;
	   font-size: 12px;
     
	}


   
/* Fond de la page */

body 
	{
	background-color: #6f605b; 
	}
	

/* titres */

h3
{
color:#330066;
text-align:center;
}

h4
{
color:#9999CC;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
