BODY
     {background-color:#FFFFFF;
     color:#404040;
     font-family:Georgia,"Times New Roman", serif;
scrollbar-3dlight-color: #8D6121;
scrollbar-arrow-color: #FFFFFF;
scrollbar-base-color: #990000;
scrollbar-face-color: #D69439;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #000000;
     scrollbar-track-color: #C0C0C0;
     }

/* Style des Liens ------------------------------------ */
A:link    {font-family:Georgia,Arial; font-size:15;  FONT-Style: italic, bold;  text-decoration: underline; color: #800000;}
A:visited {font-family:Georgia,Arial; font-size:15;   FONT-Style: italic, bold; text-decoration: underline; color: #800000;}
A:active  {font-family:Georgia,Arial;  font-size:15;  FONT-Style: italic, bold; text-decoration: underline; color: darkblue;}
A:hover   {font-family:Georgia,Arial;  font-size:15;  FONT-Style: italic, bold; text-decoration: underline; color: blue;}  

A.bandeau:link    {font-family:Georgia,Arial; font-size:15;  FONT-Style: italic, bold;  text-decoration: none; color: #800000;}
A.bandeau:visited {font-family:Georgia,Arial; font-size:15;   FONT-Style: italic, bold; text-decoration: none; color: #800000;}
A.bandeau:active  {font-family:Georgia,Arial;  font-size:15;  FONT-Style: italic, bold; text-decoration: none; color: darkblue;}
A.bandeau:hover   {font-family:Georgia,Arial;  font-size:15;  FONT-Style: italic, bold; text-decoration: none; color: blue;}  

h1 {font-family:Georgia,"Times New Roman", serif;    }
h2 {font-family:Georgia,"Times New Roman", serif; 
	font-weight: normal; 
	  }

/*
On peut insérer autant d'éléments qu'on veut de façon très simple.
Par exemple pour les formulaires, les balises TEXT attribut "tx1",
on insère sur la feuille de style : 

TEXT.titre1 {font-family:Arial;font-size:8pt; color: #800000;}

Dans la page web, la balise sera du type :
 <INPUT TYPE="text" CLASS="tx1">. 
	
TEXT.titre1 {font-family:Arial;font-size:8pt; color: #800000;}
*/	

