.input-holder
{
  float:left;
}

/* contact */
.inputForm
{
	font-size: 11px; font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
    border:solid 1px #038dd5;
		margin-top:5px;
		/*background: #0084cb; */
		background: #fff;
		color: #0084cb;
    padding: 3px 8px 0px 8px;
    width: 160px;
		height:18px;
    float:right;
}

.inputFormOver
{
	font-size: 11px; font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	/*border:solid 1px #c8ad80;*/
  border:solid 1px #0086cc;
	margin-top:5px;
	background: #5fc0f5;
	color: #fff;
  padding: 3px 8px 0px 8px;
  width:160px;
	height:18px;
  float:right;
}
.inForm
{
	font-size: 11px; font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
  border:solid 1px #038dd5;
	margin-top:5px;
	background: #fff;
	color: #0084cb;
  padding: 2px 4px 0px 4px;
  width:240px;
	height:76px;
  float:left;
}

.inFormOver
{
	font-size: 11px; font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
  border:solid 1px #0086cc;
	margin-top:5px;
	background: #5fc0f5;
	color: #fff;
  padding: 2px 4px 0px 4px;
  width:240px;
	height:76px;
  float:left;
}



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

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

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