/*----------------------| newsletter |----------------------*/
#newsletter
{
  width:225px;
  float: left;
  margin-left:5px;
}
.news-img
{
  margin-top:13px;
  width: 213px;
  height: 13px;
  float: left;
  margin-left: 5px;
  padding-left: 0px;
}

.inForm
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: url(../../images/charte/newsletter-bg-input.jpg) no-repeat top left;
	border:none;
	color: #000;
    padding: 2px 0px 1px 0px;
	width:192px;
    float:left;
	height:19px;
    margin-top:0px;
    text-align: center;
}
.inFormOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border:none;
  	background: url(../../images/charte/newsletter-bg-input-over.jpg) no-repeat top left;
	color: #000;
    padding: 2px 0px 1px 0px;
	width:192px;
    float:left;
	height:19px;
    margin-top:0px;
    text-align: center;
}
.buttonOK
{
	background:url(../../images/charte/newsletter-ok.jpg) no-repeat top left;
	width: 28px;
	height: 19px;
    float:left;
     margin-top:0px;
}
.buttonOKover
{
	background:url(../../images/charte/newsletter-ok-over.jpg) no-repeat top left;
	width: 28px;
	height: 19px;
    float:left;
	cursor: pointer;
     margin-top:0px;

}
/*----------------------| contact |----------------------*/
.mail-input
{
    color: #666666;
    width:120px;
    text-align: left;
    float: left;

}
.mail-input1
{
    color:#c50b0b;
    width:110px;
    text-align: left;
    float: left;
}
.mail-label{
	font-weight: normal;
	float:left;
	text-align:left;
	height:10px;
	width:70px;
    margin-top:5px;
    color:#666666;
    font-size:11px;
}
.mail-label1{
	font-weight: normal;
	float:left;
	text-align:left;
	height:10px;
	width:100px;
    margin-top:5px;
    color:#666666;
    font-size:11px;
 }
.buttonE
{
    background: url(../../images/envoyer.jpg) no-repeat top left;
	border: none;
    width: 90px;
	height: 24px;
    margin-right: 10px;;
}
.buttonEover
{
    background: url(../../images/envoyer-over.jpg) no-repeat top left;
	border: none;
    width: 90px;
	height: 24px;
    cursor: pointer;
    margin-right: 10px;
}
.buttonR
{
    background: url(../../images/retablir.jpg) no-repeat top left;
	border: none;
    width: 89px;
	height: 24px;
}
.buttonRover
{
    background: url(../../images/retablir-over.jpg) no-repeat top left;
	border: none;
    width: 89px;
	height: 24px;
    cursor: pointer;
}
.inputForm
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:11px;
    padding: 2px;
	margin: 3px 0 0 0px;
	width:120px;
    color:#666666;
    border: 1px solid #666666;
	background-color: transparent;
	float:left;
	height:14px;
}
.inputFormOver
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:11px;
 	padding: 2px;
	margin: 3px 0 0 0px;
	width: 120px;
	height:14px;
    color: #c50b0b;
    border: 1px solid #c50b0b;
	background-color:#fce4e4;
    float:left;
}
.inputForm1
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:11px;
    padding: 2px;
	margin: 3px 0 0 0px;
	width:120px;
    color:#666666;
    border:1px solid #666666;
	background-color: transparent;
	float:left;
	height:14px;
}
.inputForm1Over
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:11px;
 	padding: 2px;
	margin: 3px 0 0 0px;
	width: 120px;
	height:14px;
    color: #c50b0b;
    border:1px solid #c50b0b;
	background-color:#fce4e4;
    float:left;
}
#contact-table
{
    color:#666666;
    font-size:12px;
    line-height:12px;
    width:450px;
}
td
{
  font-size: 11px;
}

.checkbox
{
    height: 12px;
    width:12px;
}


