/* ===| FORMS |============================================*/
/*----------------------| mailing-liste |----------------------*/
a:focus{
  outline: none;
}

.inForm
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #B86C32;
	width:191px;
	height:23px;
    padding:6px 8px 0 15px;
    background: url(../images/charte/mailing-email.jpg) no-repeat top left;
    float:left;
    margin:6px 0 0 0px;
}


.inFormOver
{
    font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #D5AD8E;
	width:191px;
    float:left;
	height:23px;
    background: url(../images/charte/mailing-email-over.jpg) no-repeat top left;
    padding:6px 8px 0 15px;
    margin:6px 0 0 0px;
}
.buttonOK
{
	background: url(../images/charte/button-mailing.jpg) no-repeat top left;
	width: 40px;
	height: 40px;
    margin:0px 0px 0 10px;
}
.buttonOKover
{
	background: url(../images/charte/button-mailing-over.jpg) no-repeat top left;
    width: 40px;
	height: 40px;
    margin:0px 0px 0 10px;
	cursor: pointer;
}
/*----------------------| contact |----------------------*/
.form-left{
  width: 240px;
  padding:0px;
  float: left;
}
a:focus{
  outline:none;
}

.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: transparent;
	border: 1px solid #430401;
    width: 158px;
	height: 17px;
	font-size: 11px;
    font-family: arial;
	color: #D5AD8E;
	padding: 1px 0px 0px 3px;
	float: left;
}

.ipt-contact-hover{
	background-color: #7A0801;
	border: 1px solid #430401;
    width: 158px;
	height: 17px;
    font-size: 11px;
    font-family:arial;
	color: #ffffff;
	padding: 1px 0px 0px 3px;
	float: left;
}


.btn-contact{
	width: 90px;
	height: 20px;
    padding-bottom:2px;
	border: none;
	background-color: #712C0B;
	font-family: arial, Helvetica, sans-serif;
    font-weight: bold;
	letter-spacing: 1px;
	color: #D5AD8E;
	cursor: pointer;
}
.btn-contact-hover{
    width: 90px;
	height: 20px;
    padding-bottom:2px;
	background-color: #460401;
    border:none;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	letter-spacing: 1px;
	color: #B86C32;
	cursor: pointer;
}
.mail-comment{
	color: #0D4D7F;
	font-size: 11px;
    margin-bottom:10px;
}
.requis{color: #FFD527;}
/*============================| contact |=================================*/