diff --git a/web/WEB-INF/jspf/enteteJSPF.jspf b/web/WEB-INF/jspf/enteteJSPF.jspf
index 12c6570..f89d992 100644
--- a/web/WEB-INF/jspf/enteteJSPF.jspf
+++ b/web/WEB-INF/jspf/enteteJSPF.jspf
@@ -1,10 +1,13 @@
+
+ <
-

-
\ No newline at end of file
+

+
diff --git a/web/css/newcss.css b/web/css/newcss.css
new file mode 100644
index 0000000..40185a2
--- /dev/null
+++ b/web/css/newcss.css
@@ -0,0 +1,59 @@
+/*
+To change this license header, choose License Headers in Project Properties.
+To change this template file, choose Tools | Templates
+and open the template in the editor.
+*/
+/*
+ Created on : 21 oct. 2021, 16:37:16
+ Author : elliass.chelloug
+*/
+body
+{
+ background-color: #e2e7e9;
+ background-repeat: repeat-x;
+ margin:0% 0%;
+ padding : 0.9em;
+ font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
+ font-size: 0.9em;
+}
+#contenu
+{
+ border: none;
+ padding: 2.1em;
+ background-color: white;
+ border-left : groove 0.8em #980101;
+ margin-top : 1.1em;
+ margin-left: 82px;
+ min-height:27em;
+ height:27em;
+}
+piedForm
+{
+ border-bottom-width : 0.1em;
+ border-left-width : 0.1em;
+ border-right-width : 0.1em;
+ border-top-width : 0em;
+ border-style : solid;
+ border-color : #000;
+ text-align:right ;
+ width : 95%;
+ margin-top:0em;
+}
+form
+{
+ margin-bottom:1em;
+}
+corpsForm legend
+{
+ font-weight:bold;
+ font-size:1.2em;
+}
+corpsForm label
+{
+ float: left;
+ text-align:right;
+ width:33%;
+ margin: 0;
+ padding: 0 .5em 0 0;
+ line-height: 1.8;
+}
\ No newline at end of file