/* 				FORMULAIRES										*/
.inputForm{
	border:1px solid #ffeccb;
	background-color:#ffb12b;
	width:120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #8b0604;
  height:16px;
	margin-top:0px;
}
.inputFormOver{
	border:1px solid #ff9c00;
	background-color:#fffcf8;
	width:120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	height:16px;
	margin-top:0px;
}
select{
	background-color:#001938 !important;
	background-color:#001938;
  color:#ffffff;
}
.button{
	border:1px solid #fecd77;
	background-color: #700100;
  font-weight: bold;
	width:65px;
	font-size: 12px;
	cursor:pointer;
  color: #ffb12b;
}
.buttonOver{
	border:1px solid #fecd77;
	background-color: #e81414;
  font-weight: bold;
  color: #fff;
	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{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:490px;
/*
	border:1px solid #c7c7c7;
	background:#1b1b1b;
*/
}
.petit{
  text-align:left;
}
#text_contact{
	float:left;
	width:190px;
  font-weight:normal;
  padding-left:0px;
}
.mail_label{
	width:80px;
	float:left;
	display:inline;
	padding-left:5px;
	font-weight:normal;
}
.mail_label1{
	width:90px;
	float:left;
	display:inline;
	padding-left:5px;
	font-weight:normal;
}
.mail_input{
	width:120px;
	float:left;
}
.mail_input1{
	width:110px;
  float: left;
}
.mail_input2{
	width:300px;
  float: left;
}
