body {
  margin-top: 0px; /* marge supérieure */
  text-align: center; /* centré */
  font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
  color: #C00;
  background: #FFFFFF;
  padding: 0px;
  list-style: disc;
}
body, html {
  scrollbar-face-color: #c00;
  scrollbar-shadow-color: #c00;
  scrollbar-highlight-color: #fffff;
  scrollbar-3dlight-color: #c00;
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #ffffff;
  scrollbar-arrow-color: #ffffff;
}

/* DIV global */

#wrapper {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  padding: 10px;
  border: 1px solid #9a0403;
}


/* DIV du logo*/

#header {
  height: 102px; /* Hauteur */
  padding: 0px;
  width: 1000px;
  float: none;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  border: 1px solid #000066;

}


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

#header h1 {

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

colo:r white; /* blanc */

}
h1 {
  font-size: 24px;
  font-weight: bold;
}

h2 {
  font-size: 18px;
  font-weight: bold;
}
h3 {
  font-size: 12px;
  font-weight: bold;
}



a:link {
  color: #c00;
  font-size: 10pt;
  font-weight: bold;
  letter-spacing: 0px;
  text-decoration: underline;
}
a:visited {
  color: #c00;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  color: #c00;
  font-size: 10pt;
  font-weight: bold;
}


a:active {
  color: #c00;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
}
.fltrt {
    	float: right;
    	margin-left: 8px;
    }
 
    .clearfloat {
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
