body {
  margin: 10px 0;
  padding: 0;
  background-color: #000000;
  font-size: 12px;
  color: #ffffff;
  font-family: georgia,times,verdana,sans-serif;
  text-indent: 15px;
  list-style-type: circle;
  text-align: center;
}
/* --------------------------------------------------------------------------- Liens */
a:link {color : #942B2B; text-decoration : none ;font-size: 12px;}
a:visited {color : #942B2B; text-decoration : none; font-size: 12px;}
a:hover {color : #942B2B; text-decoration : underline; font-size: 12px;}

h1
{
   text-align: center; /* Pour centrer le titre */
   font-size : 20px;
   color : #6c367b;
   font-weight : bold;
}

p
{
   text-align: justify; 
   font-size : 12px;
   color : #ffffff;
}

c
{
   text-align: center; 
   font-size : 8px;
   color : #ffffff;
}


#conteneur {
  margin: 0 auto;
  height: 768px;
  width: 900px;
}

#haut {
  position: absolute;
  height: 214px;
  margin-top: 10px;
  width: 900px;
  background-image: url(design/haut.png);
}


#centre {
  overflow: no;
  position: absolute;
  height: 524px;
  width: 900px;
  margin-top: 224px;
}

#bas {
  overflow: no;
  position: absolute;
  height: 20px;
  width: 900px;
  margin-top: 748px;
}

.imageflottante
{
   float: left;
   padding:11px 11px 11px 11px;

}

.imageflottante2
{
   float: left;
   padding:0px 0px 0px 0px;

}