/*********************************************/
/**** L'agence de referencement ****/
/**** css ****/

#devis_container {
	width:830px;
	margin:auto;
	font-size:15px;
}

p.intro {
	text-align:justify;
	margin-bottom:40px;
}

h3 {
	font-size:24px;
	color:#b22f2f;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #b9b9b9;
}

#contactd {
	border-top:1px solid #fff;
	padding-top:20px;
}

.devisbox {
	width:610px;
	margin:auto;
	font-size:14px;
}

.devis_line {
	margin:0 0 3px 0;
}
.devis_textarea_line {
	margin:30px 0;
}
.button_line {
	text-align:center;
}

.devis_line label {
	display:inline-block;
	width:323px;
}

.devisbox input.type-text {
	background:url("../image/design/bg_inputs.gif") repeat-x #c4c4c4;
	border:1px solid #a1a1a1;
	width:280px;
	color:#353434;
}

.short_type label {
	width:257px;
}
.short_type input {
	width:345px;
	background:url("../image/design/bg_inputs.gif") repeat-x #c4c4c4;
	border:1px solid #a1a1a1;
	color:#353434;
}

.devisbox input .type-submit {

}

/*select { -webkit-appearance: none; }*/
.devisbox select {
	width:347px;
	background:url("../image/design/bg_inputs.gif") repeat-x;
	background:#c4c4c4;
	border:1px solid #a1a1a1;
	color:#353434;
}

.devisbox textarea {
	width:610px;
	height:175px;
	background:url("../image/design/bg_inputs.gif") repeat-x #c4c4c4;
	border:1px solid #a1a1a1;
	color:#353434;
	overflow:auto;
}


h3.message_ok {
	color:#31af10;
}

#message_conf {
	border-top:1px solid #fff;
	padding-top:10px;
}
