diff --git a/modules/avis/css/module.css b/modules/avis/css/module.css
index 811f3db9d63e3bc5bac875e6cde26458dd15c35f..c408735e251faeb0d2bca86f634a304a0a76a1e8 100755
--- a/modules/avis/css/module.css
+++ b/modules/avis/css/module.css
@@ -89,7 +89,7 @@
 	opacity: 1;
 }
 .avisUserInfo{
-	width: 45%;
+	width: 55%;
 	font-weight: bold;
 }
 
@@ -123,12 +123,12 @@
 }
 
 #dropZone,#dropZone:active{
-	width: 10px;
+	width: 40px;
+	text-align: right;
 	opacity: 0.5;
 	visibility: hidden;
-	text-align: right;
-	margin: 5px;
 	float: right;
+	margin: 5px;
 }
 #dropZone:hover{
 	cursor: grab;
@@ -137,7 +137,7 @@
 	cursor: grabbing;
 }
 .avisUserConsigne{
-	width: 40%;
+	width: 30%;
 }
 .avisUserAction{
 	color : red;
diff --git a/modules/visa/css/module.css b/modules/visa/css/module.css
index 4b49becb99fb53430c40658b778e27c0a4622f2c..bf508d8538a236fd051386cd5f5de8bc2ecf3320 100644
--- a/modules/visa/css/module.css
+++ b/modules/visa/css/module.css
@@ -171,7 +171,7 @@
 	opacity: 1;
 }
 .visaUserInfo{
-	width: 45%;
+	width: 55%;
 	font-weight: bold;
 }
 
@@ -205,12 +205,12 @@
 }
 
 #dropZone,#dropZone:active{
-    width: 10px;
+	width: 40px;
+	text-align: right;
 	opacity: 0.5;
 	visibility: hidden;
-	text-align: right;
+	float: right;
 	margin: 5px;
-    float: right;
 }
 #dropZone:hover{
 	cursor: grab;
@@ -219,7 +219,7 @@
 	cursor: grabbing;
 }
 .visaUserConsigne{
-	width: 40%;
+	width: 30%;
 }
 .visaUserAction{
 	color : red;