/* rate.css */

/* table des taux */
#Ratetable .table {
  width: 775px;
  margin: 10px auto;
  font-size: 12px;
}
#Ratetable .table tr td {
  padding: 5px;
  border: 1px solid #CFD6E4;
  text-align: center;
  vertical-align: middle;
}
#Ratetable .header {
  text-align: center;
  color: white;
  background: #b2265b;
  font-weight: bold;
}
#Ratetable .even {
  background: #fce8f0;
}
#Ratetable .odd {
  background: #f2c2d4;
}
#Ratetable .logo {
  float: right;
}
#Ratetable .small {
  font-size: 10px;
  vertical-align: top;
}
#Ratetable .sup {
  font-size: 10px;
}
#Ratetable .infosDate {
  font-weight: bold;
  font-size: 12px;
  float: left;
  margin-top: 10px;
  position: absolute;
}
#Ratetable .date {
  color: #5C7FA4;
}
#Ratetable p {
  font-size: 12px;
  margin: 10px;
  clear: both;
}
#Ratetable .note {
  text-align: left !important;
  font-weight: bold;
}
#Ratetable .title {
  margin: 0 10px;
}

#Ratetable .logo {
  float: left;
}
#Ratetable .logo img {
  width: 50px;
}

#Ratetable .infosDate {
  margin: 25px 0 0 80px;
}
