/*          =IMPRESSION
---------------------------------------- */

body {
    color: #000;
    background: #fff;
    font-family: verdana, helvetica, sans-serif;
    font-size: 12pt;
}
 
/* Elements à masquer à l'impression */
#header, #footer {
    display: none;
}

 
h1 {
    font-size: 120%;
    padding-top: 7%;
}
 
hr {
    height: 0;
    color: #fff;
    background: #fff;
    border: none;
    border-bottom: 1pt solid #696969;
}
 
a img {
    border: none;
}

div.liens, div.fil-ariane {
  display: none;
}