body
{
   width: 900px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 60px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-color: #002324;
}

#corps
{
   width: 900px;
   padding: 10px;
   border: 4px double #defff2;
}

#corps a
{
  color: #0c7563;
  text-decoration: none;
}

#corps a:hover
{
  color: #defff2;
}

.select
{
  color: #defff2;
  font-family: Comic sans ms, Arial, Times New Roman, Times, serif;
} 

#title
{
  width: 677px;
  height: 80px;
  background-image: url("images/titre.gif");
}


#menu
{
  background-image: url("images/bande.gif");
  height: 37px;
  margin-top: 30px;
  font-family: Comic sans ms, Arial, Times New Roman, Times, serif;
}

#present
{
  margin-top: 30px;
  text-align: justify;
  padding-bottom: 5px;
}

#present p
{
  color: #6b9aa1;
  font-family: Comic sans ms, Arial, Times New Roman, Times, serif;
  font-size: 0.9em;
  font-weight:bold;
  text-indent: 30px;
}

#present h2
{
  color: #defff2;
  font-family: Comic sans ms, Arial, Times New Roman, Times, serif;
  font-size: 1.2em;
  font-weight:bold;
}

#choix_forfait
{
  width: 400px;
  margin-top: 10px;
}

#choix_forfait p
{
  color: #defff2;
  font-size: 0.9em;
  font-weight:bold;
  font-family: Comic sans ms, Arial, Times New Roman, Times, serif;
}

#choix_forfait li
{
  text-align: justify;
  color: #ffffce;
}


#choix_forfait legend
{
  color: #defff2;
  font-weight: bold;
  font-size: 1.3em;
}

#choix_forfait h3
{
  color: #defff2;
  font-family: Comic sans ms, Arial, Times New Roman, Times, serif;
  font-size: 1.1em;
  font-weight:bold;
  text-decoration: underline;
}

#ajout_anniv
{
  float: right;
  width: 400px;
  margin-top: 10px;
}

#ajout_anniv p
{
  color: #defff2;
  font-size: 0.9em;
  font-weight:bold;
  font-family: Comic sans ms, Arial, Times New Roman, Times, serif;
}

#ajout_anniv legend
{
  color: #defff2;
  font-weight: bold;
  font-size: 1.3em;
}

.nom
{
  color: #defff2;
  font-weight: bold;
  font-size: 1.0em;
}

.date
{
  color: #ffffce;
  font-family: Times New Roman, Times, serif;
  font-size: 0.8em;
}

.texte
{
  color: #6b9aa1;
  font-family: Comic sans ms, Arial, Times New Roman, Times, serif;
  font-size: 0.8em;
  font-weight:bold;
}

.texte_tres_urgent
{
  color: #ff0000;
  font-family: Comic sans ms, Arial, Times New Roman, Times, serif;
  font-size: 0.8em;
  font-weight:bold;
}

.texte_urgent
{
  color: #f87272;
  font-family: Comic sans ms, Arial, Times New Roman, Times, serif;
  font-size: 0.8em;
  font-weight:bold;
}
.texte_moy_urgent
{
  color: #f9c2c2;
  font-family: Comic sans ms, Arial, Times New Roman, Times, serif;
  font-size: 0.8em;
  font-weight:bold;
}