body {
  margin-top: 0px; /* marge supérieure */
  text-align: center; /* centré */
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  color: #000066;
  background: url(../images/base/fond.jpg) repeat fixed center;
  padding: 0px;
  list-style: disc;

}
body, html {
  scrollbar-face-color: #a9c5f5;
  scrollbar-shadow-color: #000066;
  scrollbar-highlight-color: #eaf0ff;
  scrollbar-3dlight-color: #000066;
  scrollbar-darkshadow-color: #000066;
  scrollbar-track-color: #eaf0ff;
  scrollbar-arrow-color: #000066;
}

/* DIV global */

#wrapper {
  width: 800px;
  background: repeat center;
  margin-right: auto;
  margin-left: auto;
  border: 0px none #000066;

}
#tableauliens {
  background: #A9C5F5;
  width: 798px;
  margin-top: auto;
  padding-left: 0px;
  margin-left: auto;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  float: none;
  text-align: left;
}
#tableauliens td {
  border-top: 1px none #000066;
  border-right: 1px solid #000066;
  border-bottom: 1px none #000066;
  border-left: 1px none #000066;
  margin-left: auto;
  float: none;
  background: #a9c5f5;
}


/* DIV du logo*/

#header {
  padding: 0px;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  height: 120px;
  background: url(../images/base/banniere.jpg);
}

*/ Titre 1 de cet en-tête */

#header h1 {

font-variant: small-caps; /* Petites capitales */

colo:r white; /* blanc */

}

/* DIV de la section principale */

#main {
  border-bottom: thin none;
  text-align: center;
  padding: 0px 20px 0px 240px;
  float: none;
  width: 520px;
  margin: 60 20 0 20px;
  height: auto;

}


/* Titre 1 de la section principale */

#main h1 {
  font-size: 12px;
  font-variant: small-caps;
  margin-top: 30px;

}

/* DIV du menu */

#menu {
  width: 189px;
  /* gauche/droite 20, haut/bas 5 pixels */

padding: 20px 10px 0px 0px;
  margin-left: 0px;
  margin-top: 0px;
  list-style: none outside;
  letter-spacing: 0em;
  text-align: left;
  text-indent: 0px;
  height: auto;
  border-right: none #000066;
  border-left: none;
  border-top-style: none;
  border-bottom: none;
  line-height: 20px;
  float: left;

}
h2 {
  width: 160px;
  padding-left: 4px;
  margin-left: 20px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
}

a:link {
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  color: #000066;
}
a:visited {
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  color: #000066;
}
a:hover {
  text-decoration: underline;
  font-size: 10px;
  font-weight: normal;
  color: #000066;
}

a:active {
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  color: #000066;
}

