function rate(i, n, t){
   var contenu = $.ajax({
   type: "POST",
   url: "../rating.php",
   data: "id="+i+"&n="+n+"&t="+t,
   async :false
}).responseText;

}
