/* source : http://www.pompage.net/pompe/impression/ */
body {
  background: white;
  font-size: 12pt;
  }
#menu,
#gauche,
#droite {
  display: none;
  }
#contenue {
  width: auto;
  margin: 0 5%;
  padding: 0;
  border: 0;
  float: none !important;
  color: black;
  background: transparent none;
  }
div#contenue {
  margin-left: 10%;
  padding-top: 1em;
  border-top: 1px solid #930;
  }
div#head {
  margin-bottom: -8px;
  }
div#head img {
  vertical-align: bottom;
  }
a:link, a:visited {
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  }
#contenue a:link:after, #contenue a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
  }
/* permet de rajouter l'url de base sur les lien tronqué interne (à décommenter si necessaire*/

/*#contenue a[href^="/"]:after {
  content: " (http://www.alistapart.com" attr(href) ") ";
  }*/