/* LINKS */
   a:link { color: #8000FF; text-decoration:none; }
   a:visited { color: #8000FF /*#0080C0*/; text-decoration:none; }
   a:active { color: #8000FF /*#FF00FF*/; text-decoration:none; }
   a:hover { color:#0000FF; text-decoration:underline; }

/* BODY */
   /* Font et Couleur du texte */
      BODY { color: #400040; font-family: Times, Helvetica, Arial; }
   /* Background */
      BODY { background-attachment: fixed } /* Incompatible Netscape */
      BODY { background-color: #FFFFFF /*#E0FFFF*/ }

   /* Body.text */
      BODY.text { margin-top: 2% } /* Incompatible Netscape */
      BODY.text { margin-left: 5%; margin-right: 5%; }

   /* Body.heading */
      BODY.heading { margin-top: 0 }
      BODY.heading { margin-left: 10; margin-right: 0; }
      BODY.heading { background-color: #FFFFFF}

/* Tableaux */
   TABLE.normal { background-color: #F0FFFF; 		  
		  /*border-left: thin solid rgb(192,192,192); 
		  border-right: thin inset rgb(0,0,0); 
		  border-top: thin solid rgb(192,192,192); 
		  border-bottom: thin inset rgb(0,0,0); 
		  padding: 5px"; */} 
 
/* Bold */
   B, Strong { font-family: Helvetica, Times, Arial;}

/* Titres */
/*   H1, H2, H3, H4
      { font-style: italic; font-weight: bold; 	
	text-transform : capitalize }
   H1, H2 { text-transform : uppercase;
	    text-align: center; }
   H1 { color: #FF0080;
	border: thin solid #800080;	
	background-color: #F0FFFF } 
   H1, H2, H3 { text-decoration: underline }
*/
/* Listes à Puces */
   UL { line-height: 1.2 }

/* Formulaires */
   INPUT, TEXTAREA, TEXT, SELECT
      { font-family: Times, Arial, Helvetica; 
	font-size: x-small; }

