BODY {
 font-family: verdana, arial;
 font-size: 10pt;
 color: #000099;
 background: url(./images/fond.png) repeat top left;
 background-color: #FFFFFF
}

a:link {
text-decoration: none;
text-transform: none;
color: #999999
}

a:visited {
text-decoration: none;
text-transform: none;
color: #999999
}

a:active {
text-decoration: none;
text-transform: none;
color: #999999
}

a:hover {
text-decoration: underline;
text-transform: none;
color: #000099;
}

.titre {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 750px;
  height: 100px;
  background: url(./images/logo.gif) no-repeat top left;
}

.titre span {
  display:none;
}

.menu {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 750px;
  line-height: 1em;
  font-size: 10pt;
  color: #000099;
  font-family: verdana;
}

.centre {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #f5f5f5;
  width: 720px;
  font-size: 10pt;
  color: #000099;
  padding: 15px;
  font-family: verdana;
}

.content {
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  border: 1px #000099 dashed;
  text-align: center;
  background-color: #ffffff;
  width: 750px;
  padding-top: 1em;
  font-size: 10pt;
  color: #cc9933;
  font-family: verdana;
}

.pied {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 750px;
  font-size: 8pt;
  color: #000099;
  font-family: verdana;
}

.soustitre {
  text-align: center;
  font-size: 10pt;
  font-style: bold;
  color: #993300;
  font-weight: bold;
  font-family: verdana;
}

.valid {
  text-align: center;
  line-height: 1em;
}
