   <STYLE TYPE="text/css">
    <!--                                                     /* Hide CSS from old browsers */
     .textepetit      {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: none}
     .notunderlined   {  font-family: Arial, Helvetica, sans-serif; color: #333399; font-weight: bold; font-variant: italic; text-decoration: none}

     A:link            { text-decoration: none;                   /* The Pseudo-Class: unvisited link */
                         color: #000099 }
     div.nav A:link    { text-decoration: none;                   /* The Pseudo-Class: unvisited link */
                         color: #CCCCCC }
     A:visited         { text-decoration: none;                   /* The Pseudo-Class: visited link */
                         color: #990099 }                         /* purple "official" */
     div.nav A:visited { text-decoration: none;                   /* The Pseudo-Class: visited link */
                         color: #BEBEBE }                         /* gris fonce */
     A:hover           { text-decoration: none;                   /* The Pseudo-Class: Mouse Over link */
                         color: #FF0000 }                         /* red */
     div.nav A:hover   { text-decoration: none;                   /* The Pseudo-Class: Mouse Over link */
                         color: #FF0000 }                         /* red */
     A:active          { text-decoration: none;                   /* The Pseudo-Class: active links */
                         color: #00FF00 }                         /* lime */
     div.nav A:active  { text-decoration: none;                   /* The Pseudo-Class: active links */
                         color: #00FF00 }                         /* lime */
     BODY              { font:  12pt arial,helvetica,sans-serif;  /* The Selector:  default style property for all the text */
	 			         color: #000099 }                         /* gris clair */
     .titre1           { font:  18pt arial,helvetica,sans-serif;  /* The Class: titre1 */
       		  	         color: #000099 }
     SPAN              { font-size: 120% }
     .titre2           { font:  16pt arial,helvetica,sans-serif;
	 			         color: #000099 }
     .bigtxt           { font:  14pt arial,helvetica,sans-serif; }
     .smalltxt         { font:  10pt arial,helvetica,sans-serif; }
     .smalltxtgrey     { font:  10pt arial,helvetica,sans-serif;
	                     color: #CCCCCC }
	 .active_menu      { color: #FFFF00 }                         /* yellow */
     .active_submenu   { color: #FF0066; font-style: italic }
	 .grey             { color: #999999 }

    -->
   </STYLE>