/* ===| FORMS |============================================*/
/*----------------------| mailing liste |----------------------*/
.inForm
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #DBCE70;
	width:178px;
    float:left;
	height:18px;
    padding-left: 4px;
    background: url(../images/charte/bg-email.jpg) no-repeat top left;
	margin-right:1px;
}


.inFormOver
{
    font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #5EAD43;
	width:178px;
    float:left;
	height:18px;
    padding-left:4px;
    background: url(../images/charte/bg-email-over.jpg) no-repeat top left;
	margin-right:1px;
}
.buttonOK
{
    border:none;
	background: url(../images/charte/button-news.jpg) no-repeat top left;
	width: 26px;
	height: 18px;
	float:left;
    cursor: pointer;
}
.buttonOKover
{
    border:none;
	background:  url(../images/charte/button-news-over.jpg) no-repeat top left;
    width: 26px;
	height: 18px;
	cursor: pointer;
}

/*--------------------------vehicules--------------------------*/
.combo{
  border:none;
  width:100px;
  height:18px;
  border:1px solid #E0C600;
  background-color: #000000;
  color:#ffffff;
  margin-right:18px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.recherche{
  background: url(../images/vehicules-motos/button-rechercher.jpg);
  width:106px;
  height:19px;
  border:none;
  cursor: pointer;
}
.rechercheOver{
  background: url(../images/vehicules-motos/button-rechercher-over.jpg);
  width:106px;
  height:19px;
   border:none;
  cursor: pointer;
}
.button-annonce{
  background: url(../images/vehicules-motos/button-annonce.jpg);
  width:178px;
  height:19px;
  border:none;
  cursor: pointer;
}
.button-annonceOver{
  background: url(../images/vehicules-motos/button-annonce-over.jpg);
  width:178px;
  height:19px;
   border:none;
  cursor: pointer;
}
/*---------------------contact--------------------------------*/
.form-left{
  width: 280px;
  padding:0px;
  float: left;
}
.form-input{
  width: 200px;
  padding:0px;
  float: left;
}
.form-left div{float: left; width: 100%; margin-bottom: 8px;}
.form-input div{float: left; width: 100%; margin-bottom: 4px;}
.form-left  p{float: left; text-align: left; width: 70px; height: 20px;}
.mail-input{
	float:left;
	margin-bottom: 5px;
}

.ipt-contact{
	background-color: transparent;
	border: 1px solid #A18F02;
    width: 200px;
	height: 17px;
	font-size: 11px;
    font-family: verdana, arial;
	color: #B9B9B9;
	padding: 1px 0px 0px 2px;
	float: left;
}

.ipt-contact-hover{
	background-color: transparent;
	border: 1px solid #154A02;
    width: 200px;
	height: 17px;
    font-size: 11px;
    font-family: verdana, arial;
	color: #ffffff;
    font-weight:bold;
	padding: 1px 0px 0px 2px;
	float: left;
}

.mail_input{
  color:#B9B9B9;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;


}

.btn-contact{
	width: 83px;
	height: 19px;
	border: none;
	cursor: pointer;
    background: url(../images/contact-merci/button-envoyer.jpg) no-repeat left top;
}
.btn-contact-hover{
    width: 83px;
	height: 19px;
	border: none;
	cursor: pointer;
    background: url(../images/contact-merci/button-envoyer-over.jpg) no-repeat left top;
}

.btn-retablir{
	width: 83px;
	height: 19px;
	border: none;
	cursor: pointer;
    background: url(../images/contact-merci/button-retablir.jpg) no-repeat left top;
}
.btn-retablir-hover{
    width: 83px;
	height: 19px;
	border: none;
	cursor: pointer;
    background: url(../images/contact-merci/button-retablir-over.jpg) no-repeat left top;
}
.mail-comment{
    clear:both;
	font-size: 11px;
    text-align: center;
    padding:0px 0 4px 0;
}
.requis {color:#E0C600;}