//*************************************************************************

//** Auteurs : Guillaume Quimper et David Boudreau - Influenza marketing **

//** Création   : Décembre 2008		      			                     **	

//*************************************************************************


// ****************************************
// Galerie fenêtre modale FRANCAIS GALERIES
// ****************************************

$(document).ready(function() {
	$("a[@rel*=lightbox]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'sur'							
	});

   $('a[@rel*=lightbox_cdv]').lightBox({
	txtImage: 'Centre de Villégiature - image &#35; ',
	txtOf: 'sur '
   });

	$('a[@rel*=lightbox_lpa]').lightBox({
	txtImage: 'La Petite Auberge - image &#35;',
	txtOf: 'sur'
   });

	$('a[@rel*=lightbox_lhp]').lightBox({
	txtImage: 'Le Lodge Hors Piste - image &#35;',
	txtOf: 'sur'
   });

	$('a[@rel*=lightbox_djouv]').lightBox({
	txtImage: 'D&rsquo;jouv - image &#35;',
	txtOf: 'sur'
   });
	
	$('a[@rel*=lightbox_corpo]').lightBox({
	txtImage: 'Activit&eacute;s corporatives - image &#35;',
	txtOf: 'sur'
   });
	
	$('a[@rel*=lightbox_famille]').lightBox({
	txtImage: 'Activit&eacute;s familiales - image &#35;',
	txtOf: 'sur'
   });
	
	$('a[@rel*=lightbox_seul-couple]').lightBox({
	txtImage: 'Activit&eacute;s seul ou en couple - image &#35;',
	txtOf: 'sur'
   });
	
	$('a[@rel*=lightbox_scolaire]').lightBox({
	txtImage: 'Activit&eacute;s scolaires - image &#35;',
	txtOf: 'sur'
   });
	
	$('a[@rel*=lightbox_spa]').lightBox({
	txtImage: 'Activit&eacute;s scolaires - image &#35;',
	txtOf: 'sur'
   });
	
	$('a[@rel*=lightbox_gen]').lightBox({
	txtImage: 'Galerie nature - image &#35;',
	txtOf: 'sur'
   });
	
	$('a[@rel*=lightbox_ete]').lightBox({
	txtImage: 'Galerie paysages - &Eacute;t&eacute; - image &#35;',
	txtOf: 'sur'
   });
	
	$('a[@rel*=lightbox_hiv]').lightBox({
	txtImage: 'Galerie paysages - Hiver - image &#35;',
	txtOf: 'sur'
   });
	
	// Promos
	
	$('a[@rel*=lightbox_promo]').lightBox({
	txtImage: 'Offres Sp&eacute;ciales - &#35;',
	txtOf: 'sur'
   });
	
	// HEBREGEMENTS
	
	$("a[@rel*=hebergementEventail]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'de'							
	});
	
	$("a[@rel*=hebergementNordet]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'de'							
	});
	
	$("a[@rel*=hebergementHavre]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'de'							
	});
	
	$("a[@rel*=hebergementAlize]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'de'							
	});
	
	$("a[@rel*=hebergementPoudrerie]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'de'							
	});
	
	$("a[@rel*=hebergementRafale]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'de'							
	});
	
	$("a[@rel*=hebergementBrise]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'de'							
	});
	
	$("a[@rel*=hebergementSuroit]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'de'							
	});
	
	$("a[@rel*=hebergementChapelle]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'de'							
	});
	
	$("a[@rel*=hebergementMistral]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'de'							
	});
	
	$("a[@rel*=hebergementNoroit]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'de'							
	});
	
});



