/* 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
{   font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 14px;
    background:transparent;
	border: none;
    width:70px;
	height: 16px;
    float: right;
    color: #e89800;
}
.buttonEover
{   font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 14px;
    background:transparent;
	border: none;
    width:70px;
	height: 16px;
    cursor: pointer;
    float: right;
     color: #d70600;
}
.buttonR
{   font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 14px;
    background:transparent;
	border: none;
    width:70px;
	height: 18px;
    float: left;
     color: #e89800;
}
.buttonRover
{   font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 14px;
    background:transparent;
	border: none;
    width:70px;
	height: 18px;
    cursor: pointer;
    float: left;
     color: #d70600;
}
.inputForm
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:11px;
    padding: 2px 2px 0 2px;
	margin: 2px 0 0 0px;
	width:200px;
    color:#7f5500;
    border: 1px solid #e89800;
	background-color:#ffffff;
	float:left;
	height:17px;
}
.inputFormOver
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:11px;
    padding: 2px 2px 0 2px;
	margin: 2px 0 0 0px;
	width:200px;
    color:#7f5500;
    border: 1px solid #e89800;
	background-color:#fffaec;
	float:left;
	height:17px;
}

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


