/* Feuille de style pour le formulaire de reservation*/

#formu
{
   width:500px;
   font-family:verdana,sans-serif;
   font-size:1.0em;
   margin: auto;
}

.cadre
{
   width:500px;
   font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
   color: #505050;
   font-size: 1.2em;
   line-height: 1.8em;
   text-align: center;
   background-color: inherit;
   border:2px ridge #A0A0A0;
   margin: auto;
}

.captcha
{
   color:  #E34405;
   background-color: inherit;
}
.info
{
   font-family: "Trebuchet MS", Arial, Georgia, "Times New Roman", Times, serif;
   font-size:0.9em;
   color: #008000;
   background-color: inherit;
   font-style: italic;
}
.info-bis
{
   font-family: verdana, Arial, Georgia, "Times New Roman", Times, serif;
   font-size:0.9em;
   color: #008000;
   background-color: inherit;
   font-style:normal;
}
.asterisque
{
  color: red;
  background-color: inherit;
}
.signature
{
   text-align: right; 
   font-family: "Comic Sans MS", Georgia, "Times New Roman", serif;
   color: gray;
   background-color: inherit;
   font-size: 80%;
   text-decoration:none;
}
