					
/* bloc pour les formulaires */
#formulaire {
	margin-left: 0px;
	width: 90%;
	font-family: Lucida Sans Unicode;
	font-size: 1em;
	line-height: 130%;
	}

/* message qui apparais pour confirmer l'envoi d'un courrier */	
#resultat {
	font-family: Lucida Sans Unicode;
	font-size: 1.1em;
	line-height: 130%;
	text-align: right;
	}
	
/* formulaires de contact et reservation */
fieldset {
	border:1px solid black;
	padding: 10px;
	}

legend {
	padding: 10px;
	font-weight:bold;
	}

label {
	padding-left: 0px;
	padding-right: 5px;
	vertical-align: top;
	/*display: block;*/ 
	display: inline-block; 
	text-align: right;
	}

/* Zone imput de texte */
.form_text{
	border-style: solid;
	border-width: 1px;
	} 

/* Ligne checks d'itinéraires  */	
.check_0{
	display: inline-block;
	}		

/* Colonne 1 checks */	
.check_1{
	}		

/* Label de los checks */
.check_label {
	padding-left: 10px;
	display: inline-block;
	}
	
/* Colonne 2 checks */
.check_2{
	float: left;
	height: 100%;
	padding-left: 10px;
	}
	
/* Colonne 3 checks */
.check_3{
	float: left;
	height: 100%;
	padding-left: 10px;
	}

/* Bouton envoyer */		
#submit {
	width: 92px;
    height: 26px; 
	float: right;
	border-style: solid;
	border-width: 1px;
	background-color: #F17508;
	}

#submit:hover {
    color: #6E9193;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
}
