body {
font-size: 2vh; 
font-family:candara;
background-color: #555;
margin:0;
color:#fff;
}

a {
  text-decoration: none;
  color: #00F;
}
a:visited {
  color: #0000FF;
}
a:hover {
  text-decoration: none;
  color: 00F;
font-weight: bold;
}


.page {
color:white;
text-align: center;
width:90vw;
margin:auto;
overflow:scroll;
}

.titre {
width:90vw;
margin:auto;
text-align: center;
font-size: 3vh;
}

#logo {
width : 80vw;
}

.liste {
border-collapse: collapse;
background-color: #000;
text-align:left;
vertical-align:top;
width:100%;
}

.haut {
border-top:1px solid #70FFFF; 
}

.bas {
border-bottom:1px solid #70FFFF; 
}

.intitule {
padding-left:2vw;
text-transform: uppercase;
color:#70FFFF;
}

.entretien {
padding-left:2vw;
text-transform: uppercase;
color:#00CC66;
}

.description {
padding-left:2vw;
font-style:italic;
}

.son {
padding-left:2vw;
}

audio {
height:5vw;
}

