#conteneur {
	min-height: 750px;
}
fieldset {
	border-color:#002138;
	margin:0px 20px 0px 20px;
	padding: 0px;
	width:480px;
	min-height: 400px;
}
legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#002138;
}
.mef_tableau {		/* Div pour la mise en page */
	display: inline;
	float: left;
	width: 480px;
	min-height: 30px;
	margin: 15px 5px 15px 5px; 
}
.mef_tableau label {		
	display: inline;
	float: left;
	width: 70px;
	height: 20px;
	text-align: right;
	margin: 0px 10px 0px 0px;
}
.mef_tableau input {		
	display: inline;
	float: left;
	width: 380px;
	height: 20px;
	margin-bottom: 5px;
}
.mef_tableau textarea {		
	display: inline;
	float: left;
	width: 380px;
	height: 70px;
	margin-bottom: 5px;
}
#question {
	width: 480px;
}
#question textarea {
	display: inline;
	float: left;
	width: 380px;
	height: 40px;
	margin-bottom: 5px;
}
#coches {
	width: 480px;
}
#coches input {
	width: 20px;
	margin: 0px 10px 0px 78px;
}
#coches label {
	width: 360px;
	margin: 0px;
	margin-bottom: 5px;
	text-align: left;
}
#submit{
	border: 1px solid black;
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: white;
	width: 100px;
	background-color: #0068B3;
	cursor: pointer;
	display: inline;
	float: left;
	margin: 10px 0px 20px 150px;
}
em {		
	display: inline;
	float: left;
	width: 300px;
	margin-left: 15px;
}


