body
 {background:url("images/fondpage.jpg");} /*Couleur de l'arrière plan*/

 
#page                        
 {margin:auto;      /*Centrage automatique de la page*/
 width:950px;}           /*Largeur de la page*/
 
 

/*Section*/ 

section             /*Corps principal de la page*/
 {width:950px;
 position:absolute;
 top:10px;} 



h1                          
 {font-size:2em;
 color:rgb(130,70,40);
 font-family:times new roman;}
 
 

h2
 {font-size:1.8em;
 color:rgb(50,60,130);}
  
  
 
p              
 {text-align:justify;
 font-size:1.5em;
 color:rgb(90,40,40);
 font-family:times new roman;} 
 

 
.document
 {position:relative;
 top:0px;
 left:-40px;
 box-shadow:3px 3px 8px rgb(110,110,110);}
 













 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 