@charset "utf-8";
/* CSS Document */

ul.contactformstyle{
	float:left;
	width:524px;
	height:320px;
	list-style:none;
	-display:inline;
	}
	
ul.contactformstyle li{
	height:22px;
	margin-bottom:6px;
	vertical-align:bottom;
	}

ul.contactformstyle li.message_client{
	height:140px;
	margin-bottom:6px;
	vertical-align:bottom;
	}
	

/*login*/
#contact{
	height:650px;
	margin-top:20px;
	float:left;
	display:block;
	-diplay:inline;

}

/*--------------- FORM ---------------*/


.btsend {
   width: 77px;
   height: 22px;
   margin: 5px 0 0 80px;
   padding: 0;
   border: 0;
   background: transparent url(../img/bt_envoyer.gif) no-repeat top left ;
   cursor: pointer;
}

.btsend span{ visibility:hidden; display:none; font-size:1px;}

.btsend:hover {
   background-position: -77px 0;/
}

#contact form input{
	width:390px;
	height:19px;
	margin:0 0 0 5px;
	padding: 3px 0 0 4px;
	background-color:#fff;
	border:solid 1px #000;
	font:14px Arial, Helvetica, sans-serif; 
	color:#000;
	}
	
#contact form textarea{
	width:390px;
	height:140px;
	margin:0 0 0 5px;
	padding: 3px 0 0 4px;
	background-color:#fff;
	border:solid 1px #000;
	font:14px Arial, Helvetica, sans-serif; 
	color:#000;
	}
		

#contact form label {
	width:76px;
	height:22px;
	float:left;
	display:inline;
	font-weight:bold;
	}

#blocerror{
	font-size:14px;
	font-style:italic;
	color:#F00;
	margin:10px 0 10px 80px;
}


#contact #mandatory{
	margin-left:80px;
	}
