/*------------ newsletter ------------------*/
.inputForm
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: #000;
    border: solid 1px #1c4a08;
	color: #43620e;
    padding: 2px 5px 0px 10px;
	width:189px;
    float:left;
	height:17px;
}
.inputFormOver
{
    font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: #000;
    border: solid 1px #43620e;
	color: #779d51;
    padding: 2px 5px 0px 10px;
	width:189px;
    float:left;
	height:17px;
}
.ok
{
	background: url(images/ok.jpg) no-repeat top right;
   	width: 36px;
	height: 21px;
    float:right;
    border: none;
}
.ok-over
{
	background: url(images/ok-over.jpg) no-repeat top right;
	width: 36px;
	height: 21px;
    float:right;
    border: none;
    cursor: pointer;
}

.formular
{
  clear:both;
  line-height:14px;

  float:right;
  padding:10px 10px;
  margin:10px 0px 10px 0;
  font-family:Arial, Helvetica, sans-serif;
  border: solid 1px #084808;
}

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

/* contact */
.maillabel{
    clear:both;
	font-size: 12px;
	font-weight: normal;
	float:left;
	height:20px;
	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 #055905;
	margin-top:7px;
	background:#000;
	color: #fff;
    padding: 2px 2px 0px 3px;
    width:160px;
	height:17px;
    float:left;
}
.inFormOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border:solid 1px #eec43f;
	margin-top:7px;
	background: transparent;
	color: #fff;
    padding: 2px 2px 0px 3px;
    width:160px;
	height:17px;
    float:left;
}

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

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

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

.title-oblig
{
  font-size:11px;
  padding-top:8px;
  color:#d5d5d5;
  text-align:left;
  padding-left:145px;
}

.mail-send
{
    float:left;
    padding-left:170px;
}
.mail-reset
{
  float:left;
  padding:0px 20px 0 20px;
}
