/* newsletter */
.inputNews
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #9e5e00;
    padding: 3px 10px 2px 6px;
    width: 168px;
    float:left;
	height:17px;
	background: url(images/bg-input.jpg) no-repeat top left;
	border: none;
}
.inputNewsOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #630000;
    padding: 3px 10px 2px 6px;
	width: 168px;
    float:left;
	height:17px;
	background:  url(images/bg-input-over.jpg) no-repeat top left;
	border: none;
}
.ok
{
	background: url(images/ok.jpg) no-repeat top right;
    width: 52px;
	height: 22px;
    float: left;
    border: none;
}
.ok-over
{
	background: url(images/ok-over.jpg) no-repeat top right;
	width: 52px;
	height: 22px;
    float: left;
    border: none;
    cursor: pointer;
}
/* contact */
.mail-input
{
    color: #424aaf;
    width:200px;
    text-align: left;
    float: left;

}
.mail-label{
	font-weight: normal;
	float:left;
	text-align:left;
	height:10px;
	width:90px;
    text-align: left;
    margin-top:7px;
    font-size: 12px;
    color:#fefc71;
}

.buttonE
{
    background: url(../../images/charte/contact/envoyer.jpg) no-repeat top left;
	border: none;
    width: 102px;
	height: 25px;
    margin-right: 20px;
}
.buttonEover
{
    background:  url(../../images/charte/contact/envoyer-over.jpg) no-repeat top left;
	border: none;
    width: 102px;
	height: 25px;
    cursor: pointer;
    margin-right: 20px;
}
.buttonR
{
    background:  url(../../images/charte/contact/retablir.jpg) no-repeat top left;
	border: none;
    width: 102px;
	height: 25px;
}
.buttonRover
{
    background:  url(../../images/charte/contact/retablir-over.jpg) no-repeat top left;
	border: none;
    width: 102px;
	height: 25px;
    cursor: pointer;
}
.inputForm
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:12px;
    padding: 2px;
	margin: 5px 0 0 0px;
	width:250px;
    color:#fefc71;
    border: 1px solid #8b0303;
	background-color:#3b0101;
	float:left;
	height:15px;
}
.inputFormOver
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:12px;
 	padding: 2px;
	margin: 5px 0 0 0px;
	width: 250px;
	height:15px;
    color: #fefc71;
    border: 1px solid #8d1210;
	background-color:#8d1210;
    float:left;
}
.couleur3
{
    color: #ff6c00;
}


