// $().ready(function() {
// //   $("#ViewPalier").parent().hide();
//   $("#selectPalier").change( function () {
//
//     if(this.value > 0){
//       $.get("./ajax_exe.php", { action:"instantgagnantPalier", palier: this.value },
//       function success(data) {
// 	$("#ViewPalier").replaceWith(data);
//
// 	$("#ViewCredit").hide();
//
//       });
//     }
//     else
//       $("#ViewCredit").show();
//
//   });
//
// });
