html, body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: small;
}

body {
  background-color: #ffffe0;
}

body :link,
body :visited,
body :link:hover { color: #0000ff; }
body :link:active { color: #000; }

/* -- Index -- */
body.index {
  color: #fff;
}

body.index :link,
body.index :visited,
body.index :link:hover { color: #ffffe0; }
body.index :link:active { color: #fff; }

ul.lang {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  list-style: none;
  text-align: center;
}

ul.lang li {
  display: inline;
  padding: 5em;
}

ul.lang a {
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  text-decoration: none
}

/* -- Pages centrales -- */

ul.menu {
  margin: 16px 6px;
  padding: 0;
  list-style: none;
  text-align: center;
}

ul.menu li {
  padding: 5px;
  font-weight: bold;
  font-size: 1.15em;
}

ul.menu a {
  color: #ffffe0;
  text-decoration: none;
  padding: 0 6px;
  border: 1px solid #522007;
}

ul.menu a:visited {
  color: #ffffe0
}

ul.menu a:hover {
  color: #ffffe0;
	background-color: #000000;
	border: 1px solid #ffffe0;
}

p {
  margin: 1.5em 0em;
}

h1 {
  text-align: center;
  font-style: italic;
}

h2 {
  font-size: 1em;
  text-decoration: underline;
}

hr {
  border: 0;
  border-bottom: 2px solid #000;
}

ul.contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.contact li {
  padding-bottom: 5px;
}

/* -- Anciennes classes -- */
.surtitre{color:#000000;font-size:85%;font-weight: bold;margin-bottom:0px;margin-top:0px;text-transform:uppercase;padding-top:0px;padding-left:0px;}
.surtitre:first-letter{font-size:16pt;font-weight: normal}

.modreservstandard {font-family: arial; font-size: 10pt}
.modreservpetit {font-family: arial; font-size: 8pt}
