   <STYLE TYPE="text/css">
    <!--                                                     /* Hide CSS from old browsers */
	 A            { text-decoration: none;                   /* The Selector: A HREF */
	 			    color: #BEBEBE }
     A:link       { text-decoration: none;                   /* The Pseudo-Class: unvisited link */
                    color: #BEBEBE }
     A:visited    { text-decoration: none;                   /* The Pseudo-Class: visited link */
                    color: #999999 }
     A:hover      { text-decoration: none;                   /* The Pseudo-Class: Mouse Over link */
                    color: red }
     A:active     { text-decoration: none;                   /* The Pseudo-Class: active links */
                    color: lime }
     body            { font:  12pt arial,helvetica,sans-serif;  /* The Selector:  default style property for all the text */
	 			       color: #CCCCCC }
     .titre1         { font:  18pt arial,helvetica,sans-serif;  /* The Class: titre1 */
       			       color: #CCCCCC }
     SPAN            { font-size: 120% }
     .titre2         { font:  16pt arial,helvetica,sans-serif;
	 			       color: #CCCCCC }
     .bigtxt         { font:  14pt arial,helvetica,sans-serif;
	 		 	       color: #CCCCCC }
     .smalltxt       { font:  10pt arial,helvetica,sans-serif;
	 			       color: #CCCCCC }
	 .active_menu    { color: yellow }
     .active_submenu { color: #FF0066; font-style: italic }
    -->
   </STYLE>