/* rates.css */

.barometre {
  padding: 20px 10px;
}

.barometreReg {
  text-align: center;
}

a {
  color: #127DC9;
  text-decoration: none;
}

.rateTable {
  background: #fff2e4;
  border-collapse: collapse;
  font-size: 12px;
  margin: 0 20px;
}
.rateTable th {
  background: #E73800;
  border: 1px solid white;
  border-collapse: separate;
  color: white;
  padding: 5px;
  text-align: center;
}
.rateTable td {
  border: 3px solid white;
  padding: 5px;
}
.rateTable .odd {
  background: #fde1bf;
}

#FlashElement4bd830a22824f {
  margin: 0 18px;
}