diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f1b7204
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/.idea/*
diff --git a/.gitkeep b/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/.idea/Nuit-De-L-Info-2020.iml b/.idea/Nuit-De-L-Info-2020.iml
deleted file mode 100644
index c956989..0000000
--- a/.idea/Nuit-De-L-Info-2020.iml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index f84252e..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 94a25f7..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index d4239eb..ff59bfb 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -61,7 +61,7 @@
1607026953826
-
+
diff --git a/css/formulaire.css b/css/formulaire.css
new file mode 100644
index 0000000..08bccea
--- /dev/null
+++ b/css/formulaire.css
@@ -0,0 +1,24 @@
+h1 {
+ text-align: center;
+}
+
+legend {
+ margin: 0 auto;
+ margin-top: 3%;
+}
+
+fieldset{
+ margin: 0 auto;
+ width: 70%;
+}
+
+form {
+ text-align: center;
+}
+
+input[type="submit"]{
+ font-size: 15px;
+ padding: 5px;
+}
+
+
diff --git a/css/index.css b/css/index.css
index e69de29..a84a243 100644
--- a/css/index.css
+++ b/css/index.css
@@ -0,0 +1,9 @@
+body
+{
+ font-style: normal;
+ font-family: 'Montserrat', sans-serif;
+ width: 100%;
+ height: 100%;
+ margin: 0;
+ padding: 0;
+}
\ No newline at end of file
diff --git a/css/menu.css b/css/menu.css
index e69de29..8d0c51d 100644
--- a/css/menu.css
+++ b/css/menu.css
@@ -0,0 +1,71 @@
+#lineMenu
+{
+ list-style-type: none;
+ overflow: hidden;
+ background-color: #0064b5;
+ height: 49px;
+ margin: 0px;
+ padding: 0px;
+}
+
+.colonneMenu
+{
+ float: left;
+ font-size: 17px;
+ padding: 14px 20px;
+ background-color: transparent;
+ color: white;
+ transition: background-color 0.2s, padding 0.2s, font-size 0.2s,transform 0.2s;
+ cursor: pointer;
+}
+
+.animationButtonMenu:hover
+{
+ background-color: #0073be;
+ font-size: 19px;
+ padding: 13px 17px;
+}
+
+aMenu
+{
+ color: white;
+ text-decoration: none;
+}
+
+
+#lineSign
+{
+ list-style-type: none;
+ overflow: hidden;
+ background-color: #0073be;
+ height: 35px;
+ margin: 0px;
+ padding: 0px;
+}
+
+.colonneSign
+{
+ float: right;
+ font-size: 15px;
+ padding: 10px 8px;
+ background-color: transparent;
+ color: white;
+ transition: font-size 0.2s,transform 0.2s;
+ cursor: pointer;
+}
+
+.underLineHover:after
+{
+ display: block;
+ width: 0;
+ height: 2px;
+ background-color: white;
+ bottom: -10px;
+ content: "";
+ transition: width 0.2s;
+}
+
+.underLineHover:hover:after
+{
+ width: 100%;
+}
diff --git a/formulaire.html b/formulaire.html
index 803b29d..20c8347 100644
--- a/formulaire.html
+++ b/formulaire.html
@@ -2,19 +2,22 @@
+
+
+
\ No newline at end of file
diff --git a/img/.gitkeep b/img/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/index.html b/index.html
index e69de29..97ba0ac 100644
--- a/index.html
+++ b/index.html
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/js/.gitkeep b/js/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/menu.html b/menu.html
new file mode 100644
index 0000000..5744fbf
--- /dev/null
+++ b/menu.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/php/.gitignore b/php/.gitignore
new file mode 100644
index 0000000..24b6dda
--- /dev/null
+++ b/php/.gitignore
@@ -0,0 +1 @@
+database.php
diff --git a/php/.gitkeep b/php/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/php/Hystorique.php b/php/Hystorique.php
new file mode 100644
index 0000000..d657622
--- /dev/null
+++ b/php/Hystorique.php
@@ -0,0 +1,10 @@
+