.erreur {
		color:red;
		font-weight:bolder;
		background-color: #FAFCE6;
} /* met le texte en rouge */
.jaune {
	background-color: #FAFCE6;
	color: #000000;
}

.texte .form_coordonnee {
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
.texte .form_coordonnee p {
	padding-left: 10px;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.texte .form_coordonnee h4 {
	width: 100%;
	background-image: url(../Image/texte/reservation/fond_menu.png);
	background-repeat: repeat-x;

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	line-height: 25px;
	text-indent: 5px;
}
.texte .form_coordonnee input {
	width: 115px;
	margin-right: 35px;
	border: 1px solid #F46003;
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.texte .form_coordonnee label {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.texte .form_coordonnee .bouton {
	width: 20px;
	margin-left: 0px;
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.texte .form_coordonnee td {
	padding-left: 10px;
	vertical-align: bottom;
	height: 100%;
}
.texte .form_coordonnee textarea {
	width: 660px;
	border: 1px solid #f46003;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.texte .form_coordonnee select {
	border: 1px solid #f46003;
}
.texte .form_coordonnee strong {
font-size:14px;
}

