


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;
		
		}
		
		
/*pour le tableau*/ 		
		
		
.tableau-style {
	
	border-collapse: collapse;
	min-width: 400px;
	width: auto;
	cursor: pointer;
	margin: 100px auto;
	border: 1px solid #ddd;
	margin-top: -21px;
	
	
	
	
}

thead tr {
	
	
	
	
	
	
}

th, td 

{
	
	padding: 15px 20px;
	
}


tbody tr, td, th

{
	
	border: 1px solid #ddd;
	
}


tbody tr:nth-child(even)

{
	
	background-color:#f3f3f3;
	
}

tbody tr:last-of-type

{
	
	font-size: 1em;
background-color: #FFFFFF;
border-top-style: hidden; border-top-color: white;

}










