$(document).ready(function(){$("ul.menu li.drop").hover(function(){$(this).find("ul.subnav").slideDown(180);$(this).hover(function(){},function(){$(this).find("ul.subnav").slideUp(20)})}).hover(function(){$(this).addClass("subhover")},function(){$(this).removeClass("subhover")})});$(document).ready(function(){function j(){if(!d.val().match(/^[a-zA-Z0-9._-]+@[a-z0-9._-]{2,}\.[a-z]{2,4}$/)){$("p#pmail span.error").show();d.addClass("border2");return false}else{$("p#pmail span.error").hide();d.removeClass("border2");return true}}function i(){if(c.val()==""){$("p#pville span.error").show();c.addClass("border2");return false}else{$("p#pville span.error").hide();c.removeClass("border2");return true}}function h(){if(!$("#cp").val().match(/^[0-9]{5}$/)){$("p#pcp span.error").show();b.addClass("border2");return false}else{$("p#pcp span.error").hide();b.removeClass("border2");return true}}function g(){if(!$("#tel").val().match(/^[0-9]{10}$/)){$("#ptel span.error").show();e.addClass("border2");return false}else{$("#ptel span.error").hide();e.removeClass("border2");return true}}function f(){if($("#nom").val()==""){$("p#pnom span.error").show();a.addClass("border2");return false}else{$("p#pnom span.error").hide();a.removeClass("border2");return true}}var a=$("#nom");var b=$("#cp");var c=$("#ville");var d=$("#mail");var e=$("#tel");a.blur(f);a.keyup(f);b.blur(h);b.keyup(h);c.blur(i);c.keyup(i);d.blur(j);d.keyup(j);e.blur(g);e.keyup(g);$("#form-devis").submit(function(){if(f()&h()&i()&j()&g())return true;else return false})});$(document).ready(function(){$("#faq p").hide();$("#faq span").click(function(){$(this).next("p").slideToggle(200)})});$(document).ready(function(){$("a[href^=#]").click(function(){cible=$(this).attr("href");if($(cible).length>=1){hauteur=$(cible).offset().top}else{hauteur=$("a[name="+cible.substr(1,cible.length-1)+"]").offset().top}$("html,body").animate({scrollTop:hauteur},300);return false})})
