/* ===| FORMS |============================================*/
/*---------------------contact--------------------------------*/
.form-left{
  display:inline;
  width: 275px;
  padding:0px;
  float: left;
  margin-right:20px;

}

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

.ipt-contact{
	background-color: #F5FCFE;
	border: 1px solid #BCEAF9;
    width: 200px;
	height: 17px;
	font-size: 11px;
    font-family: arial;
	color: #000000;
	padding: 1px 0px 0px 2px;
	float: left;
}

.ipt-contact-hover{
	background-color: #DEF3FB;
	border: 1px solid #1368A9;
    width: 200px;
	height: 17px;
    font-size: 11px;
    font-family:arial;
	color: #0D5E9D;
	padding: 1px 0px 0px 2px;
	float: left;
}


.btn-contact{
	width: 88px;
	height: 18px;
    padding-bottom:2px;
	border: none;
	background-color: #DFF3FC;
	font-family: arial, Helvetica, sans-serif;
    font-weight: bold;
	letter-spacing: 1px;
	color: #216EA1;
	cursor: pointer;
}
.btn-contact-hover{
    width: 88px;
	height: 18px;
    padding-bottom:2px;
	background-color: #51C2E6;
    border:none;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	cursor: pointer;
}
.mail-comment{
    clear:both;
	font-size: 11px;
    text-align: center;
    padding:10px 0 4px 0;
}
.requis {color: #0D5E9D;}