
/* ===| VII. CONTACT FORM |=====================================================*/
#frmContact
{
  width:300px;
  background:#E1D6FF url(images/bg-paragraph3.jpg) repeat-x top left;
  border: solid 1px #d5c7ff;
  padding:0 5px;
  float: right;
}


.mail-input
{
    color: #2c252b;
    width:180px;
    text-align: left;
    float: left;

}
.mail-label{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	float:left;
	text-align:left;
    padding:2px 0px 0px 5px;
    margin:0 !important;
	height:15px;
	width:105px;
    font-size:12px;
    color:#2c252b;
}
.button
{
	float:left;
	text-align:left;
    padding:2px 0px 0px 5px;
    margin:0 !important;
	height:15px;
	width:105px;
    font-size:12px;
}


.buttonE
{
    float: right;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size:12px;
    background: #FDE6FC;
    border: solid 1px #FEC9FC;
    color: #59095b;
}
.buttonEover
{
    cursor: pointer;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size:12px;
    background: #E1D6FF;
    border: solid 1px #d5c7ff;
    color: #2c252b;
}
.buttonR
{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size:12px;
    background: #FDE6FC;
    border: solid 1px #FEC9FC;
    color: #59095b;
}
.buttonRover
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size:12px;
    background: #E1D6FF;
    border: solid 1px #d5c7ff;
    cursor: pointer;
    float: left;
    color: #2c252b;
}
.inputForm
{
    font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:12px;
    padding: 2px 2px 0 2px;
	margin: 2px 0 0 0px;
	width:180px;
    color:#2c252b;
    border: 1px solid #d5c7ff;
	background-color:#F4F2FF;
	float:left;
	height:17px;
}
.inputFormOver
{
    font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:12px;
    padding: 2px 2px 0 2px;
	margin: 2px 0 0 0px;
	width:180px;
    color:#59095b;
    border: 1px solid #fec9fc;
	background-color:#FFEBFA;
	float:left;
	height:17px;
}

.couleur2
{
    font-weight: bold;
    color:#59095b;
}

.merci-box p
{
 text-align: center;
 font-size: 13px;
 font-weight: bold;
}
.merci-box a:link, .merci-box a:visited
{
  font-weight: bold;
  color:#6c0d6e!important;
 text-decoration: underline;
}
.merci-box a:hover, .merci-box a:active
{
    text-decoration: none;
  font-weight: bold;
  color:#6c0d6e!important;
}
