@CHARSET "UTF-8";


.devis-form-error {
	list-style-type: none;
	display: inline;
	color: red;
	font-style: italic;
}

select#devis-form-civilite {
	width: inherit;
}

#devis-form-cp, #devis-form-num_client {
	width: 150px;
}

#devis-form-profil {
	width: 250px;
}

#devis-form-nom {
	width: 70%;
}

p.devis-form-label {
	margin: 5px 0;
	padding: 0;
}
.devis-form-input-checkbox {
	width: 5%;
}
p.devis-form-field {
	margin-bottom: 10px;
}

.lien_autre_form a {
	color: #C00;
	text-decoration:none;
}

