  $(document).ready(function(){
    $("#index_first").html("Prem.");
    $("#index_last").html("Dern.");
    $("#index_previous").html("Préc.");
    $("#index_next").html("Suiv.");
  })

