/* Éléments en général */
* {
  color: black !important;
  background: white !important;
}
h2, h3 {
  page-break-after: avoid;
}
blockquote, .entree-contenu {
  border: none;
}
pre {
  max-width: none;
  padding-left: 0;
  border-left: none;
}
img {
  content: attr(alt);
}
input, textarea {
  border-color: black;
}
a {
  text-decoration: none;
}
a[hreflang]:after {
  content: "";
}
abbr, acronym {
  border-bottom: none;
}
abbr[title]:after, acronym[title]:after {
  content: " ("attr(title)")";
}

/* Parties à masquer */
object, #en-tete ul, #menu {
  display: none;
}

/* Contenu */
#conteneur, #contenu {
  display: block;
}

