#menu
{
  margin-top: 10px;
}

#menu a       /* définition d'un lien normal */
{
  text-decoration: none;  /* supprimer le soulignage du lien */
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: silver;

  padding: 0px 15px 0px 15px;  /* centrer le texte par rapport
                                  à l'image (nécessaire sous
                                  Netscape et Firefox) */
  color: black;
  font-family: "MS trebuchet";
  font-weight: bold;
}

#menu a:hover  /* définition d'un lien survolé par la souris */
{
  background-image: url('images/menu2.jpg');
  color: red;
}
DIV
{
    color: black;
}
.explic
{
    position : relative;
    top : 20px;
    left : 150px;
    font-family: "MS trebuchet";
    font-size:20px;
}

th
{
    color : silver;
}
h1
{
	color: blue;
	font-size:40px;
}
h2
{
   	color: black;
	font-size:25px;
}


   