// ------------------------------------------------------------------------------------------  
// Zoom sur les images  
// ------------------------------------------------------------------------------------------
window.addEvent('domready', function() {
	SqueezeBox.assign($$('a[rel=zoom]'), {
		size: {x: 300, y: 400}
	}); 
});
