body 
	{
	background-color:#98cb00
	}




div.menu_titre
	{
	font-family:arial;
	font-style:normal;
	font-weight:bold;
	font-size:14pt;
	color:green;
	text-indent:0pt;
	text-align:opt;
	text-decoration:none;
	text-transform:none;
	}

div.menu
	{
	font-family:arial;
	font-style:normal;
	font-weight:bold;
	font-size:12pt;
	color:black;
	text-indent:0pt;
	text-align:normal;
	text-decoration:none;
	text-transform:none;
	}

div.texte
	{
	font-family:arial;
	font-style:normal;
	font-weight:bold;
	font-size:11pt;
	color:green;
	text-indent:0pt;
	text-align:opt;
	text-decoration:none;
	text-transform:none;
	}
div.menu_texte
	{
	font-family:arial;
	font-style:normal;
	font-weight:bold;
	font-size:14pt;
	color:Aqua;
	text-indent:0pt;
	text-align:opt;
	text-decoration:none;
	text-transform:none;
	}

<style type="text/css">
* {
    font-size: 16px; /* on définit les propriétés de texte pour toutes les balises */
}
a.info {
   position: relative;
   color: green;
   text-decoration: none;
   border-bottom: 0px gray dotted; /* on souligne le texte */
}
a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */

   cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;

   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: 20px; /* on positionne notre infobulle */
   left: 10px;

   background: yellow;

   color: green;
   padding: 10px;

   border: 1px solid green;
   border-left: 1px solid green;
}
</style> 

<!--DEBUT CODE ECLAIRAGE SUR LIEN-->
<style TYPE="text/css">
<!-- 
A:hover {text-decoration:none; background: #000000}
A:hover {color:#000000;}
-->
</style>
<!--FIN CODE ECLAIRAGE SUR LIEN -->