diff --git a/Js/fonctions.js b/Js/fonctions.js
index 8d98a9a..2d56aaa 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -4546,6 +4546,9 @@ function lister_polices_client(id) {
vue = vues[id] || null; // null si id ne correspond à rien
if(vue != null){
+
+ donnees = 'vue'+vue;
+
$.ajax({
url: $("#racineWeb").val()+"Ajaxsessionvue/",
type : 'post',
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index f8a7892..825fc0e 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -687,7 +687,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
-
+