diff --git a/css/global.css b/css/global.css
index d41663c..8514865 100644
--- a/css/global.css
+++ b/css/global.css
@@ -1,6 +1,7 @@
/* STYLE "BASIC" DES TABLEAUX */
table.basic{
/* position */
+ width: calc( 100% - 2*1em );
margin: 2em 1em;
/* border */
diff --git a/css/layout.css b/css/layout.css
index 4a41fc0..9c2acf3 100755
--- a/css/layout.css
+++ b/css/layout.css
@@ -52,6 +52,15 @@ body{
font: 16px 'Ubuntu', 'Open Sans', 'Helvetica Neue', 'Arial', 'sans-serif';
}
+#DRAGNDROP{
+ /* position */
+ display: block;
+ position: fixed;
+ width: 10px;
+ height: 10px;
+
+ /* background */
+}
#WRAPPER{
diff --git a/index.php b/index.php
index b9dae9a..e8018ea 100755
--- a/index.php
+++ b/index.php
@@ -59,9 +59,12 @@ $notifNotifNum = 5;
+
+
+
diff --git a/js/dragndrop.js b/js/dragndrop.js
new file mode 100644
index 0000000..860ab0f
--- /dev/null
+++ b/js/dragndrop.js
@@ -0,0 +1,27 @@
+function DragnDrop(){};
+
+/**
+ * Retourne les offsets absolues (par rapport à l'écran)
+ * @param
element L'élément duquel on veut les données
+ *
+ * @return