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