/*------------ newsletter ------------------*/
.inForm
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
   	background: #fbf6ee;
	color: #7d081d;
    padding: 2px 5px 0px 10px;
    width:235px;
    margin-right:3px;
    float:left;
	height:15px;
    border: solid 1px #917547;
}
.inFormOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: #fff;
	color: #120d04;
    padding: 2px 5px 0px 10px;
	width:235px;
    margin-right:3px;
    float:left;
	height:15px;
    border: solid 1px #917547;
}
.ok
{
	background: url(images/ok.jpg) no-repeat top right;
    width: 31px;
	height: 19px;
    float:left;
    border: none;
}
.ok-over
{
	background: url(images/ok-over.jpg) no-repeat top right;
	width: 31px;
	height: 19px;
    float:left;
    border: none;
    cursor: pointer;
}

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

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

/* contact */
.mail-label{
    clear:both;
	font-size: 12px;
	font-weight: normal;
	float:left;
	height:20px;
	color:#745826;
	width:80px;
    padding-right:0px;
	margin-top:5px;
    text-align: left;
}
.inputForm
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/*border:solid 1px #c8ad80;*/
    border:none;
	margin-top:1px;
	background:#ccbda4;
	color: #44260a;
    padding: 2px 2px 0px 3px;
    width:162px;
	height:18px;
    float:left;
}
.inputFormOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border:solid 1px #a9384c;
	margin-top:1px;
	background: transparent;
	color: #640517;
    padding: 1px 2px 1px 3px;
    width:160px;
	height:16px;
    float:left;
}
.inputCapa
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/*border:solid 1px #c8ad80;*/
    border:none;
	margin-top:8px;
	background:#ccbda4;
	color: #44260a;
    padding: 2px 2px 0px 3px;
    width:82px;
	height:19px;
    float:left;
}
.inputCapaOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border:solid 1px #a9384c;
	margin-top:8px;
	background: transparent;
	color: #640517;
    padding: 2px 2px 0px 3px;
    width:80px;
	height:17px;
    float:left;
}
.buttonE
{
    background: url(../../images/charte/envoyer.jpg) no-repeat top left;
	border: none;
    width: 69px;
	height: 19px;
}

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

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

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

.mail-send
{
    float:right;
    padding-top:10px;
}
.mail-reset
{
  float:right;
  padding:10px 20px 0 10px;
}
#capatcha
{
    float:left;
    padding-left:70px;
}
