

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


 h1
{
   position: relative;
   text-align: center;
   font-size: 310%;
   font-family: "Bodoni MT Poster Compressed", "Times New Roman", Serif;
   color: rgb(241,211,3);
   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;
}


 .indent
{
   text-align: justify;
   margin-left: 60px;
   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-color: black;
  top: 0px;
  left: 0px;
  height: 185px;
  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: 185px;
  width: 120px;
  z-index:30;
}


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


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


#mars
{
  position: absolute;
  background-image: url("mars2.jpg");
  background-position: center;
  top: 150px;
  right: 200px;
  height: 120px;
  width: 120px;
  z-index:10;
}


#wellington
{
  position: absolute;
  background-image: url("wellington2.jpg");
  background-position: center;
  top: 148px;
  right: 500px;
  height: 218px;
  width: 170px;
  z-index:10;
}


.textsurdecor
{
  position: relative;
  margin-left: 140px;
  margin-right: 120px;
  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;
}