// starting the script on page load
$(document).ready(function(){
	tooltip('tooltip');
	imagePreview();
	screenshotPreview();
	champ_recherche('input.champ_recherche','champ_visible');
	galerieNav('ul.galerie','ul.index-liste a','invisible','noactive','active');
});
