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

/* ---------------- Recherche ------------------*/

.select {
	background-color: #FFFFFF;
  border: 1px solid #d63a10;
	color: #000000;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
}

.btn-recherche{
 width: 124px;
	height: 20px;
	border-top: 1px solid #f3cb0b;
	border-left: 1px solid #f3cb0b;
	border-bottom: 1px solid #d53910;
	border-right: 1px solid #d53910;
	background-color: #fff2de;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #d53710;
	cursor: pointer;
}
.btn-recherche-hover{
  width: 124px;
	height: 20px;
	border-top: 1px solid #d53910;
	border-left: 1px solid #d53910;
	border-bottom: 1px solid #f3cb0b;
	border-right: 1px solid #f3cb0b;
	background-color: #fff2de;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #000000;
	cursor: pointer;
}


/* ---------------- Contact ------------------*/
#form-contenu {
  width: 630px;
}

#form-contenu .form-left { width: 250px; float: left;}
#form-contenu .form-right { width: 250px; float: left;}

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

.ipt-contact{
	background-color: #E6DCD3;
	border: 1px solid #242423;
  width: 150px;
	height: 17px;
  font-family: arial;
	font-size: 12px;
	color: #492100;
	padding: 1px 0px 0px 1px;
	float: left;
}

.ipt-contact-hover{
	background-color: #F5EEE8;
	border: 1px solid #242423;
  width: 150px;
	height: 17px;
  font-family: arial;
  font-size: 12px;
	color: #492100;
	padding: 1px 0px 0px 1px;
	float: left;
}
.check input{
  width: 14px;
	height: 13px;
	color: #000;
	margin: 0px 5px 0px 90px;
	float: left;
}

#buttons-contact{
	text-align: center;
  width: 95%;
}

.btn-contact{
	width: 99px;
	height: 28px;
	cursor: pointer;
  background:url(../images/envoyer.jpg) no-repeat;
  border: none;
}
.btn-contact1{
	width: 99px;
	height: 28px;
	cursor: pointer;
  background:url(../images/effacer.jpg) no-repeat;
  border: none;
}
.btn-contact-hover{
  width: 99px;
	height: 28px;
	cursor: pointer;
  background:url(../images/envoyer-over.jpg) no-repeat;
  border: none;
}
.btn-contact1-hover{
  width: 99px;
	height: 28px;
	cursor: pointer;
  background:url(../images/effacer-over.jpg) no-repeat;
  border: none;
}

.form-left div, .form-right div {float: left; width: 100%; margin-bottom: 2px;}
.form-left p, .form-right p {float: left; width: 90px; padding-bottom: 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;}

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