/*----------------------| newsletter |----------------------*/
.inForm
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border:none;
    background: transparent;
	color: #525252;
    padding: 1px 2px 1px 50px;
	width:107px;
    float:left;
	height:18px;
}
.inFormOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    background: transparent;
	border:none;
	color: #525252;
    padding: 1px 2px 1px 50px;
	width:107px;
    float:left;
	height:18px;
}
.buttonOK
{
	background: url(images/news-ok.jpg) no-repeat top left;
	width: 35px;
	height: 20px;
    float:left;
    border:none;
}
.buttonOKover
{
	background: url(images/news-ok-over.jpg) no-repeat top left;
	width: 35px;
	height: 20px;
    float:left;
    border:none;
	cursor: pointer;
}
/*--------------------------- contact ---------------------------*/

.mail-label{
	font-weight: normal;
	float:left;
	text-align:left;
	height:10px;
	width:150px;
    text-align: left;
    margin-top:5px;
    font-size: 12px;
    color:#3e4497;
}
.checkbox
{
    float:left;
    width:100px;
    text-align: left;
    font-weight: bold;
    padding-top: 0px;
}

.buttonE
{
    background: url(../../images/charte/contact/envoyer.jpg) no-repeat top left;
	border: none;
    width: 122px;
	height: 28px;
    margin-right: 20px;
}
.buttonEover
{
    background:  url(../../images/charte/contact/envoyer-over.jpg) no-repeat top left;
	border: none;
    width: 122px;
	height: 28px;
    cursor: pointer;
    margin-right: 20px;
}
.buttonR
{
    background:  url(../../images/charte/contact/retablir.jpg) no-repeat top left;
	border: none;
    width: 122px;
	height: 28px;
}
.buttonRover
{
    background:  url(../../images/charte/contact/retablir-over.jpg) no-repeat top left;
	border: none;
    width: 122px;
	height: 28px;
    cursor: pointer;
}
.inputForm
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:12px;
    padding: 2px;
	margin: 2px 0 2px 0px;
	width:250px;
    color:#000000;
    border: 1px solid #b1dab1;
	background-color:#f0f7f0;
	float:left;
	height:16px;
}
.inputFormOver
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:12px;
 	padding: 2px;
	margin: 2px 0 2px 0px;
	width: 250px;
	height:16px;
    color:#3e4497;
    border: 1px solid #888dda;
	background-color:#ffffff;
    float:left;
}
.couleur3
{
    font-weight: bold;
    color:#81b31a;
}


