@CHARSET "ISO-8859-1";

.tool-tip {
	width: 408px;
	height: 238px;
	z-index: 13000;
	background: url(images/bulle.png);
}
 
.tool-title {
	font-weight: bold;
	font-size: 12px;
	font-family:Arial;
	margin: 0;
	color: #ffffff;
	padding: 10px 8px 5px;
}
 
.tool-text {
	padding: 10px 8px 12px;
	
	color: #ffffff;
	font-family:Arial;
	font-weight:bold;
	font-size: 12px;
	text-align:left;
}
 
.tool-text p.txt{
	display:block;
	float:right;
	width: 198px;
}
 
.tool-text .photo{
	display:block;
	float:left;
	width:190px;
	margin:16px 0 0 0;
}


