/* ===| FORMS |============================================*/
/*----------------------| newsletter |----------------------*/
.inForm
{
    display:inline;
    font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	width:146px;
	height:16px;
	border:1px solid #095FA4;
    background-color:#ffffff;
	margin-right:2px;
	padding:0 0 0 6px;
    float:left;
}


.inFormOver
{
    display:inline;
    font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #0D4D7F;
	width:146px;
	height:16px;
	border:1px solid #095FA4;
    background-color:#ECF8F8;
	margin-right:2px;
	padding:0 0 0 6px;
    float:left;
}



.buttonOK
{
    border:none;
	background: url(../images/charte/button-newsletter.jpg) no-repeat top left;
	width: 28px;
	height: 18px;
    cursor: pointer;
    float:left;
}
.buttonOKover
{
    border:none;
	background: url(../images/charte/button-newsletter-over.jpg) no-repeat top left;
    width: 28px;
	height: 18px;
    cursor: pointer;
    float:left;
}
/*---------------------contact--------------------------------*/
.form-left{
  width: 243px;
  padding:0 14px 0 10px;
  float: left;
}
.check{
  float: left;
  height: 50px;
  padding-top:10px;
  width:100%;
  background-color: #ECF8F8;
}
.check div{float:left; padding:0 40px 10px 0; color:#990D0D;}

.form-left div{float: left; width: 100%; margin-bottom: 8px;}
.form-left  p{float: left; text-align: left; width: 75px; height: 20px;}
.mail-input{
	float:left;
	margin-bottom: 5px;
}

.ipt-contact{
	background-color: #ffffff;
	border: 1px solid #095FA4;
    width: 165px;
	height: 17px;
	font-size: 12px;
    font-family: arial;
	color: #000000;
	padding: 1px 0px 0px 1px;
	float: left;
}

.ipt-contact-hover{
	background-color: #ECF8F8;
	border: 1px solid #095FA4;
    width: 165px;
	height: 17px;
    font-size: 12px;
    font-family: arial;
	color: #095FA4;
	padding: 1px 0px 0px 1px;
	float: left;
}











.btn-contact{
	width: 90px;
	height: 20px;
    padding-bottom:4px;
	border: 1px solid #095FA4;
	background-color: #3784C4;
	font-family: arial, Helvetica, sans-serif;
    font-weight: bold;
	letter-spacing: 1px;
	color: #CADEEF;
	cursor: pointer;
}
.btn-contact-hover{
    width: 90px;
	height: 20px;
    padding-bottom:4px;
	border: 1px solid #095FA4;
	background-color: #425976;
	font-family: arial, Helvetica, sans-serif;
    font-weight: bold;
	letter-spacing: 1px;
	color: #97CEEF;
	cursor: pointer;
}
.mail-comment{
	color: #0D4D7F;
	text-align: center;
	font-size: 11px;
    margin-bottom:10px;
}
