/* Site www.lespassagers.org
 * Styles pour les pages de la section CD
 */

.cdbox {
  border: 1px solid #C41E2C;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.cdbox TD {
  vertical-align: top;
}
.cdboxmea {
  background: black;
  color: #f9e5e4;
  border: 1px solid black;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.cdboxmea TD {
  vertical-align: top;
  background: black;
  color: #f9e5e4;
}
.cdboxmea A {
  text-decoration: none;
  background: transparent;
  color: #c48060;
}
.cdboxmea A:HOVER {
  text-decoration: none;
  background: #c48060;
  color: #f9e5e4;
}
.cdboxmea H2 {
  background: transparent;
  color: #dadaff;
  margin-bottom: 15px;
}

.cmd {
  padding: 10px;
  border: 1px solid #C41E2C;
  background: #C41E2C;
  color: white;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.cmddest {
  margin-right: 15px;
  margin-left: 15px;
  border: 2px solid white;
  padding: 5px;
}
.adresse {
  padding: 15px;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 12pt;
  text-align: left;
  border: 1px solid #C41E2C;
  background: #C41E2C;
  color: white;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
