
/* police tableau table central feuille */

.nom_classe
{
width:900px;
margin-left: auto;
margin-right: auto;

}

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



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

div#hautdepagegauche {
	width:100px;
	height:200px;
	background-color:#66CC33;
	}
div#hautdepagecentre {
	width:100px;
	height:200px;
	background-color:#CC99CC;
	}
div#hautdepagedroite {
	width:100px;
	height:200px;
	background-color:#CC99CC;
	}



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

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;
		background-image: url(../images/fonds.png);
		}
		
		
		