.form1 {
	width: 260px;
	border: 1px solid #417DB5;
	color: #417DB5;
	font-weight: bold;
	font-size: 11px;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
select.form1 {
	width: 264px;
	font-weight: normal;
	margin-bottom: 2px;
}

input.formbt, td input.formbt {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	background-color: #333333 !important;
	border-left: 0px;
	border-top: 0px;
	border-right: 1px solid #666666 !important;
	border-bottom: 1px solid #666666 !important;
	color: #ffffff !important;
	cursor: pointer;
}

fieldset {
	border: 1px solid #666666;
	padding: 10px;
}
legend {
	color: #417DB5;
	font-weight: bold;
	font-size: 12px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

#bloctexte fieldset {
	border: 1px solid #ffffff;
}
#bloctexte legend {
	color: #ffffff;
}

label {
	padding: 2px;
}

input.ok {
	margin-bottom: -3px;
}

div.formlabel {
	float: left;
	width: 110px;
	text-align: right;
	margin-right: 5px;
}
div.champform {
	float: left;
	width: 270px;
}
