
body {
    margin:0 ;                         /* Marge du document HTML */
	background-color:white;
  font-family: helvetica;sans-serif;  
	font-size: 16px ;               /* Style et taille de la police de la page */
	
}
#imageFond {

 background-image:  url('Grille2015.jpg')   ;  /*Fond blanc *non répété* et centré */
 background-repeat:no-repeat;
	 background-color:white; /*#FEFAEF;*/
  background-attachment: fixed; /* Même si la page défille, l'image reste au centre de l'écran.*/
	background-position:center;
}
#positionverticale { position:absolute; top:30%; height:10em; margin-top:2em; 
margin-left:5em;
width: 50%; 
height: 80%; 
background-color: white;
}
#pageNormale {
position:absolute; 
top:15%; 
height:10em; 
margin-top:2em; 
margin-left:1em;
width: 95%; 
height: 80%; 
background-color: white;
border: 0; 
padding:0;
cellspacing:0;
text-align: left;
/*font-size: 3 ; */
font-size:10pt;
font-family: Arial,sans-serif; 
font-style: italic;
font-weight:lighter
}
a:link {color:gray;}
a:visited{color:#8b8b8b;}
a:hover{color:silver;}
a:active{color:gray;}


table{

    /* bottom: 50px;*/
  width: 102%; /* La largeur c'est pour le test, mais ça montre qu'il est aussi possible de la spécifier en CSS */
	height:80%;
  border: 0; /* Et on met une jolie bordure originale autour du tableau */
	padding:0; 
  cellspacing:0;
	
}
#menu_top{

	text-align: center;
	 width:100%;
 	 border: 0; 
	  border-spacing : 0;
border-collapse : collapse;
	 margin-top:-22px;
 position:fixed;
 top:0;
 	 
}
#menu_table{
font-style: normal;
color:white;
text-align: center;
	height: 20px;
 width:100%;
 padding:0;
  
	 border: 0;
	  
}
