/* CSS Document impression */

@page {
    size : 21.0cm 29.7cm;
    margin: 1cm 1cm;/**/
}


BODY {color: black; background: white;}
/*A:link, A:visited {background: white; color: black; text-decoration: underline;
   font-weight: bold;}*/

/* les div à masquer */
#en_tete, #menu, #recherche_lien, #pied_de_page 
{ 
    display:none;
}
