body{
	background-color: Black;
	color: white;
}
p{
margin:0px;
}
.form_contact{
/*	background-image: url(../images/charte/contact_bak.jpg);
	background-repeat: repeat-x;
	background-position:top left; */
  border:1px solid #C1C1C1;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.formbg_top{
 
	background-position:top;
	background-repeat:repeat-x;	
	height:32px;
}
.formbg_center{

	background-repeat:repeat-x;
	background-position:top;
	
}
.formbg_bottom{
	
	background-repeat:repeat-x;
	background-position:top;
	height:28px;
}
.LabelTopForm{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 5px;
}
.LabelForm{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:white;
}
.InputForm{
border:1px solid #949494;
background-color: #000000;
width: 170px;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color:white;

}
.InputFormFocus{
width: 170px;
border:1px solid #C1C1C1;
background-color: #000000;
font-size: 11px;
font-weight: bolder;
font-family: Arial, Helvetica, sans-serif;
color:white;
}
.InputButton{
 width: 116px;
 height: 22px;
 border:1px solid #949494;
 background-color: #000000;
 font-size: 12px;
 font-weight: bolder;
 font-family: Arial, Helvetica, sans-serif;
 color: white;

}
.InputButtonOver{
 cursor:hand;
 cursor: pointer;
 width: 116px;
 height: 22px;
 font-size: 12px;
 font-weight: bolder;
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 border:1px solid #C1C1C1;
}