/*  ----------------------------------------------------------- */
/*  Feuilles de styles pour le site PAEC                        */
/*  ----------------------------------------------------------- */


/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background: #FFF;
	margin: 1.5em;
	text-align: center;
	font-size: 1em;
	color: #333;
background-color:rgb(255,255,255);
	background-image: url(fond_paec.jpg);
	background-attachment:fixed;
background-repeat:no-repeat;
background-position:center center;
}
