p#texte
{
	padding-left:25px;
	width:250px;
	height:35px;
	color:#6b6b6b;
	font-size:1.1em;
}

form#formulaire
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style-type:none;
	padding:0;margin:0;
	width:600px;
	padding-left:25px;
	margin-top:22px;
	width:900px;
	font-size:0.95em;
}


form#formulaire label
{
	clear:left;
	float:left;
	width:100px;
	height:30px;
	padding-top:3px;
	padding-right:8px;
	font-size:9px;
	text-align:right;
	text-transform:uppercase;
}

form#formulaire input
{
	border:1px solid #bfbfbf;
	float:left;

	margin-bottom:15px;
	margin-right:8px;
}

form#formulaire div
{
	width:290px;
	float:left;
}

form#formulaire div#right
{
	width:400px;
}

form#formulaire div#right input
{
	float:right;
/*	display:inline;*/
	border:none;
	background:url(../media/images/contact_input_send.png) no-repeat 0 14px;
	width:89px;
	height:45px;
	font-size :0px;letter-spacing:-50px;color:white;
}

body#en form#formulaire div#right input
{
	float:right;
/*	display:inline;*/
	border:none;
	background:url(../media/images/send.jpeg) no-repeat 0 14px;
	width:89px;
	height:45px;
	font-size :0px;letter-spacing:-50px;color:white;
}

form#formulaire div#right textarea
{
	border:1px solid #bfbfbf;
	width:270px;
	height:75px;
}

form#formulaire div.envoyer
{
	width:400px;
	float:left;
	float:left; 
	height:45px; 
/*	background-color:blue;*/

}