.input-holder
{
  float:left;
}

/* contact */
.inputForm
{
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
    border:solid 1px #edbd56;
	margin-top:8px;
	background-color:#fbd889;
	color: #010101;
    padding: 3px 8px 0px 8px;
    width:240px;
	height:18px;
    float:left;
}

.inputFormOver
{
	font-family:Arial;
	font-size: 12px;
	font-weight: normal!important;
    border:solid 1px #774e0c;
	margin-top:8px;
	background: #9b6816;
	color: #ffffff!important;
    padding: 3px 8px 0px 8px;
    width:240px;
	height:18px;
    float:left;
}

.inputForm1
{
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
    border:solid 1px #edbd56;
	margin-top:2px;
	background-color:#fbd889;
	color: #010101;
    padding: 3px 8px 0px 8px;
    width:520px;
	height:30px;
    float:left;
}

.inputForm1Over
{
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
    border:solid 1px #774e0c;
	margin-top:2px;
	background: #9b6816;
	color: #ffffff;
    padding: 3px 8px 0px 8px;
    width:520px;
	height:30px;
    float:left;
}

.buttonE
{
    background: url(../../images/charte/envoyer.jpg) no-repeat top left;
	border: none;
    width:104px;
	height: 36px;
}

.buttonEover
{
    background: url(../../images/charte/envoyer-over.jpg) no-repeat top left;
	border: none;
    width:104px;
	height:36px;
    cursor: pointer;
}
.buttonR
{
    background: url(../../images/charte/retablir.jpg) no-repeat top left;
	border: none;
    width:104px;
	height:36px;
}

.buttonRover
{
    background: url(../../images/charte/retablir-over.jpg) no-repeat top left;
	border: none;
    width:104px;
	height:36px;
    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 250px 220px;
	
}
.mercidiv
{
    width:100%;
	height:400px;
    text-align: center;
    padding-top:60px;
    font-size: 12px;
   	font-family: Arial;
	padding-bottom:15px;
}

	.mercidiv p{
		text-align:center;
		padding-top:10px;
		color:#010101;
	}

	.mercidiv a {
		font-family:Arial;
		font-size:12px;
		color: #5d3b07;
		font-weight:bold;
		text-decoration:underline;
	}
	.mercidiv a:hover{
		color:#edaf29;
		text-decoration: none;
	}

