/* CSS Document */

.vendez_information {
	text-align:justify;
	text-indent:20px;
	font-family:'Century Gothic',Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#475073;
	width:95%;
	font-weight:bold;
}
.vendez_spacer {
	height:20px;
}
.vendez_form {
	width:95%;
	border:1px #FDA015 solid;
	font-size:12px;
	font-family:'Century Gothic',Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
}
.vendez_titre {
	font-size:14px;
	font-family:'Century Gothic',Verdana, Arial, Helvetica, sans-serif;
	color:#FDA015;
	font-weight:bold;
	text-align:center;
}
.vendez_input {
	background-color:#475073;
	border:1px solid #000000;
	font-size:12px;
	font-family:'Century Gothic',Verdana, Arial, Helvetica, sans-serif;
	width:150px;
	color:#FFFFFF;
}
.vendez_textarea {
	background-color:#475073;
	border:1px solid #000000;
	font-size:12px;
	font-family:'Century Gothic',Verdana, Arial, Helvetica, sans-serif;
	width:300px;
	height:90px;
	color:#FFFFFF;
}