/*  ---------------------------------------------------------------- */
/*  Feuille de style specifique a l'impression                       */
/*  ---------------------------------------------------------------- */

/*  Correction des styles HTML par defaut
---------------------------------------------- */
body {
	background: #584D40;
 width: 80%;
 height: 80% ;
 text-align: center;
 font-size: 1em;
 color: #888;
}