$(document).ready(initRecherche);

function initRecherche(){
    $("#table_resultats").tablesorter();
}