/* ===| FORMS |============================================*/

/* ---------------- Contact ------------------*/

.form-left { width: 160px; float: left;  }
.form-center { width: 250px; float: left;}
.form-left1 { width: 160px; float: left;}
.form-center1 { width: 250px; float: left;}

.mail-input{
	float:left;
	margin-bottom: 5px;
}

.ipt-contact{
	background-color: #963C22;
	border: 1px solid #963C22;
  width: 120px;
	height: 12px;
	color: #FCF4AC;
	padding: 1px 0px 0px 1px;
	float: left;
  font-family: verdana;
  font-size: 11px;
  margin-top: 2px;
}

.ipt-contact-hover{
	background-color: #AA5C45;
	border: 1px solid #AA5C45;
  width: 120px;
	height: 12px;
	color: #FCF4AC;
	padding: 1px 0px 0px 1px;
	float: left;
  font-family: verdana;
  font-size: 11px;
  margin-top: 2px;  
}
.ipt-contact1{
	background-color: #963C22;
	border: 1px solid #963C22;
  width: 90px;
	height: 12px;
	color: #FCF4AC;
	padding: 1px 0px 0px 1px;
	float: left;
  font-family: verdana;
  font-size: 11px;
}

.ipt-contact1-hover{
	background-color: #AA5C45;
	border: 1px solid #AA5C45;
  width: 90px;
	height: 12px;
	color: #FCF4AC;
	padding: 1px 0px 0px 1px;
	float: left;
  font-family: verdana;
  font-size: 11px;
}
.check input{
  width: 14px;
	height: 13px;
	color: #000;
	margin: 0px 5px 0px 0px;
	float: left;
}

#buttons-contact{
  width: 100%;
	text-align: center;
  clear: both;
}

.btn-contact{
	width: 94px;
	height: 26px;
  background: url(../images/charte/envoyer.jpg) no-repeat;
  border: 0;
	cursor: pointer;
}
.btn-contact-hover{
  width: 94px;
	height: 26px;
  background: url(../images/charte/envoyer-over.jpg) no-repeat;
  border: 0;
	cursor: pointer;
}

.btn-contact1{
	width: 94px;
	height: 26px;
  background: url(../images/charte/effacer.jpg) no-repeat;
  border: 0;
	cursor: pointer;
}
.btn-contact1-hover{
  width: 94px;
	height: 26px;
  background: url(../images/charte/effacer-over.jpg) no-repeat;
  border: 0;
	cursor: pointer;
}

.form-left1 div, .form-right1 div, .form-center div {float: left; width: 100%; margin-bottom: 2px;}
.form-left div, .form-right div, .form-center div {float: left; width: 100%; margin-bottom: 2px;height:25px;}

.form-left1 p, .form-right1 p, .form-center p {float: left; width: 90px; padding-bottom: 0px;}
.form-left p, .form-right p, .form-center p {float: left; width: 100px; padding-bottom: 0px;margin:0px;}

#form-contenu .form-left .sujet p{float: left; text-align: left; padding-left: 75px; width: 180px; height: 25px;}
#form-contenu .form-right .sujet p{float: left; text-align: left; padding-left: 91px; width: 160px; height: 25px;}
#form-contenu .form-center .sujet p{float: left; text-align: left; padding-left: 91px; width: 160px; height: 25px;}

.requis {color: #d53710;}
#form-contenu p.mail-comment{
	color: #000;
	text-align: center;
	font-size: 11px;
}
