.input-holder
{
  float:left;
}

/* contact */
.inputForm
{
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
    border:solid 1px #ffb563;
	margin-top:8px;
	background: transparent;
	color: #c65b19;
    padding: 3px 8px 0px 8px;
    width:230px;
	height:18px;
    float:left;
}

.inputFormOver
{
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
    border:solid 1px #fb8845;
	margin-top:8px;
	background: #fff2e3;
	color: #c65b19;
    padding: 3px 8px 0px 8px;
    width:230px;
	height:18px;
    float:left;
}

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

.inputForm1Over
{
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
    border:solid 1px #fb8845;
	margin-top:2px;
	background: #fff2e3;
	color: #c65b19;
    padding: 3px 8px 0px 8px;
    width:500px;
	height:20px;
    float:left;
}

.inForm
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: 24px;
}

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

.buttonRover
{
    background: url(../../images/charte/retablir-over.jpg) no-repeat top left;
	border: none;
    width: 65px;
	height: 24px;
    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;
}
.mercidiv
{
    width:100%;
    text-align: center;
    padding-top:60px;
    font-size: 12px;
   	font-family: Arial;
	padding-bottom:15px;
}

	.mercidiv p{
		text-align:center;
	}

	.mercidiv a {
		font-family:Arial;
		font-size:12px;
		color: #8c1f3f;
		font-weight:bold;
		text-decoration:none;
	}
	.mercidiv a:hover{
		color:#fb8845;
		text-decoration: underline;
	}
