/* Texte d'introduction à une étape de la réservation */
.resa_intro_etape{
	color : #0C522E;
	font-size : 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Intitulé d'une étape de la réservation */
.resa_etape {
	font-style : normal;
	font-weight : bold;
	border : 2px #0C522E solid;
	color : #000000;
	text-decoration: none;
}
.resa_etape_active {
	font-style : normal;
	font-weight : bold;
	border : 2px #0C522E solid;
	background-color : #EAE2D6;
	color : #FF7A09;
	text-decoration: none;
}
.resa_etape_chiffre {
    margin : 0px;
    padding : 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size: 22px;
	text-decoration: none;
}
.resa_etape_texte {
    margin : 0px;
    padding : 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Colonne d'un tableau */
.resa_colonne{
	background-color: #0C522E;
	color: #ffffff;
	font-weight : bold;
}

/* Intitulé d'un champs à saisir */
.resa_champs{
	font-weight : bold;
}

/* Intitulé d'un champs à saisir placé en tête de colonne */
.resa_champs_colonne{
	font-weight : bold;
	background-color : #DDDDDD;
}
