//init Clue tips for site
	$(document).ready(function(){
							   
		$('#interviewtitle').cluetip({
			sticky: true, 
			width:350, 
			closePosition: 'title', 
			arrows: true, 
			hoverIntent: false, 
			mouseOutClose: true,
			dropShadow: false,
			tracking:false,
			closeText: 'Fermer'
		});
		
		$('#interviewlink').cluetip({
			sticky: true, 
			width:350, 
			closePosition: 'title', 
			arrows: true, 
			hoverIntent: false, 
			mouseOutClose: true,
			dropShadow: false,
			tracking:false,
			closeText: 'Fermer'
		});
		
		/*$('#cloturelink').cluetip({
			sticky: false, 
			width:350, 
			closePosition: 'title', 
			arrows: true, 
			hoverIntent: false, 
			mouseOutClose: true,
			closeText: 'Fermer'
		})*/;
		$('#clotures').cluetip({
		   attribute: 'title',
		   sticky: true, 
		   width:350, 
		   positionBy: 'bottomTop',
		   arrows: false, 
		   hoverIntent: false, 
		   mouseOutClose: true,
		   tracking:false,
		   dropShadow: false,
		   closeText: 'Fermer'
		});
		$('#achats').cluetip({
		   attribute: 'title',
		   sticky: true, 
		   width:350,
		   positionBy: 'bottomTop',
		   arrows: false, 
		   hoverIntent: false, 
		   mouseOutClose: true,
		   tracking:false,
		   dropShadow: false,
		   closeText: 'Fermer'
		});
		$('#recouvrement').cluetip({
		   attribute: 'title',
		   sticky: true, 
		   width:350, 
		   positionBy: 'bottomTop',
		   arrows: false, 
		   hoverIntent: false, 
		   mouseOutClose: true,
		   tracking:false,
		   dropShadow: false,
		   closeText: 'Fermer'
		});
		$('#factures').cluetip({
		   attribute: 'title',
		   sticky: true, 
		   width:350, 
		   positionBy: 'bottomTop',
		   arrows: false, 
		   hoverIntent: false, 
		   mouseOutClose: true,
		   tracking:false,
		   dropShadow: false,
		   closeText: 'Fermer'
		});

	
											   
	});
					
						
