$(function() {
	// Liens nouvelle fenêtre
	$('a.newWindow').click(function(){ window.open(this.href); return false; });
	// Liens retour
	$('a.retour').click(function(){ history.back(); return false; });
	
	$(".diaporama").diaporama(
		{
			animationSpeed: "slow",
			delay:4
		}
	);
});
