/** Formulaire **/	



h1, h2, h3, h4 ,p {
    font-family: 'Roboto Slab';
    font-weight:normal;
}



#formulaire h1  {
    color: #1495c9;
    font-weight: normal;
    font-size: 22px;
    margin-top: 0;
    margin-left:0;
    width: inherit;
    text-align: center;

}

.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;
    
}


#formulaire label {
    display:block;
    float:left;
    width: 190px;
    padding-top:6px;
    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:200px;
	font-size: 14px;
    color: #5c6673;
}

#formulaire input[type=button] {
    margin-top:20px;
    background-color:#1495c9;
    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;
}

#formulaire input[type=button]:hover {
    color:#d4dbe4;
}