/*----------------------| newsletter |----------------------*/
.inputForm
{
    background: #fff;
	color: #422400;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    border:none;
    padding: 3px 9px 0px 9px;
	width:172px;
    float:right;
	height:17px;
    margin-right:5px;
}
.inputFormOver
{
	background: #fefac4;
    color: #2d1b05;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    border:none;
    padding: 3px 9px 0px 9px;
	width:172px;
    float:right;
	height:17px;
    margin-right:5px;
}
.buttonOK
{
	background: url(images/ok.jpg) no-repeat top left;
	width: 29px;
	height: 20px;
    float:right;
    border: none;
}
.buttonOKover
{
	background: url(images/ok-over.jpg) no-repeat top left;
	width: 29px;
	height: 20px;
    float:right;
    border: none;
	cursor: pointer;
}

/* ===| contact |============================================*/

.formular
{
  clear:both;
  line-height:14px;
  width:590px;
  float: left;
  padding:10px 10px;
  font-family:Arial, Helvetica, sans-serif;

}

.input-holder
{
  float:left;
  font-size: 11px;
}

/* contact */
.maillabel{
    clear:both;
	font-size: 12px;
	font-weight: normal;
	float:left;
	height:20px;
	color:#4d3c28;
	width:80px;
    padding-right:0px;
	margin-top:10px;
    text-align: left;
}
.inForm
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border:solid 1px #fcdd48;
	margin-top:7px;
	background:#fcdd48;
	color: #4c2f08;
    padding: 2px 2px 0px 3px;
    width:180px;
	height:17px;
    float:left;
}
.inFormOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border:solid 1px #ff9e11;
	margin-top:7px;
	background: #ffffff;
	color: #000;
    padding: 2px 2px 0px 3px;
    width:180px;
	height:17px;
    float:left;
}

.buttonE
{
    background: url(../../images/charte/envoyer.jpg) no-repeat top left;
	border: none;
    width: 89px;
	height: 25px;
}

.buttonEover
{
    background: url(../../images/charte/envoyer-over.jpg) no-repeat top left;
	border: none;
    width: 89px;
	height: 25px;
    cursor: pointer;
}
.buttonR
{
    background: url(../../images/charte/retablir.jpg) no-repeat top left;
	border: none;
    width: 89px;
	height: 25px;
}

.buttonRover
{
    background: url(../../images/charte/retablir-over.jpg) no-repeat top left;
	border: none;
    width: 89px;
	height: 25px;
    cursor: pointer;
}

.title-oblig
{
  font-size:11px;
  padding-top:8px;
  padding-left:10px;
  color:#4c2f08;
  float:left;
  width:50%;
  text-align:left;
}

.mail-send
{
    float:right;
}
.mail-reset
{
  float:right;
  padding:0px 20px 0 10px;
}
.couleur
{
  color:#d2790d;
}
