
body {
   background: white;
   font-size: 12pt;
   }
#menu, #entete, #pub {
   display: none;
   }
#texte, #conteneur {
   width: auto;
   margin: 0 1%;
   padding: 0;
   border: 0;
   color: black;
   float: none !important;
   overflow: auto;
   background: transparent none;
   text-align: justify;
   } 
#conteneur a:link, a:visited {
   color: black;
   font-weight: bold;
   text-decoration: none;
   }



