function showPresse()
{
  var link = $('show_presse');
  var content = $('presse');
  link.hide();
  content.show();
} 