/***********************/
/**    FORMULAIRE     **/
/***********************/
#formcontact div {
	padding: 10px 0 10px 0;
	border-top: 1px solid #dddddd;
	text-align: left;
	font-weight: bold; color: #537e26; font-size: 14px; font-family: arial;
	cursor: pointer;
	}
#formcontact table {
	width: 100%;
	}
#formcontact table table td {
	vertical-align: top;
	width: 50%;
	}
#formcontact h2 {
	font-size: 30px; font-weight: normal; color: #5f9b15;
	margin: 10px 0;
	}
#formcontact .introContact {
	font-size: 11px;
	font-family: verdana;
	}
#formcontact table.off {
	display: none;
	}
#formcontact table.on {
	display: ;
	border-bottom: 1px solid #dddddd;
	}
#formcontact p {
	clear: both;
	margin: 3px 0;
	}
#formcontact table table span {
	font-size: 12px;
	text-align: left; color:#333333; font-weight: bold; line-height: 20px;
	}
#formcontact label {
	font-size: 12px;
	float: left;
	width: 100px;
	text-align: left; color:#333333; font-weight: bold; line-height: 16px;
	}
#formcontact input {
	margin: 0 20px 0 0;
	float: left;
	width: 200px;
	}
#formcontact .tdbutton {
	padding: 10px 0; text-align:left;
	}
#formcontact button {
	border: none; 
	background: #5f9b15; 
	font-weight: bold; 
	color: white; 
	cursor: pointer; 
	}
#formcontact .mention {
	font-size: 11px;
	color: #bebebe;
}
