table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-size: 10px;
}

td, th {
  border: 1px solid #ddd;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2;}

tr:hover {background-color: #ddd;}

th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

td.orange {
  background-color: #FFA500;
}

th.orange {
  background-color: #FFA500;
}

td.rouge {
  background-color: #FF0000;
}

th.rouge {
  background-color: #FF0000;  
}

