diff --git a/Consultations.php b/Consultations.php
index 3553add..ebac30d 100755
--- a/Consultations.php
+++ b/Consultations.php
@@ -23,7 +23,8 @@ $answerType = (isset($_GET['type'])) ? $_GET['type'] : null;
-
+
+
diff --git a/Dashboard.php b/Dashboard.php
index 4eb7d67..8144dd3 100755
--- a/Dashboard.php
+++ b/Dashboard.php
@@ -18,7 +18,8 @@ if(!Authentification::checkUser(0)){
-
+
+
diff --git a/Medecins.php b/Medecins.php
index 4a0bd2b..faa031d 100755
--- a/Medecins.php
+++ b/Medecins.php
@@ -24,7 +24,8 @@ $answerType = (isset($_GET['type'])) ? $_GET['type'] : null;
-
+
+
diff --git a/Patients.php b/Patients.php
index d2f342b..7832167 100755
--- a/Patients.php
+++ b/Patients.php
@@ -24,7 +24,8 @@ $answerType = (isset($_GET['type'])) ? $_GET['type'] : null;
-
+
+
diff --git a/js/lib/API.js b/js/lib/API.js
new file mode 100644
index 0000000..12beffe
--- /dev/null
+++ b/js/lib/API.js
@@ -0,0 +1,77 @@
+/* classe API */
+function APIClass(){};
+
+APIClass.prototype = {
+ xhr: [], // tableau d'objets pour les requêtes ajax
+
+
+
+ /* transaction avec le serveur (managers)
+ *
+ * @param pRequest