//*************************************************************************

//** Auteurs : Guillaume Quimper et David Boudreau - Influenza marketing **

//** Création   : Décembre 2008		      			                     **	

//*************************************************************************


// *******************************
// Galerie fenêtre modale Anglais
// *******************************

$(document).ready(function() {
	$("a[@rel*=lightbox]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'of'							
	});

   $('a[@rel*=lightbox_cdv]').lightBox({
	txtImage: 'Centre de Villegiature - image &#35; ',
	txtOf: 'of'
	});

	$('a[@rel*=lightbox_lpa]').lightBox({
	txtImage: 'La Petite Auberge - image &#35;',
	txtOf: 'of'
	});

	$('a[@rel*=lightbox_lhp]').lightBox({
	txtImage: 'Lodge Hors Piste - image &#35;',
	txtOf: 'of'
   });

	$('a[@rel*=lightbox_djouv]').lightBox({
	txtImage: 'D&rsquo;jouv - image &#35;',
	txtOf: 'of'
   });
	
	$('a[@rel*=lightbox_corpo]').lightBox({
	txtImage: 'Corporate Activities - image &#35;',
	txtOf: 'of'
   });
	
	$('a[@rel*=lightbox_famille]').lightBox({
	txtImage: 'Family Activities - image &#35;',
	txtOf: 'of'
   });
	
	$('a[@rel*=lightbox_seul-couple]').lightBox({
	txtImage: 'Individuals and/or couple - image &#35;',
	txtOf: 'of'
   });
	
	$('a[@rel*=lightbox_scolaire]').lightBox({
	txtImage: 'Nature Classes - image &#35;',
	txtOf: 'of'
   });
	
	$('a[@rel*=lightbox_gen]').lightBox({
	txtImage: 'Nature photo gallery - image &#35;',
	txtOf: 'of'
   });
	
	$('a[@rel*=lightbox_sum]').lightBox({
	txtImage: 'Spring/Summer/Autumn landscapes photo gallery - image &#35;',
	txtOf: 'of'
   });
	
	$('a[@rel*=lightbox_win]').lightBox({
	txtImage: 'Winter landscapes photo gallery - image &#35;',
	txtOf: 'of'
   });
	
	// Promos
	
	$('a[@rel*=lightbox_promo]').lightBox({
	txtImage: 'Special Offers - &#35;',
	txtOf: 'of'
   });
	
	
	// HEBERGEMENTS
	
	$("a[@rel*=hebergementEventail]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'of'							
	});
	
	$("a[@rel*=hebergementNordet]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'of'							
	});
	
	$("a[@rel*=hebergementHavre]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'of'							
	});
	
	$("a[@rel*=hebergementAlize]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'of'							
	});
	
	$("a[@rel*=hebergementPoudrerie]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'of'							
	});
	
	$("a[@rel*=hebergementRafale]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'of'							
	});
	
	$("a[@rel*=hebergementBrise]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'of'							
	});
	
	$("a[@rel*=hebergementSuroit]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'of'							
	});
	
	$("a[@rel*=hebergementChapelle]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'of'							
	});
	
	$("a[@rel*=hebergementMistral]").lightBox({
	txtImage: 'image &#35; ',
	txtOf: 'of'							
	});
	
});



