

body
{
   width: 760px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-color:#fffff9;

}


 a:link
 { text-decoration:none;
color : #fffff9;
}
 .visible
   { text-align:center;
   color: black;
   font-size:30px;
   }

  .page
 { width : 100%;
 background-color : black;
text-align:center;
color:grey;
font-size:20px;
 }
   ul li
  { text-align:center;
         font-size:20px;
    color :#003924;
   list-style-image: none;
  }

 .bouton a
  {
width:150px;
height:50px;
 list-style-image: none;
text-decoration:none;
color:#fffff9;
text-align:center;
font-weight:bold;
background-color:#fffff9;
padding:5px
}


.tito  a
{ background-color:#fffff9;
text-decoration:none;
color:#fffff9;
}
.bouton a:hover{
background-color:darkgreen;
}

.bouton p{
text-align:center;
padding:5px;
}
  .menu
  { background-color:#fffff9;
      width: 700px;
      height:30px;
    margin:auto;
    padding:10px;
    text-align:center;

  }

 p 
   {text-align:justify;
 font-size:18px;
 color:#003924  }


 td p 
  {text-align:center;
 font-size:18px;
 color:#003924  }
 

  blockquote{
  text-align:justify;
  font-size:15px;
  color:#003924;
  }   
  
   blockquote h1
   {
   text-align:center;
  font-size:18px;
  color:#003924;
  }

  .concert

  {  width: 700px;
      height:30px;
    margin:auto;
    padding:10px;
    text-align:center;
  font-size:20px;

   }

  .concert  td
  {
   background-color:lightgrey;
   border-color:grey;
  border-style:outset;
  border-width:4px;
  border-collapse::collapse ;
  height:45px;
  width:140px;
vertical-align:middle; }

 .concert td  a
  {
  color:#003924;
  vertical-align:middle;
  padding-top:15px;
background-color:#fffff9;
 }

  .concert  td  p
  { font-size:15x;
  background-color:lightgrey;
  color:#003924;

   }