body {
  margin-top: 0px; /* marge supérieure */
  text-align: center; /* centré */
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  padding: 0px;
  list-style: disc;
  background: #FFFFFF;

}
body, html {
  scrollbar-face-color: #ffe28c;
  scrollbar-shadow-color: #000000;
  scrollbar-highlight-color: #000000;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #ffffff;
  scrollbar-arrow-color: #000000;
}

/* DIV global */

#wrapper {
  margin: 0 auto;
  text-align: left;
  border-top: 0px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  background: #FFE28C;
  width: 780px;

}


/* DIV du logo*/

#header {
	padding: 0px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border-top: 1px none #692000;
	border-right: 1px solid #692000;
	border-bottom: 1px solid #692000;
	border-left: 1px solid #692000;
	height: 100px;
	width: 779px;
	background-image: url(../images/art/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 {
  width: 680px;
  border-right: thin none #660000;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 50px;
  padding-bottom: 0px;
  padding-left: 30px;
  text-align: center;
  
  }


#main h1 {
  font-size: 12px;
  font-variant: small-caps;
  font-weight: bold;
  text-align: center;

}


h2 {
  text-align: center;
  font-size: 10px;
}

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

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

