body {
        font: normal 10px "verdana", sans-serif;
        margin-left: 50px;
        margin-right: 0px;
        text-align: justify;
        background-color: white; 
}

@page {
       counter-increment: page;
       @bottom-right {
          content: counter(page);
       }
}

h1 {
  font-size: 110%;
  font-weight: bold;
}

h2 {
  font-size: 110%;
  text-align: center;
}

h3 {
  font-size: 100%;
  font-weight: bold;
}

div.analyse {
 font-size: 8px;
}

#header {
    width: 100%;
    position: relative;
    background-color: white;
    z-index: 5;
}

#retour_accueil {
 display: none;
}

#toc {
 display:none;
}

.timecode {
  display: inline;
}

