td.White {
  background-color: White;
  color: black;
}
td.Jaune {
  background-color: Yellow;
  color: black;
}
td.Orange {
  background-color: Orange;
  color: black;
}
td.Verte {
  background-color: Green;
  color: white;
}
td.Bleue {
  background-color: Blue;
  color: white;
}
td.Marron {
  background-color: Brown;
  color: white;
}

td.Inactive {
  text-decoration: line-through;
}
