@CHARSET "UTF-8";

.tooltip {
	display: none;
	position: absolute;
	min-width: 250px;
	max-width: 800px;
	width: 250px;
	z-index: 1500;
}
.tooltip #hey_tools_relative {
	position: relative;
}
.tooltip #hey_tool_fleche {
	position:absolute;
	width: 28px;
	height: 28px;
}
.tooltip .theader {
	background-color: transparent;
	background-image: url("images/bulle/bulles_01.png");
	height: 10px;
	margin-right: 19px;
}
.tooltip .theader .cornerRight {
	float: right;
	margin-right: -19px;
}
.tooltip .tfooter {
	background-image: url("images/bulle/bulles_05.png");
	height: 19px;
	margin-right: 19px;
}
.tooltip .tfooter .cornerRight {
	float: right;
	margin-right: -19px;
}
.tooltip .tcenter .tooltip_content {
	background-image: url("images/bulle/bulles_03.png");	
	min-height: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px; 
	padding-bottom: 5px; 
}
.tooltip .tcenter .Right {
	background-image: url("images/bulle/bulles_04.png");	
	width: 19px;
}
.tooltip .tcenter .Right img {
	width: 19px;
}
.tooltip_texte {
	display: none;	
}

