/* newsletter */
.inputNews
{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #095003;
    padding: 2px 5px 3px 10px;
    width: 152px;
    float:left;
	height:14px;
    margin: 0 !important;
	background: #ffffff;
    border: none;
}
.inputNewsOver
{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0c9f00;
    padding: 2px 5px 3px 10px;
    width: 152px;
    float:left;
	height:14px;
    margin: 0 !important;
	background: #ffffff;
    border: none;
}
.ok
{
 	background: url(images/ok.jpg) no-repeat top left;
    width: 38px;
	height: 21px;
    float:left;
    border: none;
}
.ok-over
{
	background: url(images/ok-over.jpg) no-repeat top left;
	width: 38px;
	height: 21px;
    float:left;
    border: none;
    cursor: pointer;
}

/* contact */
.mail-input
{
    color: #513a13;
    width:150px;
    text-align: left;
    float: left;}

.mail-label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	float:left;
	text-align:left;
    padding:2px 5px 4px 8px;
	height:17px;
	width:105px;
    font-size:11px;
    color:#333333;
    background: #efefef;
	border-bottom: solid 3px #ffffff;

}

.buttonE
{
    background: url(../../images/charte/contact/envoyer.jpg) no-repeat top left;
	border: none;
    width: 149px;
	height: 28px;
}
.buttonEover
{
    background: url(../../images/charte/contact/envoyer-over.jpg) no-repeat top left;
	border: none;
    width: 149px;
	height: 28px;
	cursor: pointer;
}
.buttonR
{
    background: url(../../images/charte/contact/retablir.jpg) no-repeat top left;
	border: none;
    width: 154px;
	height: 28px;
}
.buttonRover
{
    background: url(../../images/charte/contact/retablir-over.jpg) no-repeat top left;
	border: none;
    width: 154px;
	height: 28px;
    cursor: pointer;
}
.inputForm
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:11px;
    padding: 3px 2px 0 2px;
	margin: 0px 0 0 0px;
	width:150px;
    color:#043e10;
    border: 1px solid #bdbdbd;
	background-color:#ffffff;
	float:left;
	height:17px;
}
.inputFormOver
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:11px;
    padding: 3px 2px 0 2px;
	margin: 0px 0 0 0px;
	width:150px;
    color:#000000;
    border: 1px solid #74b734;
	background-color:#deeec6;
	float:left;
	height:17px;
}
.couleur2
{
    font-weight: bold;
    color:#057704;
}



