/* Pied de page commun */
.footer {
	position: absolute;
	bottom: 0;
	height: 30px;
	width: 100%;
	background-color: #44596a;
	text-align: center;
	background-repeat: no-repeat;
}

.footer>.mentionsLegales {
	font-size : x-small;
	color: white;
	/*height: 100%;*/
	display: inline-block;
	padding-top: 10px;
}

.footer>.logo {
/* 	display: inline-block; */
	float: right;
	padding-right: 20px;
	padding-top: 2px;
}

/*CSS générale */
body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 14px;
	border: 0px;
	line-height: 1.6;
	min-width: 650px;
}

@media ( max-width :900px) {
	body {
		font-size: 12px;
	}
}

li {
	list-style: none;
}

label {
	display: inline-block;
	padding: 1px;
	padding-right: 5px; 
	vertical-align: top;
	width: 160px;
	text-align: right;
}

input {
	border: none;
	border-bottom: 1px solid #684b3e;
	width: 400px;
	font-size: 100%;
}

input.button:hover {
	font-weight: bold;
}

input.button {
	background-color: #475b6d;
	color: #FFFFFF;
	margin: 20px;
	width: 200px;
	line-height: 25px;
	border: 0 none;
	background-size: 16px 16px;
}


section {
    background-color: #ffffff;
    margin: 2px;
    min-height: 230px;
    padding: 0 0 0 10%;
    position: relative;
    text-align: left;
    width: 80%;
    text-align: center;
}

ul {
	padding: 0px;
}

fieldset {
	border: none;
}

.message {
	font-weight: bold;
	color: white;
	background-color: red;
	position: relative;
	text-align: center;
}

.message1 {
	background-color: #a8ae34;
}

.message2 {
	background-color: #475b6d;
}

.message3 {
	background-color: red;
}

label.required {
	
}

:required {
/*    border: 2px dotted orange; */
}