/* #PRODUIRE{fond=css/layout.css}
   md5:d0ac2aea5d1fa46baeac81015e117cfc */

/* LAYOUT.CSS                                                           */
/* Cette feuille contient:                                              */
/* - les styles de surcharge des layout Gala pour le squelette          */
/* -------------------------------------------------------------------- */

/* Correspond a une taille de 16px dans la plupart des navigateurs */
html {font-size: 100%;}
/* correspond a une taille de 10px car 10px/16px = 0,625 */
body {
	padding: 0; 
	font: 0.625em/1em Helvetica,Verdana,Arial,sans-serif; 
	color: #000000;
	background: #ffffff url('https://etab.ac-limoges.fr/clg-bort-les-orgues/accueil/squelettes/images/bg_body.png') repeat-y center;
}

#header {padding: 0 0 10px;}
div#header h1{margin: 0; padding-left: 0; height: auto; line-height: 1.12em; color: transparent; background: none;}
div#footer{padding: 30px 0 0; color: transparent; background: none; line-height: 1.12em;}
div#navigation{width: 180px; background: none;}
div#extra{width:180px; background: none;} 
div#container{background: #ffffff; 
}  

/* Pour les layouts a largeur variable*/


/* Pour les layouts a largeur fixe 3 colonnes*/


/* Pour les layouts a 2 colonnes*/
 
	  body{text-align:center}
		div#container{width:1100px; margin:0 auto;}
		
		
		  
		  
		
		
	  
	  #wrapper{zoom:normal;}
		div#navigation{margin-left:0px ;}
		div#extra     {margin-left:0px ;}
		div#content{
      width:880px ;
      margin-right:0px ;
    }
		

