/* FORMULAIRE */

#form {
	width: 600px;
	margin: auto;
	padding: 30px;
	color: #004c92;
	font-size: 11px;
	font-weight: bold;
	border: solid 2px #004c92;
}

.input_text {
	font-size: 12px;
	border: solid 1px #004c92;
	width: 150px;
}

.input_text_long {
	font-size: 12px;
	border: solid 1px #004c92;
	width: 300px;
}

.input_textarea {
	width: 100%;
	height: 100px;
	font-size: 12px;
	border: solid 1px #004c92;
}

.bouton {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border: solid 1px #004c92;
	background-color: #004c92;
}

.contact_recap_message {
	border: solid 1px #E2DFFC;
	background-color: #FFFFFF;
	padding: 5px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}