BODY {  /* Présentation du corps du document */
  font-size: 16px;
  font-family : Arial, Helvetica, sans-serif;
  color : #000000;

  background-color : #E8D9BC;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;

  /* Barre de défilement */
  /* SCROLLBAR-FACE-COLOR: #CC0000; */
  /* SCROLLBAR-HIGHLIGHT-COLOR: ; */
  /* SCROLLBAR-SHADOW-COLOR: ;   */
  /* SCROLLBAR-3DLIGHT-COLOR: ;  */
  /* SCROLLBAR-ARROW-COLOR: #CC0000; */
  /* SCROLLBAR-TRACK-COLOR: ;  */
  /* SCROLLBAR-DARKSHADOW-COLOR: ;  */
}
P {  /* Présentation des paragraphes */
  color : black;
  font-size : 16px;
  font-family : Arial, Helvetica, sans-serif;
  text-align : justify;
  margin : 2px;
}
A { /* Présentation des liens : lien normal */
  color:#FF0000;
  font-size : 16px;
  font-family : Arial, Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration:underline;
}
A:hover  { /* Souris sur le lien */
  color:#CC0000;
  font-size : 16px;
  font-family : Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:underline;
}
A:visited {  /* Lien visité */
  color:#800000;
  font-size : 16px;
  font-family : Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration:underline;
}

/* Présentation des formulaires */
TEXTAREA {
  font-size : 16px;
  font-family : Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #EEEEEE;
  border-style: solid; 
}
INPUT {
  font-size : 16px;
  font-family : Arial, Helvetica, sans-serif;
  background-color: #EEEEEE;
  border-style:solid
}
SELECT {
  font-size : 16px;
  font-family : Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #EEEEEE;
  border-style: solid; 
}

div {
  font-size : 16px;
  font-family : Arial, Helvetica, sans-serif;
  text-align: center
}

