

 body
{
   background-image: url("plaque8.jpg");
   background-repeat: no-repeat;
   background-position: top;
   color: white;
   background-color: black;
}


 h1
{
   position: relative;
   text-align: center;
   font-size: 370%;
   font-family: "Bodoni MT Poster Compressed", "Times New Roman", Serif;
   color: rgb(128,0,0);
   z-index: 30;
}


 h2
{
   position: relative;
   text-align: center;
   font-size: 280%;
   font-family: "Bodoni MT Poster Compressed", "Times New Roman", Serif;
   color: rgb(128,0,0);
   z-index: 30;
}


 h3
{
  margin-top: 3.5%;
  margin-bottom: -1%;
  z-index: 30;
}


 h4
{
   margin-top: 3.5%;
   margin-bottom: -1%;
   margin-left: 10px;
}


 p
{
   text-align: justify;
   margin-left: 10px;
   margin-right: 10px;
}


 a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   font-size: 105%;
   color: rgb(251,245,125);
}


a:hover /* Quand le visiteur pointe sur le lien */
{
   font-size: 110%;
   font-weight: bold;
}


#bordgauche
{
  position: absolute;
  border: medium outset;
  border-color: rgb(128,0,0);
  list-style-type: bullet;
  background-image: url("menurouge2.jpg");
  background-color: black;
  top: 0px;
  left: 0px;
  height: 257px;
  width: 120px;
  z-index:50;
}


#borddroit
{
  position: absolute;
  border: medium outset;
  border-color: rgb(128,0,0);
  background-image: url("menurouge3.jpg");
  background-color: black;
  top: 0px;
  right: 0px;
  height: 257px;
  width: 120px;
  z-index:30;
}


#cranegauche
{
  position: absolute;
  background-image: url("crane6.jpg");
  background-position: center;
  top: 280px;
  left: 28px;
  height: 85px;
  width: 68px;
  z-index:15;
}


#cranedroit
{
  position: absolute;
  background-image: url("crane6.jpg");
  background-position: center;
  top: 280px;
  right: 28px;
  height: 85px;
  width: 68px;
  z-index:15;
}


.textsurdecor
{
  position: relative;
  margin-left: 140px;
  margin-right: 120px;
  margin-top: 25px;
  color: rgb(128,0,0);
  z-index:15;
}


#menu
{
  margin-left: -20px;
  list-style-type: none;
  font-size: 105%;
  color: rgb(251,245,125);
  z-index:15;
}


.disque
{
  position: relative;
  background-image: url("disque2.jpg");
  margin: auto;
  height: 128px;
  width: 102px;
  z-index:15;
}


.tresor
{
  position: relative;
  background-image: url("tresor.jpg");
  margin: auto;
  height: 111px;
  width: 142px;
  z-index:15;
}


#legales
{
   position: relative;
   text-align: center;
   font-size: 70%;
   margin-left: 8px;
   margin-right: 8px;
}