body 
{
  background-color: #C5FCF7; /*#F9FDD0;*/
  font-family: "Times New Roman", "Times", serif; 
  color: darkblue;
  font-size: 12pt;
}
th 
{
  height: 30px;
  background-color: #999999;
  font-family: "Comic Sans MS";
  font-size: 12pt
} 
.titre 
{
  height: 50px;
  font-family: "Comic Sans MS";
  font-size: 16pt
}
a
{
  text-decoration: none;
  font-style: italic;
  border-radius: 6px; 
  background-color: #C5FCF7;/*#F9FDD0;*/
  color: darkblue;
  padding: 0px 3px;      
}
a:hover
{
  text-decoration: none;
  font-weight: bold;
  background-color: darkblue;
  color: #C5FCF7;
}