/*
	Feuille de style des formulaires
	pour le site Web de Guy Bernier
	
	Alexandre Lepage, Difuzer Enr.
	a.lepage@difuzer.ca
	http://www.difuzer.com
*/

.flabel {
	width: 150px;
	float: left;
	clear: left;
	display: block;
	text-align: right;
	padding-right: 5px;
	color: #454545;
	height: 18px;
	padding-top: 3px;
}
form {
	margin: 0;
}
.inputxt {
	border: 1px solid #c1c1c1;
	padding: 3px;
	margin-bottom: 5px;
	width: 200px;
}
textarea {
	border: 1px solid #c1c1c1;
	padding: 3px;
}
#txt_contact {
	width: 500px;
	height: 150px;
}
.submit {
	text-align: center;
	margin: 0;
	padding-bottom: 15px;
}
#txt {
	width: 700px;
	border: 1px solid #7f9db9;
	height: 300px;
}
#apercu {
	border: 1px solid #7f9db9;
	width: 700px;
	height: 300px;
	overflow: auto;
	padding: 3px;
}