window.addEvent('domready', function(){
  if ($('fondation')) {
    $('fondation').setStyle('top', window.getHeight()-280);
  }
});
