/* ===| FORMS |============================================*/
/*----------------------| mailing liste |----------------------*/
.inForm
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #BEB7E1;
	width:164px;
    float:left;
	height:18px;
    padding-left:5px;
    background: url(../images/charte/bg-input-news.jpg) no-repeat top left;
	margin-right:1px;
}


.inFormOver
{
    font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #F3DB5D;
	width:164px;
    float:left;
	height:18px;
    padding-left:5px;
    background: url(../images/charte/bg-input-news.jpg) no-repeat top left;
	margin-right:1px;
}
.buttonOK
{
    border:none;
	background: url(../images/charte/button-news.jpg) no-repeat top left;
	width: 31px;
	height: 18px;
	float:left;
    cursor: pointer;
}
.buttonOKover
{
    border:none;
	background:  url(../images/charte/button-news-over.jpg) no-repeat top left;
    width: 31px;
	height: 18px;
	cursor: pointer;
}

/*---------------------contact--------------------------------*/
.form-left{
  width: 280px;
  padding:0px;
  float: left;
}

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

.ipt-contact{
	background-color: #EFEFF1;
	border: 1px solid #1D1934;
    width: 200px;
	height: 17px;
	font-size: 11px;
    font-family: arial;
	color: #000000;
	padding: 1px 0px 0px 2px;
	float: left;
}

.ipt-contact-hover{
	background-color: #F9F3BF;
	border: 1px solid #F4DB5D;
    width: 200px;
	height: 17px;
    font-size: 11px;
    font-family:arial;
	color: #1D1934;
    font-weight:bold;
	padding: 1px 0px 0px 2px;
	float: left;
}


.btn-contact{
	width: 101px;
	height: 18px;
	border: none;
	background-color: #00406C;
	font-family: arial, verdana, Helvetica, sans-serif;
    font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	cursor: pointer;
    background: url(../images/charte/bg-button-contact.jpg) no-repeat left top;
}
.btn-contact-hover{
    width: 101px;
	height: 18px;
	border: none;
	background-color: #00406C;
	font-family: arial, verdana, Helvetica, sans-serif;
    font-weight: bold;
	letter-spacing: 1px;
	color: #F3DB5D;
	cursor: pointer;
    background: url(../images/charte/bg-button-contact.jpg) no-repeat left top;
}


.mail-comment{
    clear:both;
	font-size: 11px;
    text-align: center;
    padding:0px 0 4px 0;
}
.requis {color: #1D1934;}