body {
    background-color: black;
    color: white
}
#jauge {    
     margin: 0 auto;
     width: 620px
}
h1 {
    text-align: center
}
h2 {      
  text-align: center;
}
  
#tableau {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  text-align: center;
  width: 100%
}  
#tableau td, #tableau th {
  border: 1px solid #FFFFFF;
  padding: 8px
}  
#tableau tr:nth-child(even){
  background-color: #7F7F7F
}  
#tableau tr:hover {
  background-color: #FFFFA2;
  color: black
}  
#tableau th {
  padding-top: 12px;
  padding-bottom: 12px;    
  background-color: #4D4D4D;
  color: white
}