/* 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;
  }
a> img {
	border: 0 none;
}
a, a:visited {
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  border: 0 none;
  }
.interne .centre p .infobulle {
  display :inline !important;
  font-style :italic;
}
.interne .centre p .titreInfobulle {
  display:none;
}
.interne .centre p .boutonFermerInfobulle {
  display :none
}
#contenue a:link:after, #contenue a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
  }
#foot ul li {
	list-style-type: none;
	display:inline;
}
/* 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) ") ";
  }*/
