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

/* 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: #4f5154;
	background: #6d9735 url("http://ele-villers-les-pots-21.ec.ac-dijon.fr/themes/sarkaspip_ecology/images/bg_body.jpg") center 0px no-repeat  fixed;
}

#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 0px 270px repeat-x; 
}  

/* Pour les layouts a largeur variable*/


/* Pour les layouts a largeur fixe 3 colonnes*/
 
	body{text-align:center}
	div#container{width:1024px; margin:0 auto;}

	
		
		
		
		

	 
		div#navigation{margin-left:-1004px; }
		div#extra{margin-left:-200px; }
		div#content{margin: 0 240px; }
	 

	 

	 

	 

	

	


/* Pour les layouts a 2 colonnes*/

