

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


#poker
{
   position: absolute;
   top: 22px;
   left: 10%;
}


 #barreblock
{
   background-color: rgb(215,22,54);
   position: absolute;
   top: 8px;
   right: 540px;
   width: 9px;
   height: 275px;
   z-index:40;
}


#block2
{
   position: absolute;
   top: 8px;
   right: 20px;
   width: 500px;
   height: 275px;
   padding-left: 8px;
   background-color: white;
   color: black;
   font-size: 110%;
}


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)*/;
}


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


.paragraph
{
   background-color: white;
   padding: 10px;
   color: black;
}


.edition
{
   text-align: center;
}


.auteur
{
   text-align: right;
}


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


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


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


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


 #barremenuinter
{
   background-color: rgb(215,22,54);
   position: absolute;
   top: 324px;
   right: 150px;
   width: 400px;
   height: 15px;
   z-index:40;
}


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


 #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;
}


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