/* CSS Document */
form#contact_contactformForm span.oblig {
	color: #CC0000;
	font-size: 1.6em;
}
form#contact_contactformForm legend {
	color: #4BD21E;
}
fieldset#client {
	padding-left: 20px;
	margin:0 10px 10px 10px;
}
fieldset#proj {
	padding: 20px;
	margin: 10px;

}
fieldset#proj legend {
	margin-bottom: 10px;
}
address {
	text-align: center;
}
div.error {
	color: #FF0000;
	font-size: 1.1em;
}
form#contact_contactformForm p#nota {
	color: #4BD21E;
	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#contact_contactformForm div#fin_form {
	text-align: center;
	margin:5px 0;
}
form#contact_contactformForm div.actions {
	text-align: center;
	padding: 10px 0;
}
form#contact_contactformForm div.actions input {
	background-color: #00CC33;
	font-weight: bold;
}
fieldset#coord {
	margin: 10px;
}
div#contact_succes {
	height: 500px;
}
h1#merci {
	text-align: center;
	font-size: 3em;
	padding-top: 150px;
	color: #4BD21E;
}
h1#merci span {
	font-size: 0.8em;
}