@charset "utf-8";
/* CSS Document */

/*----------infobulle------*/
a.info{
position:relative;
z-index:24;
color:#000;
text-decoration:none
}
 
a.info:hover{
	z-index:25;
	background-color:#FFF;
	text-decoration: none;
}
 
a.info span{
	display: none;
	text-decoration: none;
}
 
a.info:hover span{
	display:block;
	position:absolute;
	top:2em;
	left:-11em;
	width:30em;
	border:1px solid #000;
	background-color:#F1FFD5;
	color:#336600;
	font-weight:none;
	padding:5px;
	text-decoration: none;
}
/*---------------infobulle-fin----------*/
