@charset "utf-8";

/***********************************************************************
 * Ces règles définissent les styles pour certaines balises HTML.
 */

body { 
 font : bold 10pt arial, helvetica, sans-serif;
 font-size : 81%;
 color :#4B4B4B;
 background: url('../img/back1.jpg');
 background-attachment: fixed;
 margin-top : 10px;
 margin-right:0px;
 margin-bottom:0px;
 margin-left: 55px;
 text-align : center;
 } 
