body {
background-color:#f9f9f9;
margin:0pt 0pt 0pt 0pt;
font-family:verdana, arial, sans-serif;
color:black;
font-size:11pt;
}
h1 {
font-size:13pt;
}
h2 {
font-size:12pt;
}
h3 {
font-size:11pt;
}
p {
margin-left:0pt;
margin-right:0pt;
font-size:11pt;
}
li {
margin-left:0pt;
margin-right:0pt;
font-size:11pt;
}
a:link {
text-decoration:underline;
color:black;
}
a:visited {
text-decoration:underline;
color:black;
}
a:hover {
color:red;
font-size:11pt;
text-decoration:underline;
}
table {
border:none;
font-size:11pt;
}
a.info {
   position: relative;
   color: black;
   text-decoration: none;
   border-bottom: 1px gray dotted; /* on souligne le texte */
}
a.info span {
   display: none; /* on masque l'infobulle */
   width : 300px;
}
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 {
   text-decoration: none;
   display: inline; /* on affiche l'infobulle */
   position: absolute;

   top: 30px; /* on positionne notre infobulle */
   left: 30px;

   background: white;

   color: #034d6e;
   padding: 3px;

   border: 1px solid #034d6e;
   border-left: 4px solid #034d6e;
}
.Style1 {
	font-size: 10px;
	font-style: italic;
}
.Style2 {font-size: 10px}
