BODY {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  background-color: #ffffff;
  background: url(fond.gif) repeat top center;
  color: #000000;
}
#conteneur {
  margin-top: 2em;
  padding-top: 1em;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  font-size: 10pt;
  background-color: #ffffff;
  border: 2px #333333 solid;
position: relative;

}
#titre {
  width: 700px;
  height: 100px;
  
}
#titre h1 {
  display: none;
}
#centre {
  margin-top: 3em;
  margin-right: 2em;
  margin-left: 180px;
}
#centre h1 {
  font-size: 14pt;
  text-align: center;
  font-family: Comic sans ms, Verdana, Arial, sans-serif;
  color: #2577b8;
}
#centre p {
  font-size: 10pt;
  text-align: justify;
}
#centre a {
  text-decoration:none;
  text-transform:none;
  color: #999899;
}
#centre a:hover {
  text-decoration:none;
  text-transform:none;
  color: #ffa500;
}
#pied {
  width: 700px;
  font-size: 8pt;
  text-align: center;
  padding-top: 3em;
  padding-bottom: 2em;
  color: #999899;
}
#pied a {
  text-decoration:none;
  text-transform:none;
  color: #999899;
}
#pied a:hover {
  text-decoration:none;
  text-transform:none;
  color: #ffa500;
}
.menu {
margin-left: -50px;
margin-top: 50px;
padding: 2em 2em 0 2em;
list-style-type: none;
position: absolute;
width: 130px;
height: 350px;
background: url(onglet.png) no-repeat top center;
}
.menu li {
}
.menu a {
margin: 0;
padding-top: 0.4em;
padding-bottom: 0.2em;
color: #2577b8;
display: block;
border-bottom: 2px #999899 dotted;
}
.menu a:link {
text-decoration:none;
text-transform:none;
color: #ffffff;
}
.menu a:visited {
text-decoration:none;
text-transform:none;
color: #ffffff;
}
.menu a:active {
text-decoration:none;
text-transform:none;
color: #ffffff;
}
.menu a:hover {
text-decoration:none;
text-transform:none;
color: #ffa500;
}
.spacer {clear: both;}

form {
text-align: center;
}
textarea {
font:10pt verdana, sans-serif;
font-weight:bold;
color:#999899;
width:29em;
margin-top: 0.5em;
background:#ffffff;
padding:.2em;
border : 1px solid #2577b8;
}
input[type="text"] {
font:10pt verdana, sans-serif;
font-weight:bold;
color:#999899;
margin-top: 0.5em;
background:#ffffff;
padding:.2em;
border : 0px dotted #2577b8;
border-bottom : 2px dotted #2577b8;
}

input[type="submit"], input[type="reset"] {
background:#ffffff;
font:10pt verdana, sans-serif;
color:#2577b8;
border : 1px solid #2577b8;
cursor: pointer;
}
input[type="submit"]:hover, input[type="reset"]:hover {
background:#ffa500;
font:10pt verdana, sans-serif;
color:#2577b8;
border : 1px solid #2577b8;
cursor: pointer;
}
