/* Site www.lespassagers.org
 * Styles principaux
 */

BODY {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  background: black;
  color: white;
  margin: 0;
  padding: 0;
  text-align: center;
}
TD {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: black;
  background: #F1E4B4;
}
IMG {
  border: none;
}
#main {
  color: black;
  background: #F1E4B4;
  width: 778px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
#mainmenu {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 171px;
  overflow: hidden;
}
#content {
  color: black;
  background: url("/img/web-cote-gauche.jpg") no-repeat;
  width: 100%;
  margin: 0;
  padding: 0;
}
A {
  text-decoration: none;
  background: transparent;
  color: #4669bb;  /* #C41E2C; */
}
A:HOVER {
  text-decoration: underline;
  /* color: #C41E2C;
  background: transparent; */
}
H1 {
  font-weight: bold;
  font-size: 14pt;
  background: transparent;
  color: #C41E2C; /* #DC7646; */
  margin-top: 0;
  margin-bottom: 0;
}
H2 {
  background: transparent;
  color: #C41E2C; /* #DC7646; */
  margin-top: 0;
  margin-bottom: 0;
}

/* Types de menus:     menu, secmenu, pagemenu
 * Style des items:    {type}
 * Items sélectionnés: h{type}
 */

#sec_menu {
  float: left;
  width: 200px;
  padding: 15px;
  margin: 0;
  font-family: "Blue Higway", "Trebuchet MS", Trebuchet, Arial, sans-serif;
  font-size: 14pt;
  text-align: left;
}
.mini {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  margin-top: 0;
}
.uplink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  margin-bottom: 15px;
  padding-right: 10px;
}
.secmenu {
  width: 170px;
  padding: 2px;
  margin-bottom: 5px;
}
.pagemenu {
  width: 170px;
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 5px;
}
.msecmenu, .hsecmenu {
  width: 170px;
  padding: 2px;
  margin-bottom: 5px;
  background: #F1E4B4;
  color: black;
}
.mpagemenu, .hpagemenu {
  font-style: italic;
  width: 170px;
  padding: 2px;
  margin-left: 10px;
  margin-bottom: 2px;
  background: #F1E4B4;
  color: black;
}
.secmenu A {
  color: black;
  background: transparent;
}
.hsecmenu A, .msecmenu A {
  text-decoration: none;
  background: transparent;
  color: #C41E2C;
}
.pagemenu A {
  font-style: italic;
  color: black;
  background: transparent;
}
.hpagemenu A, .mpagemenu A {
  font-style: italic;
  text-decoration: none;
  background: transparent;
  color: #C41E2C;
}
.msecmenu A:HOVER, .hsecmenu A:HOVER, .mpagemenu A:HOVER, .hpagemenu A:HOVER {
  color: #C41E2C;
  text-decoration: underline;
  background: transparent;
}

/* Styles pour le contenu
 */
#interior {
  margin-left: 230px;
  text-align: justify;
  padding-right: 15px;
}
.note {
  font-size: 9pt;
  font-weight: bold;
  background: transparent;
  color: #DC7646;
}
.copyright {
  font-size: 8pt;
  text-align: center;
  background: transparent;
  color: #DC7646;
  padding: 20px;
}
.date {
  font-weight: bold;
  font-style: italic;
  background: transparent;
  color: #DC7646;
}

/* Styles pour les formulaires
 */
.formfield {
  font-family: monospace;
  font-size: 10pt;
  background: #F2EABE;
  color: black;
  border-top: 1px solid #4669bb; /* C41E2C; */
  border-left: 1px solid #4669bb;
  border-bottom: 1px solid #9ebdd9; /* E8B68D; */
  border-right: 1px solid #9ebdd9;
}
.formobligatoire {
  font-weight: bold;
  background: transparent;
  color: #C41E2C;
}
.formfacultatif {
  background: transparent;
  color: #DC7646;
}

