/* newsletter */
.inputNews
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1b5096;
    padding: 3px 10px 0px 5px;
    width: 144px;
    float:left;
	height:18px;
	background: url(images/input.jpg) repeat-x top left;
	border: solid 1px #a8acad;
    margin-top:1px;
}
.inputNewsOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #a30049;
    padding: 3px 10px 0px 5px;
    width: 144px;
    float:left;
	height:18px;
	background: url(images/input.jpg) repeat-x top left;
	border: solid 1px #a8acad;
    margin-top:1px;
}
.ok
{
	background: url(images/ok.jpg) no-repeat top right;
    width: 39px;
	height: 26px;
    float:right;
    border: none;
}
.ok-over
{
	background: url(images/ok-over.jpg) no-repeat top right;
	width: 39px;
	height: 26px;
    float:right;
    border: none;
    cursor: pointer;
}
/* contact */
.mail-input
{
    color: #513a13;
    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:#ffffff;
}
.buttonE
{
    background: url(../../images/charte/contact/envoyer.jpg) no-repeat top left;
	border: none;
    width: 93px;
	height: 22px;
}
.buttonEover
{
    background: url(../../images/charte/contact/envoyer-over.jpg) no-repeat top left;
	border: none;
    width: 93px;
	height: 22px;
    cursor: pointer;
}
.buttonR
{
    background: url(../../images/charte/contact/retablir.jpg) no-repeat top left;
	border: none;
    width: 93px;
	height: 22px;
}
.buttonRover
{
    background: url(../../images/charte/contact/retablir-over.jpg) no-repeat top left;
	border: none;
    width: 93px;
	height: 22px;
    cursor: pointer;
}
.inputForm
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:12px;
    padding: 2px 2px 0 2px;
	margin: 0px 0 0 0px;
	width:200px;
    color:#093e84;
    border: 1px solid #78003a;
	background-color:#ffffff;
	float:left;
	height:17px;
}
.inputFormOver
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:12px;
    padding: 2px 2px 0 2px;
	margin: 0px 0 0 0px;
	width:200px;
    color:#063471;
    border: 1px solid #ffffff;
	background-color:#fcd2e5;
	float:left;
	height:17px;
}

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

