a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;  /* "bold" pour le gras */
    color: #5A9762;
    text-decoration: none;
    }

  a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #5A9762;
    text-decoration: none;
    }

  a:hover {    /* ATTENTION: Hover doit etre en dernier si on veut qu'il soit actif ! */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal; /*bold Pour mettre le texte en gras */
    color: #ffb572;
    text-decoration: none;
    }

A.jaune    		{color:#FFB572;text-decoration: none; font-weight: normal;}
A.jaune:visited	{color:#FFB572;text-decoration: none;font-weight: normal;}
A.jaune:hover	{color:#FFFFFF;}
				 

BODY 			{scrollbar-face-color:#EEFFEE;scrollbar-arrow-color:#FFCC33;scrollbar-track-color: #999999;scrollbar-3dlight-color: #000000;scrollbar-darkshadow-color: #000000; }





