body {
  font-family: Geneva, Arial, Helvetica, sans-serif ;
  font-size: 80%;
  color: #000;
  background-color: #F9F6E3;
}

a {
  color: #9B6C19;
}

a:hover {
  background-color: #EBC781;
}

h1 {
  font-family: "Times New Roman", serif;
  font-size: 300%;
  font-weight: bolder;
  color: #c00;
  display: inline;
}

h2 {
  font-size: 100%;
  font-weight: bold;
  background-color: #EBC781 ;
  border: 1px solid black;
  width: 15em;
  margin: 15px 0 1em 0;
  padding: 5px ;
}

h2:before {
  content: url("img/marble-y.gif");
  margin-right: 2px;
}

h3 {
  font-size: 100%;
  font-weight: bold;
  color: #c00;
  margin: 1em 0 0.2em 0;
}

img {
  border: none;
}

strong {
  color: #c00;
  font-weight: bold;
}

#container {
  margin: 0;
  text-align: center;
}

#header {
  background-color: #EBC781;
  text-align: center;
  padding: 10px;
}

#header .langues {
  font-size: 150%;
  font-weight: bold;
}

#menu {
  background-color: #dcc59a;
  border-top: 1px solid #C19549;
  text-align: center;
  padding: 3px;
  width: 75%;
  margin: auto auto 10px auto ;
  display: table;
}

#menu a {
  font-weight: bold;
  text-decoration: none;
  display: table-cell;
  text-align: center;
}

#gauche {
  font-size: 80%;
  text-align: left;
  position: absolute;
  top: 15em;
  left: 1em;
  width:19em;
  padding: 10px;
  margin: 10px 0;
}

#etatcivil {
  background-color: #DCC59A;
  border: 1px solid black;
  padding: 10px;
}

#etatcivil .alternatif {
  font-family: "Times New Roman", serif;
  font-size: 200%;
  font-weight: bolder;
  color: #c00;
}

#etatcivil strong {
  font-size: 110%;
}

#etatcivil #adresse {
  margin-left: auto;
  margin-right: auto;
  background-color: #F2EDC2;
  text-align: center;
  padding: 5px;
  overflow: auto;
}

#corps {
  margin: 10px 5px 5px 17em;
  padding: 10px 5px;
  text-align: left;
}

.chaptertitre {
  font-weight: bold;
  background-color: #EBC781 ;
  border: 1px solid black;
  width: 13em;
  margin: 15px 0 5px 0;
  padding: 5px ;
}

.chaptertext {
  padding-left: 15px;
  padding-bottom: 15px;
  border-left: 1px solid #EBC781;
  border-bottom: 1px solid #EBC781;
}

.footer {
  clear: both;
  font-size: 75%;
  margin: 5px auto;
  padding: 3px;
}

.footer hr {
  width: 80%;
}

/* utile dans les popups */
.popup h3 {
  font-size: 100%;
  color: #c00;
  display: inline;
}

#logiciels {
  font-weight: bold;
  list-style-type: none;
}

#references h3 {
  color: #000;
}

.popup .chaptertext ul {
  display: inline;
}

.popup .chaptertext ul li {
  display: block;
}

/* -------------- correction.html --------------*/
#correction h2 {
  width: 20em;
}

/* -------------- stages.html --------------*/

#page_stage #themes {
  background-color: #EBC781;
  border: none;
  float: right;
  margin: 4em 1em;
  padding: 10px;
  text-align: left;
  font-size: 80%;
}

.date {
  font-style: italic;
}

/* -------------- formulaire.html --------------*/

#page_form #container {
  margin: 3em;
  border: 2px solid black;
  clear: both;
}

#page_form #corps {
  margin: 1em;
}

#page_form label {
  width: 8em;
  float: left;
  margin-top: 5px;
}

#page_form input {
  margin-top: 5px;
}

#page_form .rencontres {
  float: left;
}

#page_form .accueil {
  float: right;
}
