


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;
	cursor: pointer;
	border: 4px solid #ddd;
	
	margin-top: -21px;
	
	
	
}

tbody tr, td, th

{
	
	border: 2px solid #ddd;
	
}











