/* newsletter */
.buttonOk
{
    background: url(images/ok.jpg) no-repeat top left;
	border: none;
    width: 35px;
	height: 23px;
    float: left;
}

.buttonOkOver
{
    background: url(images/ok-over.jpg) no-repeat top left;
	border: none;
    width: 35px;
	height: 23px;
    cursor: pointer;
    float: left;
}
.inputFormNews
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    border:solid 1px #178cf8;
	margin-top:4px;
	background: #ffffff;
	color: #818181;
    padding: 1px 5px 0px 5px;
    width:187px;
	height:15px;
    float:left;
}

.inputFormNewsOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    border:solid 1px #216db4;
	margin-top:4px;
	background: #e6f3ff;
	color: #525353;
    padding: 1px 5px 0px 5px;
    width:187px;
	height:15px;
    float:left;
}




/* contact */
.input-holder
{
  float:left;
}

.inputForm
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	/*border:solid 1px #c8ad80;*/
    border:solid 1px #b2b2b2;
	margin-top:5px;
	background: #ffffff;
	color: #454545;
    padding: 3px 8px 0px 8px;
    width:190px;
	height:18px;
    float:right;
}

.inputFormOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	/*border:solid 1px #c8ad80;*/
    border:solid 1px #b2b2b2;
	margin-top:5px;
	background: transparent;
	color: #000;
    padding: 3px 8px 0px 8px;
    width:190px;
	height:18px;
    float:right;
}
.inForm
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/*border:solid 1px #c8ad80;*/
    border:solid 1px #a7a7a7;
	margin-top:5px;
	background: transparent;
	color: #333;
    padding: 2px 4px 0px 4px;
    width:190px;
	height:54px;
    float:left;
}

.inFormOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	/*border:solid 1px #c8ad80;*/
    border:none;
	margin-top:5px;
	background:#d6d6d6;
	color: #000 !important;
    padding: 3px 5px 0px 5px;
    width:190px;
	height:55px;
    float:left;
}



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

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

.buttonRover
{
    background: url(../../images/charte/contact/retablir-over.jpg) no-repeat top left;
	border: none;
    width: 108px;
	height: 22px;
    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:667px;
    text-align: center;
    padding-top:80px;
    padding-bottom:100px;
}

.merci-box a:link, .merci-box a:visited
{
    text-decoration: underline;
    color:#0077ed;
    font-weight: bold;
}
.merci-box a:hover, .merci-box a:active
{
    text-decoration: none;
    color:#034587;
    font-weight: bold;
}
