

#champs .etape{
	position: relative;
	bottom: 48%;
	left:0%;
	display: none;
	width: 100%;
	/*border:1px dotted white;*/
	z-index: 999;
	text-align: left;
	margin: 10px;
}

.etape label{
	font-size: 2em;
	margin: 10px 0px 10px 0px;
	color:#444;
	font-family: "Chantilly";

}


.etape input{
	background-color: #222;
	color:#bbb;
	border-radius: 0px;	
	border:1px solid #444;
	padding:5px;
	font-family: "Arial";
	font-size: .8em;
	font-weight: bold;
}

#champs input{
	z-index: 9999;
}

#form-controls{
	width: 95%;
	text-align: right;
}

#form-controls input{
	width: 30%;
	background-color: #333;
	color:#ddd;
	border: none;
	border-radius: 3px;
	font-family: "Arial";
	font-weight: bold;
	font-size: .7em;
	margin-right: 5px;
    padding: 10px;
}

#form-controls input[disabled]{
		color:#555;
}



#bouton-etape-suivante, #validateur, #numeration-etape{
	display: inline-block;
	

}

#numeration-etape{
margin-left: 3%;
}


/* ------------- MISE EN FORME PAR ETAPE -------------- */



#etape1 input{
	max-width: 30%;
}

input[type="radio"]{
	border:1px solid #444 !important; 
	display: inline-block !important;
	font-size: 1em !important;
	font-weight: bold;
	margin-left: 20px;
	font-family: 'Arial' !important;
	max-width: 30% !important;
}


/*******************************/

#merci{
	position:absolute;
	margin-top: 5%;
	font-family:'Chantilly';
	color:#888;
	text-align:center;
	font-size:2em; 
	width:100%;
	margin-left: 5%;
}