
.voitures-technique {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: inherit;
}
.voitures-technique th, .voitures-technique td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.voitures-technique th {
  background-color: #222;
  color: #fff;
}
.voitures-technique tr:nth-child(even) {
  background-color: #f9f9f9;
}
.voitures-technique tr:hover {
  background-color: #f1f1f1;
}