/* MON PREMIER CSS	*/
/* Barre de Défilement (Internet Explorer >= 5.5 uniquement) --- */
 BODY     {background-color:#FFFFFF;
 /*     color:#F2B626;	*/
 /*    color:green;	*/
           font-family: verdana, sans-serif;
           font-size: x-small;
/* "poignée" de l'ascenseur barre */
/*   scrollbar-face-color: ##FFB573;
     scrollbar-shadow-color: #FFFFC0;
     scrollbar-highlight-color: #800000;
     scrollbar-3dlight-color: #000000;
     scrollbar-darkshadow-color: #800000;*/
/* fond de la barre */
/*     scrollbar-track-color: #FFB573; */
/*  */
/*     scrollbar-arrow-color: #800000; */
     }          
/*    color:#000080;
	          font-family:Times New Roman;
	               scrollbar-face-color: #FB2B2B;
	                    scrollbar-shadow-color: #FFFFC0;
	                         scrollbar-highlight-color: #800000;
	                              scrollbar-3dlight-color: #000000;
	                                   scrollbar-darkshadow-color: #800000;
	                                        scrollbar-track-color: #FBECA7;
	                                             scrollbar-arrow-color: #800000;*/
/* Style des Liens ------------------------------------ */
A:link    {  text-decoration: none; color: #330099;}
A:visited {  text-decoration: none; color: green;}
A:active  {  text-decoration: none; color: #330099;}
A:hover   { text-decoration: underline; color: green;}  
A.page:link    {  text-decoration: bold; color: #330099;}
A.page:visited {  text-decoration: bold; color: green;}
A.page:active  {  text-decoration: none; color: #330099;}
A.page:hover   { text-decoration: underline; color: #330099;}  
A.onglet0:link    {  font-family: verdana, sans-serif; font-size: x-small; text-decoration: bold; color: black;}
A.onglet0:visited {  font-family: verdana, sans-serif; font-size: x-small; text-decoration: bold; color: black;}
A.onglet0:active  {  font-family: verdana, sans-serif; font-size: x-small; text-decoration: none; color: black;}
A.onglet0:hover   { font-family: verdana, sans-serif; font-size: x-small; text-decoration: underline; color: black;}  
A.onglet1:link    {  text-decoration: bold; color: #FDFCBD;}
A.onglet1:visited {  text-decoration: bold; color: #FDFCBD;}
A.onglet1:active  {  text-decoration: none; color: #FDFCBD;}
A.onglet1:hover   { text-decoration: underline; color: #FDFCBD;}  
/*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.tx1 {
   attributs de style 
  }Dans la page web, la balise sera du type : <INPUT TYPE="text" CLASS="tx1">. 	*/	