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

.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;
}
/*
.adresse A {
  text-decoration: none;
  color: #9ebdd9;
  background: transparent;
}
.adresse A:HOVER {
  text-decoration: underline;
}
*/
