body {
        font: normal 12px "verdana", sans-serif;
        margin-left: 40px;
        margin-right: 40px;
        text-align: justify;
        background-color: white; 
        padding-top: 6em;
}

#header {
    width: 100%;
    height: 6em;
    position: fixed;
    top: 0px;
    left: 0px;
    padding-left: 10%;
    background-color: white;
    z-index: 5;
}

#toc {
    position: fixed;
    top: 3em;
    right: 5px;
}

.sh_anchor
{
    margin-top: -6em; 
    padding-top: 19em;
}

table {
   font-size: 100%;
}

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

h2 {
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
}

h3 {
  font-size: 120%;
  font-weight: bold;
  margin-top: 0px;
  padding-top: 1em;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

ul {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.transcription {
 width: 60%;
}

div.analyse {
 position:absolute;
 text-align: left;
 left:61%;
 width:38%;
 border-left-style: solid;
 border-width: 1px;
 padding: 0px 5px;
 margin: 0px;
}

a.transcript {
 text-decoration: none;
}

.transcript {
 color: black;
}

.transcript:hover{
 color: red;
}

.footer {
  font-size: xx-small;
  color: grey;
  margin: 50px;
}

.activeTranscript {
 background-color: #22ff33; 
}

.relatedTranscript {
 background-color: #ffdead; 
}

#retour_accueil {
  text-align: left;
  margin-left: 60px;
}

#toc {
 text-align: right;
}

.timecode {
  display: none;
}
