#tableauConvH,
#tableauNouvVitesses,
#tableauVingt {
  border: 2px solid #566e93;
  border-radius: 5px;
}
#tableauConvH thead,
#tableauNouvVitesses thead,
#tableauVingt thead {
  border-bottom: 1px solid #566e93;
}
#tableauConvH thead tr th,
#tableauNouvVitesses thead tr th,
#tableauVingt thead tr th {
  padding: 5px;
}
#tableauConvH tbody tr,
#tableauNouvVitesses tbody tr,
#tableauVingt tbody tr {
  border-top: 1px solid #566e93;
}
#tableauConvH tbody tr td,
#tableauNouvVitesses tbody tr td,
#tableauVingt tbody tr td {
  border-top: 1px solid #566e93;
  padding: 5px;
}
#tableauConvH tbody tr:hover,
#tableauNouvVitesses tbody tr:hover,
#tableauVingt tbody tr:hover {
  background-color: #e3f0c4;
}

#horlogeSVG {
  display: block;
  margin: 15px auto;
  width: min(100%, 300px);
}

#lHeure {
  font-style: italic;
  text-align: center;
}

#salaireConv {
  width: -moz-fit-content;
  width: fit-content;
}
#salaireConv fieldset {
  border-color: #566e93;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
#salaireConv fieldset div {
  margin: 12px;
}
#salaireConv fieldset div input {
  width: 100px;
}/*# sourceMappingURL=styles2023a.css.map */