/* CSS Document */
/*devis*/
#devis {
width: 550px;
margin: 0 auto;
}
.row {
	clear: both;
	height: 30px;
}
.labelcontact {
	float: left;
	width: 250px;
	text-align: left;
	padding-top: 13px;

}
.label_contact {
	float: left;
	width: 250px;
	text-align: left;
	padding-top: 13px;

}
.formcontact {
	float: left;
	width: 300px;
	text-align: left;
	font-size: 1em;
	padding-top: 10px;
}
.rouge {
color: red;
}
input {
background: #C7DEEE;
}
input.focus, input.focus checkbox{
background: #FE8E1F;
	color: black;

}
input.normal {
	background: #E1E1E1;
	color: black;
}
textarea {
background: #C7DEEE;
}
textarea.focus{
background: #FE8E1F;
	color: black;

}

textarea.normal {
	background: #E1E1E1;
	color: black;
}

