.input-holder
{
  float:left;
}

/* contact */
.inputForm
{
	font-family:Arial;
	font-size: 11px;
	font-weight: normal;
    border:solid 1px #ccdaf0;
	margin-top:8px;
	background-color:#eaf0f9;
	color: #000000;
    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 #00358b;
	margin-top:8px;
	background: #2863c3;
	color: #add0ff!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 #ccdaf0;
	margin-top:2px;
	background-color:#eaf0f9;
	color: #000000;
    padding: 3px 8px 0px 8px;
    width:500px;
	height:20px;
    float:left;
}

.inputForm1Over
{
	font-family:Arial;
	font-size: 11px;
	font-weight: normal;
    border:solid 1px #00358b;
	margin-top:2px;
	background: #2863c3;
	color: #add0ff;
    padding: 3px 8px 0px 8px;
    width:500px;
	height:20px;
    float:left;
}

.inForm
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
    border:solid 1px #a7a7a7;
	margin-top:5px;
	background: transparent;
	color: #333;
    padding: 2px 4px 0px 4px;
    width:190px;
	height:54px;
    float:left;
}

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

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

.buttonRover
{
    background: url(../../images/charte/retablir-over.jpg) no-repeat top left;
	border: none;
    width:65px;
	height: 23px;
    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 230px 180px;
	
}
.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;
	}

	.mercidiv a {
		font-family:Arial;
		font-size:12px;
		color: #1b56b6;
		font-weight:bold;
		text-decoration:none;
	}
	.mercidiv a:hover{
		color:#ca0000;
		text-decoration: underline;
	}
