/* 				FORMULAIRES										*/
.inputForm{
	border:1px solid #056eac;
	background-color:#ebf8fe;
	width:140px;
	font-family:arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
  height:16px;	/*margin-top:2px;*/
  line-height: normal;
  padding: 0;
  margin: 0;
}
.inputFormOver{
	border:1px solid #666;
	background-color:#fff;
	width:140px;
	font-family:arial, Helvetica, sans-serif;
  font-size: 12px;
	color: #333333;
	height:16px;
	/*margin-top:2px;*/
  line-height: normal;
  padding: 0;
  margin: 0;

}
select{
	background-color:#e9e8e8 !important;
	background-color:#e9e8e8;
  border: 1px solid #056eab;
  color:#666666;
}
.button{
	border:1px solid #056eac;
	background-color:#ebf8fe;
  color: #000;
  font-weight: bold;
	width:65px;
	font-size: 12px;
	cursor:pointer;
}
.buttonOver{
	border:1px solid #666;
	background-color:#fff;
  color: #333333;
  font-weight: bold;
	width:65px;
	font-size: 12px;
	cursor:pointer;
}
.button1{
	border:1px solid #0772b8;
	background-color:#0096e6;
  height: 16px;
  color: #fff;
  font-weight: bold;
	width:60px;
	font-size: 12px;
	cursor:pointer;
}
.button1Over{
	border:1px solid #e15800;
	background-color:#fc871d;
  height: 16px;
  color: #fff;
  font-weight: bold;
	width:60px;
	font-size: 12px;
	cursor:pointer;
}
/*
#frmContact{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:500px;
	border:1px solid #ffffff;
	background:#2B2B2B;
}
*/
#frmContact1{
  background: url(../images/contact/bg-form.gif) left top no-repeat;
	font-family:arial, Helvetica, sans-serif;
  display: table;
  color: #666;
  height: 300px;
	border:0px solid #056eab;
}
#frmEtudeFinanciere{
/*  background: url(../images/contact/bg-form.gif) left top no-repeat;*/
	font-family:arial, Helvetica, sans-serif;
  display: block;
  color: #666;
  height: 100%;
	border: 1px solid #ffa206;
	background-color: #ebf8fe;
  display: table;
}

.petit{
  text-align:left;
}
#text_contact{
	float:left;
	width:190px;
  font-weight:normal;
  padding-left:0px;
}
.mail_label{
	width:105px;
	float:left;
  color: #00005b;
	display:inline;
	padding-left:5px;
	font-weight:normal;
}
.mail_label1{
	width:90px;
	float:left;
  color: #00005b;
	display:inline;
	padding-left:5px;
	font-weight:normal;
}
.mail_input{
	width:140px;
	float:left;
}
.mail_input1{
  float: left;
}
.mail_label5{
	width:105px;
	float:left;
  color: #666;
	display:block;
	padding-left:5px;
	font-weight:normal;
}
.mail_label6{
	width:75px;
	float:left;
  color: #666;
	display:inline;
	padding-left:5px;
	font-weight:normal;
}
.mail_input5{
	width:140px;
	float:left;
}
.mail_input6{
  float: left;
}