@charset "UTF-8";
/* CSS Document */

#DivFdForm {
background-repeat:no-repeat;
height:0px;
padding-left:0px;
padding-top:0px;
}

.DivForm {
  border: 0px #ccc solid;
  padding-top: 10px;
  width: 400px !important;
  margin-left:0px;
  margin-top:0px;
 
}

.DivForm .label {
  display: block;
  float: left;
  width: 150px;
  text-align: right;
  margin-right: 5px;
}

.DivForm .DivLigne {
  padding: 5px 0;
  clear: both;
  width: 500px;
}

.DivForm label.error {
font-size: 11px; 
margin-right: 50px;
width:350px;
padding-top:5px;
padding-left:154px;
color: red;
float: left;
}

#DivForm p { clear: both; }

.DivForm input[type=text], select {
  width: 200px;
  float: left;
    background-color:#FFF;

}

.DivForm input.error, textarea.error { border: 2px dotted red;}

.DivForm textarea {
  height: 100px;
  width: 200px;
  float: left;
  background-color:#FFF;
}

.DivForm input[type=submit] {
 
	width:76px;
	float:left !important;
  	margin-left: 290px;
  	margin-top: 0px;
  	text-align:left;
 
	display: block;
	height: 17px;
	
	padding-left: 15px;
  	background: url(../../_template/formages-du-marche/images/BoutonEnvoyer.png) no-repeat ;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000;
	border: none;
}

.DivForm .InputCaptcha {
  height:30px;
  width:150px; 
  float:left; 
  margin:10px 0px 0px 15px !important;
  
  
}

.DivForm .ImageCaptcha {
	display: block;
	float:left;
	margin-left: 40px;
	margin-top: 0px;
}

.DivForm .ErrorCaptcha {
font-size: 11px; 
margin-right: 10px;
width:350px;
padding-top:0px;
padding-left:154px;
color: red;
float: left;
visibility:hidden;
}

.DivForm  select {
width: auto;
margin-right:100px;
}