/* contact */
#frmContact
{
  margin: 0 auto;
  width:400px;
}


.mail-input
{
    color: #a1bdd9;
    width:200px;
    text-align: left;
    float: left;

}
.mail-label{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	float:left;
	text-align:left;
    padding:2px 5px 2px 8px;
    margin:0 !important;
	height:15px;
	width:120px;
    font-size:12px;
    color:#a1bdd9;
}
.buttonE
{
    background: url(../../images/charte/envoyer.gif) no-repeat top left;
	border: none;
    width:70px;
	height: 22px;
    float: right;
}
.buttonEover
{
    background: url(../../images/charte/envoyer-over.gif) no-repeat top left;
	border: none;
    width:70px;
	height: 22px;
    cursor: pointer;
    float: right;
}
.buttonR
{
    background: url(../../images/charte/retablir.gif) no-repeat top left;
	border: none;
    width:65px;
	height: 17px;
    float: left;
}
.buttonRover
{
    background: url(../../images/charte/retablir-over.gif) no-repeat top left;
	border: none;
    width:65px;
	height: 17px;
    cursor: pointer;
    float: left;
}
.inputForm
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:12px;
    padding: 2px 2px 0 2px;
	margin: 2px 0 0 0px;
	width:200px;
    color:#a1bdd9;
    border: 1px solid #a1bdd9;
	background-color:#000000;
	float:left;
	height:17px;
}
.inputFormOver
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:12px;
    padding: 2px 2px 0 2px;
	margin: 2px 0 0 0px;
	width:200px;
    color:#d4a3db;
    border: 1px solid #d4a3db;
	background-color:#000000;
	float:left;
	height:17px;
}

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

.mercidiv p
{
 text-align: center;
 font-size: 14px;
 font-weight: bold;
}
.mercidiv a:link, .mercidiv a:visited
{
color:#2fb2f1;
 text-decoration: underline;
}
.mercidiv a:hover, .mercidiv a:active
{
text-decoration: none;
color:#a1bdd9;
}
