

body
{
   background-color: black /*rgb(42,119,191)*/;
   color: white;
   font-family: "Agency FB", "Times New Roman", Serif;
}


#blockliberty
{
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 20;
}


#statueliberte
{
   position: absolute;
   top: 150px;
   right: 70%;
   z-index: 5;
}


#block2
{
   position: absolute;
   top: 8px;
   right: 20px;
   width: 600px;
   height: 285px;
   padding-left: 8px;
   background-color: white;
   color: black;
   font-size: 100%;
   z-index: 15;
}


h1
{
   text-align: center;
   font-size: 235%;
   color: rgb(215,22,54);
   margin-top: -0.5%;
   margin-bottom: 2%;
}


h2
{
   text-align: center;
   font-size: 180%;
   color: rgb(215,22,54);
   margin-top: 10px;
   margin-bottom: 50px;
}


h3
{
   font-size: 150%;
   margin-top: 50px;
   color: black /*rgb(42,119,191)*/;
}


.paragraph
{
   position: relative;
   background-color: white;
   padding: 10px;
   color: black;
   z-index: 10;
}


.presentation
{
   position: relative;
   top: 8px;
   left: 40%;
   margin-top: 4%;
   text-align: left;
   color: white;
   font-size: 125%;
   z-index: 10;
}

p
{
   text-align: justify;
   color: black;
   margin-right: 8px;
   margin-left: 8px;
   font-size: 110%;
}


#darkmole
{
   text-align: center;
}


ol
{
   text-align: justify;
   color: black;
   margin-left: 120px;
   font-size: 120%;
}


strong
{
  color: black;
}


 a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   font-size: 105%;
   color: white;
}


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


 #menu
{
   list-style-type: none;
   background-repeat: no-repeat;
   background-color: rgb(215,22,54);
   background-position: center;
   color: white;
   font-weight: bold;
   font-size: 110%;
   text-align: center;
   position: absolute;
   top: 298px;
   right: 0%;
   width: 140px; /* 157 */
   height: 68px;
   margin: 0%;
   padding: 0%;
   z-index:35;
}


 #barremenuhaute
{
   background-color: rgb(215,22,54);
   position: absolute;
   top: 298px;
   right: 150px;
   width: 479px;
   height: 50px;
   z-index:40;
}


 #barremenubasse
{
   background-color: rgb(215,22,54);
   position: absolute;
   top: 351px;
   right: 150px;
   width: 479px;
   height: 5px;
   z-index:40;
}


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