
/*
DEBUT FORMULAIRE
*/


.reservation_chambre{
	margin:0;
	padding:0;
}


.reservation_chambre form{
	font-size:0.9em;
	margin-left: 9px;
	margin-right:9px;
	margin-bottom:0;
}


.reservation_chambre label.requis{
	font-weight:bold;
}
.reservation_chambre input, .reservation_chambre textarea, .reservation_chambre select{
	font-size:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	background-color:#fff;
}
.reservation_chambre textarea, .reservation_chambre fieldset input{
	width:99%;
}
.reservation_chambre p{
	margin:0;
	padding:0;
	margin-top:0.4em;
	margin-bottom:0.5em;
}

.reservation_chambre fieldset{
	margin:0;
	padding:0.7em;
	border-width:1px;
	border-color:#999;
	border-style:solid;
	margin-bottom:1em;
}
.reservation_chambre fieldset.vos_coordonnees{
width:47%;
}

.reservation_chambre fieldset.votre_reservation{
width:47%;
}

.reservation_chambre fieldset legend{
	color:#000;
	font-style: italic;
}
.reservation_chambre label{
	display:block;
	padding-bottom:0.2em;
}

.reservation_chambre form{
	margin-top:1.5em;
}

/*
FIN FORMULAIRE
*/

