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-image: url("images/fond_index.gif");
   background-attachment:fixed;
   background-color: #002324;
}

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

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

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

#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;
}


#inscription
{
  width: 400px;
  margin-top: 10px;
  float: left;
}

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

#inscription td
{
  background-image: url("images/trait.jpg");
  background-repeat: repeat-x;
  text-align: justify;
  color: #778d95;
}


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

#connexion
{
  margin-left: 495px;
  width: 400px;
  margin-top: 10px;
}

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

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


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

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

