/*
	Feuille de style des formulaires.
	
	7 avril 2008
	Alexandre Lepage
*/

.flabel {
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 5px;
	display: block;
	clear: left;
}
#txt {
	width: 780px;
	border: 1px solid #7f9db9;
	height: 300px;
}
fieldset {
	width: 800px;
}
#apercu {
	border: 1px solid #7f9db9;
	width: 780px;
	height: 300px;
	overflow: auto;
}

