diff --git a/public/css/proces-verbaux.css b/public/css/proces-verbaux.css
index fa06472..242569b 100644
--- a/public/css/proces-verbaux.css
+++ b/public/css/proces-verbaux.css
@@ -7,4 +7,4 @@
color: #000;
/*Bleu AGECEM*/
line-height: 150%;
-}
+}
\ No newline at end of file
diff --git a/templates/html/admin-upload.html b/templates/html/admin-upload.html
index f95fb4d..69f44dd 100644
--- a/templates/html/admin-upload.html
+++ b/templates/html/admin-upload.html
@@ -1,41 +1,40 @@
{{ define "admin-upload-html" }}
-
-
-
-
-
Ajouter un document
-
-
{{ .Message }}
+
+
+
+
+
+
AGECEM
+ {{ template "general-html" }}
+
+
+
+
+ {{ template "header-html" }}
+
+
Ajouter un document
+
+
{{ .Message }}
+
+ {{ template "footer-html" }}
+
+
+
+{{ end }}
\ No newline at end of file
diff --git a/templates/html/admin.html b/templates/html/admin.html
index ae73b66..14245d1 100644
--- a/templates/html/admin.html
+++ b/templates/html/admin.html
@@ -1,21 +1,24 @@
{{ define "admin-html" }}
-
-
-
-
-
AGECEM
- {{ template "general-html" }}
-
-
-
- {{ template "header-html" }}
-
-
Admin
-
- Ajout de documents
-
-
- {{ template "footer-html" }}
-
-
-{{ end }}
+
+
+
+
+
+
AGECEM
+ {{ template "general-html" }}
+
+
+
+
+ {{ template "header-html" }}
+
+
Admin
+
+ Ajout de documents
+
+
+ {{ template "footer-html" }}
+
+
+
+{{ end }}
\ No newline at end of file
diff --git a/templates/html/documentation.html b/templates/html/documentation.html
index 9f0051b..d1fd6f3 100644
--- a/templates/html/documentation.html
+++ b/templates/html/documentation.html
@@ -1,40 +1,45 @@
{{ define "documentation-html" }}
-
-
-
-
-
AGECEM | Documentation
-
- {{ template "general-html" }}
-
-
- {{ template "header-html" }}
-
-
Documentation
-
- {{ if not .Data.Buckets }}
-Documentation non-accessible pour l'instant, merci de votre patience
- {{ else }}
- {{ range .Data.Buckets }}
- {{ $bucket_name := .Name }}
- {{ $bucket_display_name := .DisplayName }}
-
- {{ $bucket_display_name }}
-
- {{ range .Documents }}
- {{ . }}
- {{ end}}
-
-
- {{ end }}
- {{ end }}
-
-
- {{ .Message }}
-
-
-
- {{ template "footer-html" }}
-
-
-{{ end }}
+
+
+
+
+
+
AGECEM | Documentation
+
+ {{ template "general-html" }}
+
+
+
+ {{ template "header-html" }}
+
+
Documentation
+
+ {{ if not .Data.Buckets }}
+ Documentation non-accessible pour l'instant, merci de votre patience
+ {{ else }}
+ {{ range .Data.Buckets }}
+ {{ $bucket_name := .Name }}
+ {{ $bucket_display_name := .DisplayName }}
+
+ {{ $bucket_display_name }}
+
+
+ {{ end }}
+ {{ end }}
+
+
+ {{ .Message }}
+
+
+
+ {{ template "footer-html" }}
+
+
+
+{{ end }}
\ No newline at end of file
diff --git a/templates/html/footer.html b/templates/html/footer.html
index 74527db..74d2913 100644
--- a/templates/html/footer.html
+++ b/templates/html/footer.html
@@ -1,10 +1,10 @@
{{ define "footer-html" }}
-
-{{ end }}
+
+{{ end }}
\ No newline at end of file
diff --git a/templates/html/formulaires.html b/templates/html/formulaires.html
index 71bd6df..0ff5a9e 100644
--- a/templates/html/formulaires.html
+++ b/templates/html/formulaires.html
@@ -1,15 +1,18 @@
{{ define "formulaires-html" }}
-
-
-
-
-
AGECEM | Formulaires
- {{ template "general-html" }}
-
-
- {{ template "header-html" }}
-
Formulaires
- {{ template "footer-html" }}
-
-
-{{ end }}
+
+
+
+
+
+
AGECEM | Formulaires
+ {{ template "general-html" }}
+
+
+
+ {{ template "header-html" }}
+
Formulaires
+ {{ template "footer-html" }}
+
+
+
+{{ end }}
\ No newline at end of file
diff --git a/templates/html/general.html b/templates/html/general.html
index 35f7d8a..a511fec 100644
--- a/templates/html/general.html
+++ b/templates/html/general.html
@@ -1,11 +1,11 @@
{{ define "general-html" }}
-
-
-
-
-{{ end }}
+
+
+
+
+{{ end }}
\ No newline at end of file
diff --git a/templates/html/header.html b/templates/html/header.html
index 06c4b06..fc918c7 100644
--- a/templates/html/header.html
+++ b/templates/html/header.html
@@ -1,12 +1,13 @@
{{ define "header-html" }}
-