/****************************************************************************    Info Bulle    */
#InfoBulle {
	position: absolute;
	top: 0;left: 0;
	z-index:10;
	display: none;
	width: 200px;
	background: transparent url(../../images/infobulle/bulle_topleft.gif) left top no-repeat;
	padding-top: 25px;
	line-height: 1.3em;
/*
	-moz-opacity:0.70;
	opacity: 0.70;
	-khtml-opacity:0.70;
  filter:alpha(opacity=70);
*/
	}
#InfoBulle .bulle-titre {
	font-weight: bold;
	background: transparent url(../../images/infobulle/bulle_center.gif) left top repeat-y;
	display: block;
	color: maroon;
	text-align: center;
	text-decoration: underline;
	padding: 0;
	padding-bottom: 6px;
	}
#InfoBulle .bulle-texte {
	display: block;
	background: transparent url(../../images/infobulle/bulle_center.gif) left top repeat-y;
	color: black;
	padding: 0 5px;
	}
#InfoBulle p {
	font-family: arial, sans-serif;
	font-size: 0.85em;
	background: transparent url(../../images/infobulle/bulle_bottom.gif) left bottom no-repeat;
	padding-bottom: 6px;
	}

