@charset "utf-8";
/* CSS Document */


fieldset{
	color:#333;
	font-weight:bold;
}

input, select, textarea {
border:1px solid #C7C7C7;

margin-top:1%;
margin-right:1%;
}

.devis1 label{
	float:left;
	cursor:pointer;
	display:inline;
	font-weight:bold;
	margin:5px 5px 0 0;
	overflow:hidden;
	width:120px;
	color:#333;
}

.devis1 input, select, textarea {
border:1px solid #C7C7C7;
margin-bottom:4px;
}

legend{
	color:#2b6f8e;
}
