$(document).ready(function(){
    $().localScroll();
    $("#slider").easySlider({
        continuous: true
    });
    $('a.ext').click( function() {
        window.open($(this).attr('href') );
        return false;
    });
    $('#contact-formulaire').colorbox({width:"80%", height:"80%", iframe:true});
    $('#contact-qr').colorbox();
});
