/* newsletter */
.inputNews
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #a8a7a7;
    padding: 3px 5px 2px 5px;
    width: 134px;
    float:left;
	height:15px;
	background: #323232;
	border: solid 1px #525252;
    margin-right:4px;
}
.inputNewsOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #a8a7a7;
    padding: 3px 5px 2px 5px;
    width: 134px;
    float:left;
	height:15px;
	background: #000000;
	border: solid 1px #525252;
        margin-right:4px; 
}
.ok
{
	background: url(images/bg-ok.jpg) no-repeat top right;
    width: 25px;
	height: 22px;
    float:left;
    border: none;
}
.ok-over
{
	background: url(images/bg-ok-over.jpg) no-repeat top right;
	width: 25px;
	height: 22px;
    float:left;
    border: none;
    cursor: pointer;
}



/* contact */
.mail-input
{
    color: #513a13;
    width:150px;
    text-align: left;
    float: left;
    }
.mail-label{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	float:left;
	text-align:left;
    padding:2px 5px 4px 8px;
	height:16px;
	width:74px;
    font-size:11px;
    color:#a8a7a7;
    background: #000000;
	border-bottom: solid 1px #121212;
	border-right: solid 1px #121212;

}

.buttonE
{
    background: url(../../images/charte/contact/envoyer.jpg) no-repeat top left;
	border: none;
    width: 80px;
	height: 19px;
}
.buttonEover
{
    background: url(../../images/charte/contact/envoyer-over.jpg) no-repeat top left;
	border: none;
    width: 80px;
	height: 19px;
	cursor: pointer;
}
.buttonR
{
    background: url(../../images/charte/contact/retablir.jpg) no-repeat top left;
	border: none;
    width: 80px;
	height: 19px;
}
.buttonRover
{
    background: url(../../images/charte/contact/retablir-over.jpg) no-repeat top left;
	border: none;
    width: 80px;
	height: 19px;
    cursor: pointer;
}
.inputForm
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:11px;
    padding: 3px 2px 0 2px;
	margin: 0px 0 0 0px;
	width:150px;
    color:#c9c9c9;
    border: 1px solid #000;
	background-color:#000000;
	float:left;
	height:17px;
}
.inputFormOver
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:11px;
    padding: 3px 2px 0 2px;
	margin: 0px 0 0 0px;
	width:150px;
    color:#fff;
    border: 1px solid #490100;
	background-color: #490100;
	float:left;
	height:17px;
}

select
{
    border:solid 1px #bc97c6;
}
.couleur2
{
    font-weight: bold;
    color:#a70201;
}
.bg
{
    background: #0b0b0b;
}


