diff --git a/print.css b/print.css
index 0e702e05bdcda0ad5aee26769fc0a3dd4fbc82cd..dd51d829a17658390277031a812a6da04bbf6962 100644
--- a/print.css
+++ b/print.css
@@ -25,6 +25,15 @@ body {
   display:none;
 }
 
+div.cadre {
+    overflow-x: none !important;
+}
+
+{
+table {
+    page-break-after:always}
+}
+
 div.cadre div.information {
   display:none;
 }