


body {   margin: 0; /* pour éviter les marges */   text-align: center; /* pour corriger le bug de centrage IE */ }



div#pieddepage1 {
width:900px;
height:50px;
background-color: #CCFFFF;
clear:both;
border-style: none; border-width: 0px;
font-weight: bold;
  font-size: 0.6em;
}

/*pour centrer la page accueil*/ 


		.essai-fond {
		
		width:900px;
		margin-left: auto;   margin-right: auto;      text-align: left;
		
		}
		
		
		.tableau-style {
	
	border-collapse: collapse;
	min-width: 400px;
	width: auto;
	box-shadow : 0 5px 50px rgba(0,0,0,0.15);
	cursor: pointer;
	margin: 50px auto;
	border: 1px solid #ddd;
	text-align: center;
	font-weight: bold;
	
	
	
	
	
}

tbody tr, td, th

{
	
	border: 1px solid #ddd;
	
}


td 

{
	
	padding: 15px 20px;
	
}









a:hover {
  color: green;
  background-color:pink;
  text-decoration: blink,
  
}

a {
      text-decoration: none;
	  color:black;
	  
    }


h3
{
   font-family: "Comic Sans MS",serif, Arial, Verdana, serif;  /* On essaie d'avoir Arial Black en priorité */
	font-weight: bold;
	font-size: 1.8em;
	text-align: justify;
	text-align: center;
}

p
{
   /* La police Comic Sans MS est agréable à lire pour les paragraphes je trouve */
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   text-align: justify;
   font-size: 1.2em;
  
}









