jQuery fait défiler pour div avec décalage

$('html, body').animate({scrollTop: $('#some_id').offset().top -100 }, 'slow');
Caemenium