/** Formulaire **/	

body{
    margin:0;
    padding:0;
    font-family: "Lato",Verdana;
}

#formulaire h2{
    font-size: 14px;
    color: #be2b35;
    padding-left: 30px;
    margin-top: 7px;
    margin-bottom: 20px;
    text-align: center;
	text-transform:uppercase;
}

.contact 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;
    clear: both;
    width: 90%;
}

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

#formulaire p {
    font-size: 14px;
    margin:5px 0;
    color: #5c6673;
    /* width: 100%; */
}

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

#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;
}
.error-login{
    color: red;
    float: left;
    *font-size: 14px;
}