/* 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: 360px;
		display: block;
	}
	
	#unitippoint { 
		background: url(../images/infobulle/TipPointForm.png) no-repeat; 
		height: 34px; 
		overflow: hidden;
	}
	
	#unitipmid { 
		background: url(../images/infobulle/TipMidForm.png) repeat; 
		height: auto;
	}
	
	#unitipcap { 
		background: url(../images/infobulle/TipCapForm.png) no-repeat; 
		height: 45px; 
		overflow: hidden; 
	}
	
	#unitipcontent {
		margin:0 18px 0 20px;
	}
	
		#unitipcontent .titre {
			display:block;
			margin-bottom:2px; 
			color: #752564;
			font: bold normal 1.1em/12px Verdana, Arial, Helvetica, sans-serif;
		}
	
		#unitipcontent .lieu {
			color:#663300;
			margin-bottom:2px;
		}
		
		#unitipcontent .date {
			color:#269EDF;
		}