/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #111;
	/*font: normal normal 1em/11px Verdana, Arial, Helvetica, sans-serif;*/
	line-height: normal;
	display: none;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 216px;
		display: block;
	}
	
	#unitippoint { 
		background: url(../img/infobulle/TipPointForm.png) no-repeat; 
		height: 11px; 
		overflow: hidden;
	}
	
	#unitipmid { 
		background: url(../img/infobulle/TipMidForm.png) repeat; 
		height: auto;
	}
	
	#unitipcap { 
		background: url(../img/infobulle/TipCapForm.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}
	
	#unitip .legende {
		padding:6px 14px 2px;
		color:#322
	}
	
	#unitip .info {
		padding:2px 14px 1px;
		color:#533;
		font-family:Verdana, Geneva, sans-serif;
		font-size:9px
	}
