/* @override http://localhost:8888/css/template.css */

/* template des modules JS */

/* @group INFO BULLE */

#bulle{
	position: absolute;
	z-index: 4500;
}

#bulle #pointe{
	background: transparent url(images/bulle_grise_pointe.gif) no-repeat center top;
	padding-top: 8px;
	width: 100%;
}
#bulle #fond{
	background-color: #616161;
	padding: 6px 9px;
}
#bulle #fond p{
	display: inline;
	color: #fff;
}


/* @end */

