@charset "utf-8";
/* CSS Document */


.infobulle{
	position: absolute;	
	border: 1px solid white;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
	color:#CCC;
	background-color: #000000;
	z-index:10;
	opacity: 1;
	border-radius:  5px 5px 5px 5px;
	WIDTH: 350px; 
    HEIGHT: 110px;
	text-align:left;
}