/*************************************************
 * CSS InfosBulle
 *
 * Site: Ewindsurf
 * Date: 12/07/2007
 * Copyright:Lavault Julien
 *
 * Description:
 *   Styles de infosbulles
 *
 **************************************************/

div#infosBulles {
	z-index:1111;
	position: absolute;
	overflow: hidden;
	display:none;
	width: auto;
	text-align: left;	
	/*
	opacity:0.75;
	-moz-opacity:0.75;
	filter:Alpha(opacity=75);
	*/
}
div#infosBulles_puce {
	width:30px;
	height:10px;
	overflow: hidden;
	display:block;
	background-image: url(../images/bg_infosBulle.gif);
	background-repeat: no-repeat;
	background-position: 5px top;
}

div#infosBulles_contenu {
	clear:both;
	overflow: hidden;
	display:block;
	height:auto;
	background-color:#000000;
}
div#infosBulles_contenu p{
	color:#CCCCCC;
	padding:2px 3px 2px 3px;
}

