/*----------------------| newsletter |----------------------*/
#newsletter
{
  width:250px;
  height: 60px;
  float: left;
  background: url(../../images/charte/bg-newsletter.jpg) no-repeat top left;
}
.inner-n
{
  padding-top: 30px;
  margin-left:15px;

  }


.inForm
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    background: transparent;
	border:solid 1px #009d99;
	color: #26408f;
    padding: 2px 0px 1px 0px;
	width:180px;
    float:left;
	height:15px;
    margin-top:0px;
    text-align: center;
}
.inFormOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border:solid 1px #4873f4;
   background: #ffffff;
	color: #00aaa6;
    padding: 2px 0px 1px 0px;
	width:180px;
    float:left;
	height:15px;
    margin-top:0px;
    text-align: center;
}
.buttonOK
{
	background:url(../../images/charte/ok.jpg) no-repeat top left;
	width: 31px;
	height: 20px;
    float:left;
    margin:0px 0 0 5px;
    border: none;
}
.buttonOKover
{
	background:url(../../images/charte/ok-over.jpg) no-repeat top left;
	width: 31px;
	height: 20px;
    float:left;
	cursor: pointer;
     margin:0px 0 0 5px;
     border: none;
}
/*----------------------| contact |----------------------*/
.mail-input
{
    color: #424aaf;
    width:190px;
    text-align: left;
    float: left;

}
.mail-label{
	font-weight: normal;
	float:left;
	text-align:left;
	height:10px;
	width:80px;
    margin-top:7px;
    color:#26408f;
    font-size:12px;
}
.buttonE
{
    background: url(images/envoyer.jpg) no-repeat top left;
	border: none;
    width: 92px;
	height: 20px;
    margin-right: 20px;;
}
.buttonEover
{
    background: url(images/envoyer-over.jpg) no-repeat top left;
	border: none;
    width: 92px;
	height: 20px;
    cursor: pointer;
    margin-right: 20px;
}
.buttonR
{
    background: url(images/retablir.jpg) no-repeat top left;
	border: none;
    width: 92px;
	height: 20px;
}
.buttonRover
{
    background: url(images/retablir-over.jpg) no-repeat top left;
	border: none;
    width: 92px;
	height: 20px;
    cursor: pointer;
}
.inputForm
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:12px;
    padding: 2px;
	margin: 5px 0 0 0px;
	width:180px;
    color:#555555;
    border: 1px solid #a6e3e2;
	background-color: transparent;
	float:left;
	height:15px;
}
.inputFormOver
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:12px;
 	padding: 2px;
	margin: 5px 0 0 0px;
	width: 180px;
	height:15px;
    color: #26408f;
    border: 1px solid #a6e3e2;
	background-color:#e7fdfc;
    float:left;
}
#contact-table
{
    color:#04706e;
    font-size:12px;
    border:solid 1px #81d7d5;
    line-height:12px;
    width:160px;
    background: #e7fdfc;
}
.checkbox
{
    height: 12px;
    width:12px;
}


