/*------------ newsletter ------------------*/
.inputForm
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: url(images/bg-news-input.jpg) no-repeat top left;
	color: #ffefba;
    padding: 2px 5px 0px 10px;
	width:228px;
    float:left;
	height:17px;
    border: none;
}
.inputFormOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: url(images/bg-news-input-over.jpg) no-repeat top left;
	color: #fff;
    padding: 2px 5px 0px 10px;
	width:228px;
    float:left;
	height:17px;
    border: none;
}
.ok
{
	background: url(images/ok.jpg) no-repeat top right;
    width: 47px;
	height: 19px;
    float:right;
    border: none;
}
.ok-over
{
	background: url(images/ok-over.jpg) no-repeat top right;
	width: 47px;
	height: 19px;
    float:right;
    border: none;
    cursor: pointer;
}

.formular
{
  clear:both;
  line-height:14px;
  width:566px;
  float:right;
  padding:10px 10px;
  margin:10px 0px 10px 0;
  font-family:Arial, Helvetica, sans-serif;
  border: solid 1px #2f50b5;
}

.input-holder
{
  float:left;
  font-size: 11px;
}

/* contact */
.maillabel{
    clear:both;
	font-size: 12px;
	font-weight: normal;
	float:left;
	height:20px;
	color:#fff;
	width:80px;
    padding-right:0px;
	margin-top:10px;
    text-align: left;
}
.inForm
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border:solid 1px #5d6dc2;
	margin-top:7px;
	background:#01175a;
	color: #b0bcf9;
    padding: 2px 2px 0px 3px;
    width:160px;
	height:17px;
    float:left;
}
.inFormOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border:solid 1px #eec43f;
	margin-top:7px;
	background: transparent;
	color: #fff;
    padding: 2px 2px 0px 3px;
    width:160px;
	height:17px;
    float:left;
}

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

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

.buttonRover
{
    background: url(../../images/charte/retablir-over.png) no-repeat top left;
	border: none;
    width: 84px;
	height: 19px;
    cursor: pointer;
}

.title-oblig
{
  font-size:11px;
  padding-top:8px;
  padding-left:20px;
  color:#ffe080;
  float:left;
  width:50%;
  text-align:left;
}

.mail-send
{
    float:right;
    padding-top:10px;
}
.mail-reset
{
  float:right;
  padding:10px 20px 0 10px;
}
