@charset "UTF-8";
/* CSS Document */



<STYLE type="text/css">

   body{
   margin:0px;
   padding:0px;
   text-align:center;
   }
h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	background-color: #FFFFFF;
	margin: 0px -5px;
	padding: 0px;
	top: 0px;
	clip: rect(auto,auto,3px,auto);
	line-height: 25px;
	text-decoration: underline;
   }
   
   a.bulle {
	position:relative;
	text-decoration:underline;
	text-align:left;
   }
   
   a.bulle:hover {
	background: none;
	z-index: 50;
   }
   
   a.bulle span {
	display: none;
   }
   
   a.bulle:hover span {
	display: block;
	position: absolute;
	top: -10px;
	left: 40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	width:300px;
	background: #FFFFFF;
	padding: 5px;
	color: #000000;
	text-decoration: none;
	text-indent: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	filter: alpha(opacity=90);





    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity:0.9;
	border: 1px solid #0066cc;
	float: none;
   }
   
   a.bulle:hover span img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
   }

</STYLE>  

