/* ===============================================
   FEUILLE DE STYLES POURIMAGIERVAGABOND.FR
   Styles pour l'impression. Tous droits réservés.
   =============================================== */


/* --- STYLES GÉNÉRIQUES --- */

/* Modifications */
body {
  margin: 1cm 0 0 0;
  padding: 0;
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 10pt;
  line-height: 1.25;
  color: black;
  background: white;
}
a, a:visited {
  color: black;
  text-decoration: none;
}

/* --- EN-TÊTE --- */

#title {
  position: absolute;
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
}
#title img {
  max-height: 2.6cm;
}
#topnav {
  display: none;
}



/* --- CONTENU --- */

/* Générique */
#main-content {
  width: 60%;
}
/*#main-content a:after {
  content: " (" attr(href) ") ";
  font-size: 85%;
  text-decoration: none;
}*/
#sidebar {
  display: none;
  position: absolute;
  top: 3cm;
  right: 0;
  width: 30%;
}

/* Illustrateurs */
#list-illus ul {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
