/* ===| FORMS |============================================*/
/*---------------------contact--------------------------------*/
.form-left{
  width: 210px;
  padding:0px;
  float: left;
}

.form-left div{float: left; width: 100%; margin-bottom: 8px;}
.form-left  p{float: left; text-align: left; width: 60px; height: 20px;}

.mail_input{
	margin-bottom: 5px;
    margin-left:60px;
    color:#E66D6A !important;

}

.ipt-contact{
	background-color: transparent;
	border: 1px solid #7F1613;
    width: 146px;
	height: 17px;
	font-size: 11px;
    font-family: Tahoma, verdana, arial;
	color: #B9B9B9;
	padding: 1px 0px 0px 2px;
	float: left;
}

.ipt-contact-hover{
	background-color: #171717;
	border: 1px solid #363636;
    width: 146px;
	height: 17px;
    font-size: 11px;
    font-family: Tahoma, verdana, arial;
	color: #ffffff;
    font-weight:bold;
	padding: 1px 0px 0px 2px;
	float: left;
}

.btn-contact{
	width: 95px;
	height: 20px;
	border: none;
	cursor: pointer;
    padding-top:0px;
    background-color: #450807;
    font-family:tahoma;
    border: 1px solid #AA0201;
    color:#ffffff;

}
.btn-contact-hover{
    width: 95px;
	height: 20px;
	border: none;
	cursor: pointer;
    padding-top:0px;
    background-color: #000000;
    font-family:tahoma;
    border: 1px solid #AA0201;
    color:#E66D6A;
}

.requis {color:#E33F3D;}