KeepAsFixed Plugin for jQuery
This plugin give a fixed position to any DOM element if it's hidden by scrolling, and add a hidden clone of it to keep navigation fluid.
Usage
$(document).ready(function(){
$('.onglets').css({'width':'100%','top':0,'left':0}).keepAsFixed();
});