diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 8b0806d..f497dd6 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -61,7 +61,7 @@
1607026953826
-
+
diff --git a/css/formulaire.css b/css/formulaire.css
index 08bccea..50e9de3 100644
--- a/css/formulaire.css
+++ b/css/formulaire.css
@@ -1,24 +1,72 @@
+html{
+ background-image: none;
+}
+
h1 {
+ font-size: 4em;
+ font-style: italic;
+ font-weight: bold;
text-align: center;
}
legend {
margin: 0 auto;
margin-top: 3%;
+ font-size:3em;
}
fieldset{
+ text-align: justify;
margin: 0 auto;
- width: 70%;
+ border-radius: 10px;
+ border-width: 5px;
+ border-style: solid;
+ border-color: aqua;
+ width: 50%;
}
-form {
+form{
text-align: center;
}
-input[type="submit"]{
+
+input[type="text"]{
font-size: 15px;
padding: 5px;
}
+input[type="submit"]{
+ text-align:center;
+ font-size: 15px;
+ margin-top:10px;
+ padding: 5px;
+}
+
+div{
+ margin: 10px 0px 10px 0px;
+}
+
+#div_submit{
+ align-content: center;
+}
+
+form select input{
+ margin-bottom: 10px;
+}
+
+#localisation_fieldset input{
+ margin:10px;
+}
+
+#localisation_fieldset select{
+ margin:10px;
+}
+
+#population_fieldset input{
+ margin:10px;
+}
+
+#product_fieldset label{
+ margin-right: 10px;
+}
diff --git a/css/menu.css b/css/menu.css
index 8d0c51d..eeae68f 100644
--- a/css/menu.css
+++ b/css/menu.css
@@ -1,8 +1,14 @@
+#blockMenu
+{
+ float: right;
+ width: 95%;
+}
+
#lineMenu
{
list-style-type: none;
overflow: hidden;
- background-color: #0064b5;
+ background-color: #0073be;
height: 49px;
margin: 0px;
padding: 0px;
@@ -15,42 +21,31 @@
padding: 14px 20px;
background-color: transparent;
color: white;
- transition: background-color 0.2s, padding 0.2s, font-size 0.2s,transform 0.2s;
+ transition: background-color 0.1s, padding 0.1s, font-size 0.1s,transform 0.2s;
cursor: pointer;
}
.animationButtonMenu:hover
{
- background-color: #0073be;
+ background-color: #197abb;
font-size: 19px;
padding: 13px 17px;
}
-aMenu
+.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;
+ font-size: 17px;
+ padding: 14px 20px;
background-color: transparent;
color: white;
- transition: font-size 0.2s,transform 0.2s;
+ transition: background-color 0.2s, padding 0.2s, font-size 0.2s,transform 0.2s;
cursor: pointer;
}
@@ -69,3 +64,24 @@ aMenu
{
width: 100%;
}
+
+
+#blockLogo
+{
+ float: left;
+ width: 5%;
+}
+
+#logo
+{
+ width: 100%;
+ height: 110px;
+}
+
+#blockDeco
+{
+ width: 95%;
+ height: 10px;
+ float: right;
+ background-color: #5496c2;
+}
diff --git a/formulaire.html b/formulaire.html
index 20c8347..6ad83c9 100644
--- a/formulaire.html
+++ b/formulaire.html
@@ -10,125 +10,151 @@
Session de surf