/* CSS Document */
form#contactForm span.oblig {
	color: #CC0000;
	font-size: 1.6em;
}
form#contactForm legend {
	color: #FF33FF;
}
fieldset#client {
	padding-left: 20px;
	margin:0 10px 10px 10px;
}
div.error {
	color: #FF0000;
	font-size: 1.1em;
}
form#contactForm p#nota {
	color: #FF33FF;
	font-weight: bold;
	text-align:center;
	margin: 5px 0 10px 0;
}
label.t_fixe {
	margin-left: 5px;
	clear:both;
	width: 120px;
	display: block;
	/*float: left;
	font-weight: bold;*/
}
form#contactForm div#fin_form {
	text-align: center;
	margin:5px 0;
}
form#contactForm div#fin_form input.valid {
	background-color: #00CC33;
	font-weight: bold;
}

