@charset "UTF-8";
/* CSS Document */

		.errorEmpty {
		color: red;
	font-size: 14px;
			display: none
		}

			label {
	color: #000000;
	font-size: 16px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	margin-right: 10px;
}
form {
	text-align: left;
}

li{
	
	text-decoration: none;
	display: block;
	margin-top: 25px;
}

input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textfield;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13px Arial;
    padding: 1px 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #0071BC;
    border-image: initial;
}

.fields {
	color: #504F4F;
	font-size: 14px !important;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}

.fieldscontainer {
	display: inline-grid;
    margin-right: 10px;
	padding-top: 10px;
}

.t1tle {
	
	font-size: 20px;
	font-weight: 300;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: center;
	color: #4D4D4D;
	
}

.t2tle {
	
	font-size: 16px;
	font-weight: 200;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: center;
	color: #000000;
	
}

.envolvente {
	
    max-width: 400px;
    margin: 0 auto;
	
}

.content1 {
	
	margin-top: 6px;
}

.required {
	
	color: #0071BC;
	font-size: 13px;
}

.form-submit-button-simple_blue {
    border-radius:.5em;
    padding:8px 18px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-shadow:-1px -1px 0px #003ea1;
    border:1px solid #0d4aab;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
    background: #1e62d0; /* old browsers */
	background: linear-gradient(to top, #3d94f6 0%, #1e62d0 100%); /* W3C */
}

.form-submit-button-simple_blue:hover { 
    color: #ffffff;
    border:1px solid #0d4aab;
    background: #2e7be3; /* old browsers */
	background: linear-gradient(top, #54a2f9 0%, #2e7be3 100%); /* W3C */
}

.form-submit-button-simple_blue:active {
	color: #ffffff;
	border:1px solid #0d4aab;
    background: #2e7be3; /* old browsers */
	background: linear-gradient(top, #2e7be3 0%, #54a2f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e7be3', endColorstr='#54a2f9', GradientType=0 ); /* ie */
}
	