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



<STYLE type="text/css">

   body{
   margin:0px;
   padding:0px;
   text-align:center;
   }
  
   a.bulle2 {
	position:relative;
	text-decoration:underline;
	text-align:left;
	line-height: normal;
   }
   
   a.bulle2:hover {
	background: none;
	z-index: 50;
   }
   
   a.bulle2 span {
	display: none;
   }
   
   a.bulle2:hover span {
	display: block;
	position: absolute;
	top: -10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	width:240px;
	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;
	right: 50px;
	background-color: #FFFFFF;
   }
   
   a.bulle2:hover span img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
   }

</STYLE>  

