/* Boite des devis */

div#demandeDevis {
	width: 605px ;
	background: #eeb ;
	border: 1px solid #dcb ;
	padding: 15px ;
	margin: 15px 15px ;
	font: 0.9em Verdana;
}


#demandeDevis h1 {
	margin:0px;padding:0px;
	border:0px;
	color:#CFA038;
	font-family:Verdana;
	font-size:large;
}

#demandeDevis h2 {
	color:#CFA038;
	font-family:Verdana;
	font-style:italic;
	font-size:medium;
	margin:0px;padding:0px;
	border:0px;
	text-transform : none;
}	
#demandeDevis ul {
	float:left;
}

#demandeDevis p {
	clear:left;
}


.inputCourt {
	width:10em;
	margin:2px;
}
.inputLong {
	width:20em;
	margin:2px;
}

#demandeDevis legend {
	color:#AB0504;
	font-size:small;
	background-color:#ee9;	
	border: 1px solid #dcb ;
	border-radius: 0.5em;
	-moz-border-radius : 0.5em;
}


#demandeDevis fieldset{
	text-align:right;
	background-color:#eed;
	margin:25px 25px 0px 25px;
	border-radius: 0.5em;
	-moz-border-radius : 0.5em;

}

div.boiteDetail {
	width: 272px ;
	background: #eec ;
	border: 1px solid #dcb ;
	padding: 15px ;
	margin: 15px 15px ;
	font: 0.9em Verdana;
	float:left;

}

