// JavaScript Document
$(function(){
    
    $('#bandeau1').cycle({ 
        fx: 'scrollDown' 
    });
    
    $('#bandeau2').cycle({ 
        fx: 'scrollUp' 
    });
    
    $('#bandeau3').cycle({ 
        fx: 'scrollRight' 
    });

})


