/*CSS Document*/

body
{
   background-color: black;
   color: white;
}
h1
{
   text-align: center;
   font-family: lucida calligraphy, times new roman, arial, sans-serif;
   font-weight: normal;
}
.nom
{
   font-size: 15px; 
}  
.graveur
{
   font-size: 10px;
}
.image
{
   text-align: center;
}

.navigation
{
   text-align: center;
}

div
{
      font-size: 12px;
      font-family: times new roman, arial, sans-serif;
      font-weight: normal;
}

.liens
{
   width: 100%;  
}

td
{
  width: 33%;
}

a[href]
{
   text-decoration: none;
   color: white;
   font-weight: bold;
} 


#annees
{
      font-size: 12px;
      font-family: times new roman, arial, sans-serif;
      font-weight: normal;
      color: white;
}
