.input-holder
{
  float:left;
}

/* contact */
.inputForm
{
	font-family:Arial;
	font-size: 11px;
	font-weight: normal;
    border:solid 1px #8e940b;
	margin-top:8px;
	background-color:#b4b858	;
	color: #333333;
    padding: 3px 8px 0px 8px;
    width:200px;
	height:18px;
    float:left;
}

.inputFormOver
{
	font-family:Arial;
	font-size: 11px;
	font-weight: normal!important;
    border:solid 1px #86ac4d;
	margin-top:8px;
	background: #91bb53;
	color: #4e662a!important;
    padding: 3px 8px 0px 8px;
    width:200px;
	height:18px;
    float:left;
}

.inputForm1
{
	font-family:Arial;
	font-size: 11px;
	font-weight: normal;
    border:solid 1px #8e940b;
	margin-top:2px;
	background-color:#b4b858;
	color: #333333;
    padding: 3px 8px 0px 8px;
    width:500px;
	height:20px;
    float:left;
}

.inputForm1Over
{
	font-family:Arial;
	font-size: 11px;
	font-weight: normal;
    border:solid 1px #86ac4d;
	margin-top:2px;
	background: #91bb53;
	color: #4e662a;
    padding: 3px 8px 0px 8px;
    width:500px;
	height:20px;
    float:left;
}

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

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

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

.mail-send
{
    float:right;
    padding-top:10px;
}
.mail-reset
{
  float:right;
  padding:10px 20px 0 10px;
}
#capatcha
{
    float:left;
    padding:5px 0 5px 0px;
}
#image-merci{
	width:100%;
	height:400px;
	background: url(../../images/charte/bg-merci.jpg) no-repeat 240px 180px;
	
}
.mercidiv
{
    width:623px;
	height:400px;
    text-align: center!important;
    padding-top:60px;
    font-size: 12px;
   	font-family: Arial;
	padding-bottom:15px;
	margin:0 auto;
}

	.mercidiv p{
		text-align:center!important;
		padding-top:10px;
		color:#45423c;
	}

	.mercidiv a {
		font-family:Arial;
		font-size:12px;
		color: #008c00;
		font-weight:bold;
		text-decoration:underline;
		text-align:center;
	}
	.mercidiv a:hover{
		color:#b9c015;
		text-decoration: none;
	}
