/* FORMULAIRE DE CONTACT */

form{
	font-size:12px;
	margin-left:80px;
}

.champ {
	width:100px;
	font-weight:bold;
	margin:5px 10px;
	float:left;
	text-align:right;
	/*border:1px solid;*/
}

input {
	float:left;
	width:200px;
	padding:2px;
}
input[type=submit]{
	width:80px;
	margin-left:120px;
}
input[type=file]{
	width:400px;
	padding:2px;
}
select {
	width:408px;
}
textarea{
	width:400px;
	float:left;
}

.rte{
	margin:0px;
	/*border:3px solid;
	float:left;*/
	width:450px;
	overflow:hidden;
}


