#devis
{
	margin:auto;
	width: 716px;
	margin-top: 15px;
	background-image: url("../image/bg-milieu.png");
}
#header_devis
{
	width: 716px;
	height: 62px;
	background-image: url("../image/bg-devis-haut.jpg");
}
#footer_devis
{
	width: 716px;
	height: 33px;
	background-image :url("../image/bg-devis-bas.png");
	margin: auto;
}
#header_devis h3
{
	margin-left: 100px;
	padding-top: 17px;
	
}
#intro_devis
{
	
	text-align: justify;
	margin:auto;
	width: 70%;
}
#devis fieldset
{
	background-color:white;
	width: 70%;
	border: 2px outset #FFD800;
	margin:auto;
	color: orange;
}
#devis form
{
	padding-left: 30px;
}


.input_largeur input
{
	width: 170px;
}

.droite label
{
	text-align:right;
	padding-right : 15px;
}
.erreur
{
	text-align:center;
	color: red;
}

