$(document).ready(function() {
  //$("p.test").hide();
   
});


function l_affiche() {

  $("p.test").show();
}


function a_affiche(){

alert("test");
    
}