

body
{
visibility: visible;
}
.coucou
{

visibility: visible;
}

.bleu
{
text-align: center;  
font-family: Verdana;
font-size: 20px;
font-weight: bold;
text-decoration: none; 
color: #0000ff;
}
.rouge
{
text-align: center;  
font-family: Verdana;
font-size: 20px;
font-weight: bold;
text-decoration: none; 
color: red;
 background-color: #000000;
}
.vert
{
text-align: center;  
font-family: Verdana;
font-size: 12px;
font-weight: bold;
text-decoration: none; 
color: #92b96a;
}
.noir
{
text-align: center;  
font-family: Verdana;
font-size: 12px;
font-weight: bold;
text-decoration: none; 
color: black;
}

.jaune
{
text-align: center;  
font-family: Verdana;
font-size: 12px;
font-weight: bold;
text-decoration: none; 
color: yellow;
 background-color: #000000;
}
.orange
{
text-align: center;  
font-family: Verdana;
font-size: 12px;
font-weight: bold;
text-decoration: none; 
color: orange;
 background-color: #000000;
}
.blanc
{
text-align: center;  
font-family: Verdana;
font-size: 20px;
font-weight: bold;
text-decoration: none; 
color: #ffffff;
 background-color: #000000;
}
a:link {
  color: #3c160b;
  font-family: Comic Sans MS;
  font-size: 8pt;
  text-decoration: none;
}

a:hover {
  font-family: Comic Sans MS;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: underline;
  color: #ba030a;
}