/* ===| FORMS |============================================*/
/*----------------------| newsletter |----------------------*/
.inForm
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	width:190px;
    float:left;
	height:25px;
    background: url(../images/charte/left-newsletter-mail.jpg) no-repeat top left;
    padding: 6px 0 0 9px;
}


.inFormOver
{
    font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	width:190px;
    float:left;
	height:25px;
    background: url(../images/charte/left-newsletter-mail-over.jpg) no-repeat top left;
    padding: 6px 0 0 9px;
}
.buttonOK
{
	background: url(../images/charte/left-newletter-button.jpg) no-repeat top left;
	width: 44px;
	height: 25px;
    margin:2px 10px 0 0;
    float: right;

}
.buttonOKover
{
	background:url(../images/charte/left-newletter-button-over.jpg) no-repeat top left;
    width: 44px;
	height: 25px;
    margin:2px 10px 0 0;
    float: right;
	cursor: pointer;
}
/*============================| contact |=================================*/


#frmContact
{
    padding-left:50px;
}
.labels{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	float:left;
	text-align:left;
	height:10px;
	color:#000000;
	width:70px;
    padding-left: 5px;
	padding-top:12px;

}

.labels2{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	float:left;
	text-align:left;
	height:20px;
	color:#000000;
	width:70px;
   	padding-left:5px;
	padding-top:12px;
  
}
.inputForm
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
    padding: 2px;
	margin: 10px 0 0 0px;
	width:151px;
    border: 1px solid #6CBEC9;
	background-color:#E8F2F4;
	color: #000000;
	float:left;
	height:14px;
}


.inputFormOver
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
    padding: 2px;
	margin: 10px 0 0 0px;
	width: 151px;
	font-weight: normal;
	float:left;
    height:14px;
    color: #13459B;
    border: 1px solid #6CBEC9;
	background-color: #ffffff;
}

.inputForm1
{
	font-family:Arial;
	font-size: 12px;
    padding: 5px;
	font-weight: normal;
    border: 1px solid #6CBEC9;
	background-color:#E8F2F4;
	color: #000000 !important;
	float:left;
	height:96px;
}
.inputFormOver1
{
	font-family: Arial;
	font-size: 12px;
    padding: 5px;
	font-weight: normal;
    color: #13459B;
    border: 1px solid #6CBEC9;
	background-color: #ffffff;
	float:left;
	height:96px;
}

/*checkbox*/
.mail_input1
{
	font-family:Arial;
	font-size: 12px;
    height:20px;

	color:#000000;
	padding-left:65px;
}

.check-box2
{
	font-family: Arial;
	font-size: 12px;
    height:20px;
	color:#000000;
    padding-left:55px;
}
.title-contact2
{

	font-weight:bold;
    font-size:12px;
    font-family:arial;
    color:#1F8DB1;
}

.button
{
	color: #218DB1;
    background-color: #E8F2F4;
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	width: 75px;
	height: 23px;
	border:solid 1px #6CBEC9;
    margin:2px 2px 2px 0;
}

.button-over
{
    background-color: #218DB1;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	width: 75px;
	height: 23px;
	cursor: pointer;
	border:solid 1px #6CBEC9;
    margin:2px 2px 2px 0;
}

.title-oblig
{
	clear:both;
	color:#218DB1;
	font-size:12px;
	font-family: arial;
	font-weight:normal;
    padding-top: 12px;
}