.bouton_submit
{
  font-style: italic;
  font-size: 12px;
  border: 3px solid #F00;
  border-radius: 6px; 
  background-color: #0FF;
  color: #00F;
  padding: 4px;
}
.bouton_submit:hover
{
  border: 1px dashed darkgreen ;
  border-color: orange;
}
.titre 
{
  height: 50px;
  font-family: "Comic Sans MS";
  font-size: 16pt
}
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
} 
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;
}