/* Fonctions communes à toutes les pages du site */

// Initialisation des pages
window.addEvent("domready", function(){
	if (typeof(Gallery) != "undefined") Gallery.init('.diaporama');
});
