$(document).ready(function(){

	menuEffect();
	if ( $('body').hasClass('accueil') || $('body').hasClass('homepage') ){
		movingGammeHp();
	}
	if ( $('.slider').size() > 0 ){
		makeSlide();
	}
	if ( $('.menu_couleur').size() > 0 ){
		menuColor();
		makeHarmony();
	}
	if ( $('.content_fiche').size() > 0 ){
		film_application();
	}
	if ( $('.grand-tirage-au-sort').size() > 0 ){
		tirageAuSort();
	}
	if ( $('.grote-loting').size() > 0 ){
		tirageAuSortNl();
	}
	// Libelle trop long
	$('.menu .nl li:eq(2)').css('fontSize',11);

});
