(function(c){var a=["DOMMouseScroll","mousewheel"];c.event.special.mousewheel={setup:function(){if(this.addEventListener){for(var d=a.length;d;){this.addEventListener(a[--d],b,false)}}else{this.onmousewheel=b}},teardown:function(){if(this.removeEventListener){for(var d=a.length;d;){this.removeEventListener(a[--d],b,false)}}else{this.onmousewheel=null}}};c.fn.extend({mousewheel:function(d){return d?this.bind("mousewheel",d):this.trigger("mousewheel")},unmousewheel:function(d){return this.unbind("mousewheel",d)}});function b(f){var d=[].slice.call(arguments,1),g=0,e=true;f=c.event.fix(f||window.event);f.type="mousewheel";if(f.wheelDelta){g=f.wheelDelta/120}if(f.detail){g=-f.detail/3}d.unshift(f,g);return c.event.handle.apply(this,d)}})(jQuery);buttonsClass=function(classButton){$(classButton).append('<span class="hover"></span>').each(function(){var $span=$('span.hover',this);var normal=$(this).attr("normal");var over=$(this).attr("over");$(this).css("background-image","url("+normal+")");$span.css("background-image","url("+over+")");fnFixPng($span);$span.css('opacity',0);$(this).hover(function(){if(!$(this).hasClass('disabled'))$span.stop().fadeTo(500,1)},function(){$span.stop().fadeTo(500,0)})})};$(document).ready(function(){$('.lightbox').lightbox();$('#scrollbar2').tinyscrollbar();$('.menu').click(function(event){event.preventDefault();$("ul#lemenu li a").removeClass("current");$(this).addClass("current");var idd=this.id;if(idd=='menuu1'|idd=='menuu4'){var id=idd.replace('menuu','')}else{var id=idd.replace('menu','')}if(id=='2'){var to='to';$.post('page_spectacle.php',{'id':to},function(data){$('#contenu').html(data);$('.spec').click(function(){$("ul#lespec li a").removeClass("current");$(this).addClass("current");var i=this.id.replace('spec','');$.post('contenu_spectacle.php',{'i':i},function(dot){$('#truc').html(dot)})});$("#scrollbar1").scrollbar({type:"scrollbar",height:400,width:"auto",scrollerEase:7,dragVertical:true,dragHorizontal:false,barWidth:10,draggerVerticalSize:"auto",draggerHorizontalSize:"auto",roundCorners:5,distanceFromBar:5,mouseWheel:true,mouseWheelOrientation:"vertical",mouseWheelSpeed:13,draggerColor:"#111111",draggerOverColor:"#7F0617",barColor:"#E6E6E6",barOverColor:"#CCCCCC"})})}else if(id=='3'){var to='to';$.post('page_presse.php',{'id':to},function(data){$('#contenu').html(data);$('.spec').click(function(){$("ul#lapresse li a").removeClass("current");$(this).addClass("current");var i=this.id.replace('spec','');$.post('contenu_presse.php',{'i':i},function(doti){$('#truc').html(doti)})});$("#scrollbar1").scrollbar({type:"scrollbar",height:400,width:"auto",scrollerEase:7,dragVertical:true,dragHorizontal:false,barWidth:10,draggerVerticalSize:"auto",draggerHorizontalSize:"auto",roundCorners:5,distanceFromBar:5,mouseWheel:true,mouseWheelOrientation:"vertical",mouseWheelSpeed:13,draggerColor:"#111111",draggerOverColor:"#7F0617",barColor:"#E6E6E6",barOverColor:"#CCCCCC"})})}else if(id=='4'){$("ul#lespec li a").removeClass("current");$('#menu4').addClass("current");var to='to';$.post('page_event.php',{'id':to},function(data){$('#contenu').html(data);$('.ev').click(function(){$("ul#levent li a").removeClass("current");$(this).addClass("current");var i=this.id.replace('ev','');$.post('contenu_event.php',{'i':i},function(doti){$('#truc').html(doti)})});$("#scrollbar1").scrollbar({type:"scrollbar",height:400,width:"auto",scrollerEase:7,dragVertical:true,dragHorizontal:false,barWidth:10,draggerVerticalSize:"auto",draggerHorizontalSize:"auto",roundCorners:5,distanceFromBar:5,mouseWheel:true,mouseWheelOrientation:"vertical",mouseWheelSpeed:13,draggerColor:"#111111",draggerOverColor:"#7F0617",barColor:"#E6E6E6",barOverColor:"#CCCCCC"})})}else{if(id=='1'){$("ul#lespec li a").removeClass("current");$('#menu1').addClass("current")}$.post('page.php',{'id':id},function(data){$('#contenu').html(data);$(".jqtransform").jqTransform();var aa=$("#formu").validate({onkeyup:true,rules:{pseudo:{required:true,minlength:3,maxlength:100},message:{required:true,minlength:3,maxlength:1000},objet:{required:true,minlength:3,maxlength:100},email:{required:true,email:true}},messages:{pseudo:{required:"Veuillez saisir votre nom",minlength:jQuery.format("Au moins {0} caractères"),maxlength:jQuery.format("Pas plus de {0} caractères")},objet:{required:"Veuillez saisir un objet",minlength:jQuery.format("Au moins {0} caractères"),maxlength:jQuery.format("Pas plus de {0} caractères")},message:{required:"Veuillez saisir votre message",minlength:jQuery.format("Au moins {0} caractères"),maxlength:jQuery.format("Pas plus de {0} caractères")},email:{required:"Veuillez saisir votre email",email:"Adresse mail invalide"}},errorPlacement:function(a,b){if(b.is(":checkbox"))a.appendTo(b.parent().next().next());else a.appendTo(".erreur"+b.attr("id"))},success:function(a){a.addClass("checked");a.removeClass("error")},submitHandler:function(){var b=$("#formu").serialize();$.post("datasmail.php",b,function(data){aa.resetForm();$.lightbox("merci.html",{'iframe':true,'width':400,'height':200})})}});$("#scrollbar1").scrollbar({type:"scrollbar",height:400,width:"auto",scrollerEase:7,dragVertical:true,dragHorizontal:false,barWidth:10,draggerVerticalSize:"auto",draggerHorizontalSize:"auto",roundCorners:5,distanceFromBar:5,mouseWheel:true,mouseWheelOrientation:"vertical",mouseWheelSpeed:13,draggerColor:"#111111",draggerOverColor:"#7F0617",barColor:"#E6E6E6",barOverColor:"#CCCCCC"})})}})});
