/* Centrage de la page Web selon résolution de l'écran LE ROY 2009*/
body {
  margin:  0;
  padding: 0;
  text-align: center;
}  
#CentragePage {
  position: relative; 
  margin-left: auto;
  margin-right: auto;
  width: 770;
  text-align: left;
  border: 1px solid rgb(0,0,0) ;
	background: #E0FFE0 ;
