/* @override 
	http://localhost:8080/bontempi-casa/v2/css/contact.css
	http://localhost:8080/terranova/css/devis.css
*/

html,body {
	width: 100%;
	background: #ff;
}

#devis {
	width: 510px;
	text-align: left;
	background-color: #ffffff;
	height: 490px;
	/*padding-top: 22px;*/
}

/*#logoterra img {
	color: #736C7B;
	height: 74px;
	float: left;
}

#logoterra p {
	height: 74px;
	font: 34px/74px Arial, Helvetica, Geneva, sans-serif;
	color: #736C7B;
	float: left;
	display: block;
	width: 210px;
	text-align: center;
}*/

#nomproduit {
	height: 18px;
	color: #736C7B;
	font: bold 16px Arial, Helvetica, Geneva, sans-serif;
	clear: left;
	padding-left: 40px;
	padding-top: 36px;
}

#description {
	float: left;
	width: 110px;
	padding-top: 30px;
	padding-left: 40px;
	height: 360px;
}

#description p {
	color: #736C7B;
	height: 17px;
	margin-bottom: 5px;
	font: 12px/16px Arial, Helvetica, Geneva, sans-serif;
	padding-top: 3px;
}

#champs {
	float: left;
	padding-top: 30px;
	padding-left: 40px;
	width: 300px;
	height: 360px;
}

#champs p {
	height: 20px;
	margin-bottom: 5px;
	
}

#champs p input {
	background-color: #fff;
	width: 200px;
	height: 14px;
	color: #000;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	border-style: none;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
}

#champs textarea {
	width: 280px;
	height: 100px;
	background-color: #fff;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	border-style: none;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
}

#action {
	clear: left;
	width: 60px;
	padding-left: 400px;
}

h2 {
	padding-top: 130px;
	padding-left: 40px;
	color: #736d7c;
	font: 12px/16px Arial, Helvetica, Geneva, sans-serif;
	height: 30px;
}

#obligatoire {
	width: 480px;
	height: 20px;
	color: #f90f0d;
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	padding-left: 40px;
}

.gras {
	font-weight: bold;
}

.red {
	font-weight: bold;
	color: #ff0000;
}

#radio {
	color: #807A7F;
	font: 12px/16px Helvetica, "Trebuchet MS", sans-serif;
	height: 24px;
	margin-bottom: 3px;
}

/* @group fValidator */

.fValidator-form fieldset {
	border: 1px solid #ccc;
	padding: 10px;
}

.fValidator-form legend {
	padding: 0 5px;
}

.fValidator-form input, select {
	font-family: Arial;
	color: #666;
}

.fValidator-form input {
	padding: 2px;
}

.full {
	width: 100%;
}

.half {
	width: 50%;
	vertical-align: top;
}

.fValidator-msg {
		color: #c00;
		font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
}



/* @end */