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


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

}
.mail-label{
	font-family: 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:#333333;
}
.buttonE
{
    background: url(images/envoyer.jpg) no-repeat top left;
	border: none;
    width:70px;
	height: 22px;
    float: right;
}
.buttonEover
{
    background: url(images/envoyer-over.jpg) no-repeat top left;
	border: none;
    width:70px;
	height: 22px;
    cursor: pointer;
    float: right;
}
.buttonR
{
    background: url(images/retablir.jpg) no-repeat top left;
	border: none;
    width:70px;
	height: 22px;
    float: left;
}
.buttonRover
{
    background: url(images/retablir-over.jpg) no-repeat top left;
	border: none;
    width:70px;
	height: 22px;
    cursor: pointer;
    float: left;
}
.inputForm
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:12px;
    padding: 2px 2px 0 2px;
	margin: 2px 0 0 0px;
	width:200px;
    color:#333333;
    border: 1px solid #e2e2e2;
	background-color:#ffffff;
	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:200px;
    color:#333333;
    border: 1px solid #ff8900;
	background-color:#fafafa;
	float:left;
	height:17px;
}

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

.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;
}
