/** Formulaire **/	

.contact h1, #formulaire h1  {
    color: #484E57;
    margin-top: 20px;
    margin-left:0;
    width: inherit;
    text-align: left;
}

.contact p, .devis p{
    font-size: 14px;
    color: #5c6673;
    padding-right: 20px;
    text-align: justify;
    color: #5c6673;
}

.field_error {
	background-color: #ffd1c3;
}
.label_error {
    color: #a50021;
    font-weight: bold;
}
.cmessage{
	font-size:14px; 
	font-weight:bold; 
	text-align:center; 
	color:#090}

#formulaire {
    float:left;
    margin-bottom:50px;
    clear: both;
    width: 100%;
}

#formulaire hr {
    border:0;
    padding-bottom:5px;
}

#formulaire fieldset {
    border:1px solid #CACACA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    margin-bottom:10px;

}
#formulaire legend {
    padding:0 10px;
    color: #205DB9;
}

#formulaire label {
    display:block;
    float:left;
    width: 43%;
    padding-top: 5px;
    text-align: right;
    padding-right: 10px;
}

#formulaire p {
    font-size: 14px;
    margin:5px 0;
    color: #5c6673;
}

#formulaire input[type=text] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    padding:5px;
    border:1px solid #999;
    width: 50%;
	font-size: 14px;
    color: #5c6673;
}

#formulaire select {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    padding:5px;
    border:1px solid #999;
    width:300px;
    font-size: 14px;
    color: #5c6673;
}

#formulaire textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    padding:5px;
    border:1px solid #999;
    
	width: 50%;
    font-size: 14px;
    height:150px;
    color: #5c6673;
	font-family: 'Lato', Arial;
}

#formulaire textarea[name=description] {
    width:288px;
}

#formulaire textarea[name=addr] {
    width:288px;
    height:30px;
}

#formulaire input[type=button] {
		margin-top:20px;
		height:50px;
		width:100px;
		color:#FFF;
		border:1px solid #132134;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		text-transform:uppercase;
		cursor: pointer;
		transition: all 0.5s;
		-webkit-transition: all 0.5s; 
		box-shadow: 1px 1px 3px #BBB;
		background-color: #be2b35;
}

#formulaire input[type=button]:hover {
    color:#d4dbe4;
}
