/* 				FORMULAIRES										*/
.inputForm{
	border:1px solid #a09c99;
	background-color:#113854;
	width:120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #f6f6f6;
  height:16px;
	margin-top:2px;
}
.inputFormOver{
	border:1px solid #fff;
	background-color:#206497;
	width:120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fcfcfd;
	height:16px;
	margin-top:2px;
}
.button{
	border:1px solid #a09c99;
	background-color:#113854;
  color: #f6f6f6;
  font-weight: bold;
  width:65px;
  font-size: 12px;
  cursor:pointer;
}
.buttonOver{
	border:1px solid #fff;
	background-color:#206497;
  color: #fcfcfd;
  font-weight: bold;
  width:65px;
  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.jpg) left top no-repeat;
	font-family:Arial, Helvetica, sans-serif;
  display: table;
	font-size:12px;
	width:460px;
  height: 388px;
	border:0px solid #87b2c7;
}
#frmContact2{
	font-family:Arial, Helvetica, sans-serif;
  display: table;
	font-size:12px;
	border:1px solid #020353;
	background:#fff;
}
.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:110px;
	float:left;
}
.mail_input1{
  float: left;
}
.mail_label5{
	width:75px;
	float:left;
	display:inline;
	padding-left:5px;
	font-weight:normal;
}
.mail_label6{
	width:75px;
  color: #fff;
	float:left;
	display:inline;
	padding-left:5px;
	font-weight:normal;
}
.mail_input5{
	width:90px;
	float:left;
}
.mail_input6{
  float: left;
}
