
/*----------------------| contact |----------------------*/
#frmContact{margin: 0; padding: 0px; width: 100%; background:transparent; border:none; }
#frmContact label{display: block; padding: 4px 2px; clear:both;}
#frmContact label span{display:block; width: 29%; float: left;}
#frmContact label input, #frmContact label textarea{vertical-align: top;}
.mail-input
{
    color: #666666;
    width:164px;
    text-align: left;
    float: left;

}
.mail-input1
{
    color:#A1A1A1;
    width:164px;
    text-align: left;
    float: left;
}
.mail-label{
	font-weight: normal;
	float:left;
	text-align:left;
	height:15px;
	width:110px;
    margin-top:5px;
    color:#000000;
    font-size:12px;
}
.mail-label1{
	font-weight: normal;
	float:left;
	text-align:left;
	height:15px;
	width:110px;
    color:#000000;
    font-size:12px;
 }
.buttonE
{
    background: url(../../images/charte/envoyer.jpg) no-repeat top left;
	border: none;
    width: 78px;
	height: 23px;
    margin-right: 5px;
}
.buttonEover
{
    background: url(../../images/charte/envoyer-over.jpg) no-repeat top left;
	border: none;
    width: 78px;
	height: 23px;
    cursor: pointer;
    margin-right: 5px;
}
.buttonR
{
    background: url(../../images/charte/retablir.jpg) no-repeat top left;
	border: none;
    width: 78px;
	height: 23px;
}
.buttonRover
{
    background: url(../../images/charte/retablir-over.jpg) no-repeat top left;
	border: none;
    width: 78px;
	height: 23px;
    cursor: pointer;
}
.inputForm
{
    font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:12px;
    padding: 2px;
	margin: 3px 0 0 0px;
	width:160px;
    color:#000000;
    border: 1px solid #474747;
	background: transparent;
	float:left;
	height:14px;
}
.inputFormOver
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:12px;
 	padding: 2px;
	margin: 3px 0 0 0px;
	width: 160px;
	height:14px;
    color: #e35717;
    border: 1px solid #d66100;
	background: transparent;
    float:left;
}
.inputForm1
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:12px;
    padding: 2px;
	margin: 3px 0 0 0px;
	width: 270px;
    color:#000000;
    border:1px solid #474747;
	background: transparent;
	float:left;
	height:14px;
}
.inputForm1Over
{
   font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	 font-size:12px;
 	padding: 2px;
	margin: 3px 0 0 0px;
	width: 270px;
	height:14px;
    color: #e35717;
    border:1px solid #d66100;
	background: transparent;
    float:left;
}
#contact-table
{
    color:#A1A1A1;
    font-size:12px;
    line-height:12px;
    width:320px;
}
td
{
  font-size: 12px;
}

.checkbox
{
    height: 12px;
    width:12px;
    color: #A1A1A1;
}

 /* ======== | merci | ==================== */
#merci
{
	  float:left;
		padding:  70px 0 70px 300px;

}
    #merci p {

        font-weight: bold;
        text-align: center;
        color: #000000;
        font-size: 12px;
				width: 300px;
				padding: 15px;
				background-color: #f4f4f4;
				border: solid 1px #d2d2d2;
        }
     #merci a:link, #merci a:visited
    {
      font-weight: bold;
      text-decoration: none;
       color: #fd8828;
    }
    #merci a:hover,  #merci a:active
    {
      font-weight: bold;
      text-decoration: none;
			color: #000000;

    }