@charset "utf-8";
#contact_form {
	width:250px;
	margin:0px;
	padding:0px;
}
form
{
margin:0px;
padding:0px

}
form fieldset {
	font-size:0.7em;
	margin:0px ;
	width:180px;
	position:relative;
	border:0;
	padding: 0px;
}

label {
	text-align:right;
	color:#ffd;
	font-weight:bold;
	padding:2px 0 0 0;
	clear:both;
	display:none
}
label.error {
	font-weight:normal;
	color:red;
	text-align:left;
	width:140px;
	clear:both;
	display:none
}
label.suscrib
{
display:inline;

color:#FFFFFF;
}
.subscribe-to-comments
{
margin-top:10px;
}
input.text-input {
	margin:4px 20px 4px 0;
	padding:3px 20px;
	color:#fff;
	height:14px;
	border:1px solid #2D2D2D;
	background-color:#000000;
	width:150px;
	font-size:1.2em;
	font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
	
	
}
.text-area
{
	margin:4px 0 ;
	padding:2px 0 2px 20px;
	color:#fff;
	font-size:1.2em;
	height:175px;
	border:1px solid #2D2D2D;
	width:210px;
	background:url(images/comment_left.gif) no-repeat #000000;
	background-position:3% 3% ;
	overflow:auto;
	font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
}
input#name {
	background:url(images/person.gif) no-repeat #000000;
	background-position:3% 50% ;
}
label#name_error {

}
label#email_label {


}
input#email {
	background:url(images/mail_back.gif) no-repeat #000000;
	background-position:3% 50% ;
}
label#email_error {

}
label#phone_label {

}
input#phone {
	background:url(images/mobile.gif) no-repeat #000000;
	background-position:3% 50% ;
}
label#phone_error {

}
input#site {
	background:url(images/globe.gif) no-repeat #000000;
	background-position:3% 50% ;
}
label#site_error {

}
.img_env
{
margin:5px 0 0 0;
clear:both;

}
.esp_con_img
{
margin-bottom:100px

}
.bouton_com 
{
width: 100px;
text-align:center;
border:0px;
background-color:#F00;
font-size:14px;
color:#FFF;
font-weight:bold;
height:26px;
cursor:pointer;
padding-bottom:5px;

}
