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

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

#recherche .select {
	background-color: #FFFFFF;
  border: 1px solid #d2c1db;
	float:left;
	font-size: 0.9em;
	margin-bottom: 6px;
  width: 100px;
}
#recherche p{
  float:left; width:79px;
}

.button-submit{
  float: left;
  text-align:center;
  padding-left: 37px;
  padding-bottom: 5px;
}

.submit{
	cursor:pointer;
	color: #ffffff;
	height:23px;
	text-align: center !important;
	width:110px;
	background-color: #681020;
 	}
.submitover{
	color: #ffffff;
	cursor:pointer;
	height:23px;
	width:110px;
	background-color: #8D162C;
	}


#recherche .radio { width: 10px; height: 10px; font-size: 0.9em;}

.ipt-recherche {
	height: 12px;
	border: 1px solid #d2c1db;
	background: #FFFFFF;
	font-size: 1em;
	color: #000000;
}
.ipt-recherche-hover{
	height: 12px;
	border: 1px solid #80367F;
	background: #FFFFFF;
	font-size: 1em;
	color: #000000;
}

.btn-recherche{
  width: 129px;
	height: 18px;
	border: 0px;
	background: url(../images/charte/btn-recherche.gif) left top no-repeat;
	cursor: pointer;
}
.btn-recherche-hover{
  width: 129px;
	height: 18px;
	border: 0px;
	background: url(../images/charte/btn-recherche-hover.gif) left top no-repeat;
	cursor: pointer;
}


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

.btn-envoyer{
	width: 75px;
	height: 20px;
	border:none;
	background: url(../images/charte/envoyer.jpg) left top no-repeat;
	cursor: pointer;
}
.btn-envoyer-hover{
	width: 75px;
	height: 20px;
	border:none;
	background: url(../images/charte/envoyer-over.jpg) left top no-repeat;
	cursor: pointer;
}

.btn-retablir{
	width: 75px;
	height: 20px;
	border: none;
	background: url(../images/charte/retablir.jpg) left top no-repeat;
	cursor: pointer;
}
.btn-retablir-hover{
	width: 75px;
	height: 20px;
	border:none;
	background: url(../images/charte/retablir-over.jpg) left top no-repeat;
	cursor: pointer;
}
/**/
#form-contenu br{
	clear: both;
	padding: 0px;
	margin: 0px;
	line-height: 10px;
	height: 10px;
}

.mail-input{
	float:left;
	margin-bottom: 1px;
  padding-bottom: 10px;
}

.ipt-contact{
  background-color: #FCEDEF;
	border: 1px solid #CCAAB2;
  width: 150px;
  font-weight: normal;
  font-size: 11px;
  font-family: Verdana;
	color: #681020;
	height: 18px;
	padding-left: 1px;
}

.ipt-contact-hover{
 background-color: #FFDBA7;
	border: 1px solid #EAC29A;
  width: 150px;
	height: 18px;
  font-weight: normal;
  font-size: 11px;
  font-family: Verdana;
	color: #681020;
	padding-left: 1px;
}
.check{
  width: 13px;
	height: 12px;
	color: #000;
	margin-right: 5px;
}

#buttons-contact{
  width: 100%;
	text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-contenu-int {
    padding-left: 10px;
    padding-top: 10px;
    }
.form-left {
    width: 250px;
    float: left;
    padding-top: 20px;
    }
.form-right {
    width: 250px;
    float: left;
    padding-top: 20px;
    }

#form-contenu p{
	float: left;
	padding-bottom: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	text-align: left;
  background-color: green;
}
.form-left p {
  width: 75px;
  float: left;

  }
.form-right p {
  width: 75px;
  float: left;
  }

div.form-left p.detail, div.form-right p.detail{
    width: 100%;
    float: none;
    }

.form-left p.sujet{
    float: left;
    text-align: left;
    padding-left: 70px;
    width: 170px;
    height: 15px;
    }
.form-right p.sujet{
    float: left;
    text-align: left;
    padding-left: 75px;
    width: 150px;
    height: 15px;
    }

.requis {color:#FF0000;}
p.mail-comment{
	color: #681020;
	text-align: center;
	font-size: 0.9em;
}
/*#recherche .form-row .form-row-int { padding: 5px 3px; width: 100px; background-color:red;}       */
