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

/*  Correction des styles HTML par defaut
---------------------------------------------- */
body { background: #FFF; text-align: left; font: 11px Arial, Helvetica, sans-serif; color: #000; }

img, table { margin: 0; padding: 0; border: none; }
ul, ol, li { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }

img {display:none;}
  
/*  Ne pas imprimer : on elimine les elements de navigation (display: none;)
---------------------------------------------- */
#footer, #volume, #MenuSiteNew, #FilArianeBul, #headerPageBulletin, #droitCalendrierBul, #outils, #footer { display: none; }


/*  Disposition a l'ecran
---------------------------------------------- */
.nettoyeur { clear: both; }
.outils { display: none; }



