/* ===| FORMS |============================================*/
/*----------------------| newsletter |----------------------*/
.inForm
{
    display:inline;
    font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #848080;
	width:153px;
	height:14px;
	border:1px solid #007a44;
    background-color:#ffffff;
	margin-right:3px;
	padding:0 0 0 6px;
    float:left;
}


.inFormOver
{
    display:inline;
    font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #1b2a23;
	width:153px;
	height:14px;
	border:1px solid #007a44;
    background-color:#dadada;
	margin-right:3px;
	padding:0 0 0 6px;
    float:left;
}
.buttonOK
{
    border:none;
	background: url(../images/charte/button-newsletter.jpg) no-repeat top left;
	width: 22px;
	height: 16px;
    cursor: pointer;
    float:left;
}
.buttonOKover
{
    border:none;
	background: url(../images/charte/button-newsletter-over.jpg) no-repeat top left;
    width: 22px;
	height: 16px;
    cursor: pointer;
    float:left;
}
/*---------------------contact--------------------------------*/

.form-left{
  width: 243px;
  padding:0 10px 0 10px;
  float: left;


}
.check{
  width: 183px;
  padding-left:60px;
  float: left;


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

.ipt-contact{
	background-color: #ffffff;
	border: 1px solid #1E563C;
    width: 170px;
	height: 17px;
	font-size: 12px;
    font-family: arial;
	color: #4E5B55;
	padding: 1px 0px 0px 1px;
	float: left;
}

.ipt-contact-hover{
	background-color: #2F4139;
	border: 1px solid #1E563C;
    width: 170px;
	height: 17px;
    font-size: 12px;
    font-family: arial;
	color: #ffffff;
	padding: 1px 0px 0px 1px;
	float: left;
}
.requis {color: #7CB58A;}

.btn-contact{
	width: 90px;
	height: 22px;
	border: 1px solid #1E563C;
	background-color: #23392F;
	font-family: arial, Helvetica, sans-serif;
    font-weight: bold;
	letter-spacing: 1px;
	color: #7CB58A;
	cursor: pointer;
}
.btn-contact-hover{
  width: 90px;
	height: 22px;
	border: 1px solid #1E563C;
	background-color: #ffffff;
	font-family: arial, Helvetica, sans-serif;
    font-weight: bold;
	letter-spacing: 1px;
	color: #23392F;
	cursor: pointer;
}
.mail-comment{
	color: #ffffff;
	text-align: center;
	font-size: 11px;
    margin-bottom:10px;
}
