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

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

.texte .devis h4 {
	width: 760px;/*largeur de la page y compris la marge negative*/
	background-image: url(../Image/texte/reservation/fond_menu.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	line-height: 25px;
	text-indent: 50px;
	margin-left: -10px;
}
.texte .devis input {
	width: 120px;
	border: 1px solid #F46003;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 10px;
}
.texte .devis label {
	font-weight: bold;
}

.texte .devis .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 .devis td {
	padding-left: 10px;
	vertical-align: bottom;
	height: 100%;
}
.texte .devis textarea {
	width: 740px;
	border: 1px solid #f46003;
}
.texte .devis select {
	border: 1px solid #f46003;
}
.texte .devis .droit {
	padding-left: 520px;
}

