#text {
	width:500px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	z-index: 999;
	font-weight: normal;
}
.hotspot {
	color:#369;
	padding-bottom:1px;
	cursor:help;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F97B27;
	font-size: 14px;
	z-index: 999;
}

#tt {
	position:absolute;
	display:block;
	/* [disabled]background-image: url(images/tt_left.gif); */
	background-repeat: no-repeat;
	background-position: left top;
	border-left-style: none;
}
#tttop {
	display:block;
	height:5px;
	margin-left:5px;
	overflow:hidden;
	/* [disabled]background-image: url(images/tt_top.gif); */
	background-repeat: no-repeat;
	background-position: right top;
	border-top-style: none;
}
#ttcont {
	font-size: 13px;
	color: #06F;
	background-color: #FFF;
	line-height: 25px;
	padding-top: 55px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
	border: 3px solid #F97B27;
	font-weight: normal;
	background-repeat: no-repeat;
	background-image: url(icone/info-blog.png);
	background-position: right top;
}
#ttcont img {
	float: left;
}

#ttbot {
	display:block;
	height:5px;
	margin-left:5px;
	overflow:hidden;
	/* [disabled]background-image: url(images/tt_bottom.gif); */
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-style: none;
}

