body, td {
	color      : #544d46;
	font-family: Arial;
	font-size  : 1rem;
	font-weight: lighter;
	/*text-align: center;*/ /* pour tout centrer */
}

/* pour tout centrer */
/* form {
	display: inline-block;
} */

div, form, input, h1, h2, h3, h4, span, ul, li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a {
	color: #544d46;
	text-decoration: underline;
}

sup {
	color: #544d46;
	font-size: 0.9em;
}

a:hover {
	text-decoration: none;
}

.clearb {
	clear: both;
}

.small, .small a, .small a:hover, a.small, a.small:hover {
	font-size: 10px;
}

div.alignecentre {
	text-align: center;
	margin: auto;
}

.form1 {
	width           : 270px;
	color           : #544d46;
	background-color: #FFFFFF;
	border          : 1px solid #1d1d1b;
	padding-left    : 2px;
}

.g-recaptcha{
	margin-bottom: 10px;
}

.formbt {
	font-family  : Arial;
	font-weight  : normal;
	background   : linear-gradient(180deg,#30929b,#20539b);
	border       : none;
	color        : white;
	padding      : 3px 5px 3px 5px;
	margin       : 0 0 1px 0;
	text-align   : center;
	border-radius: 5px;
	width        : 250px;
	height       : 40px !important;
	font-size    : 1.2rem;

}

.formbt:hover {
	color: #544d46;
}

fieldset {
	border          : none;
	padding         : 10px;
	background-color: none;
}

legend {
	color           : #2258a4;
	font-weight     : bold;
	font-size       : 20px;
	padding         : 10px 0 0px 20px;
	background-color: none;
	margin-left     : -10px;
	width           : 100%;
}

.formcontact label {
	float     : left;
	width     : 165px;
	text-align: right;
	margin    : 10px 0 6px 0;
	padding   : 1px 4px 2px 2px;
	clear     : both;
	height    : 18px;
}

.formcontact input, .formcontact select, .formcontact textarea {
	margin-top   : 12px;
	margin-bottom: 6px;
	height       : 18px;
}

input {
	outline     : 0 !important;
	border-width: 0 0 1px !important;
	border-color: #544d46 !important;
}
input:focus {
	outline     : 0 !important;
	border-color: #2258a4 !important;
}

strong{
	margin-right: 10px;
}