/* CSS Document Jean Vivant pour l'impression */

body {
  background: white;
  font-size: 12pt;
  }
#menu, #gauche, #droite, #pied, #haut_bota, #haut_lichen, #haut_myco, #haut_doc, #haut_liens, #haut_bot {
  display: none;
  }
#conteneur, #centre {
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  float: none !important;
  color: black;
  background: transparent none;
  }

a:link, a:visited {
  color: #520;
  background: transparent;
  font-weight: normal;
    text-decoration: underline;
  }
#centre a:link:after, #centre a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
  }
#centre a[href^="/"]:after {
  content: " (http://www.jean-vivant.net" attr(href) ") ";
  }
