body.formulaires {
	overflow: hidden;
}

p.erreur  {
	padding: 4px;
	margin: 1px 0;
	background: #ffc;
	color: #f30;
	text-align: center;
}

h2.formTitle {
	background: #6395b4;
	margin: 1px 0;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	//color: #1074b2;
	color: #fff;
	border-bottom: 1px solid #c1d1d9;
}

#mel-form {
	background: #d4e7f8;
	font-family: normal "Lucida Grande","Lucida Sans Unicode",Arial, Helvetica, sans-serif;
	position: relative;
	padding: 15px 0;
}
#mel-form div.bloc {
	margin: 10px 0;
}
#mel-form fieldset {
	margin: 5px;
	padding: 5px 0;
	border-top: 1px dotted #6395b4;
}
#mel-form label {
	float:left;
	clear:left;
	width: 30%;
	padding: 5px 0;
	text-align: left;
	}
#mel-form input, #mel-form textarea {
	float:left;
	width:66%;
	margin-bottom: 5px;
	padding: 5px;
	border: none;
	background: #fff;
	border-top: 1px dotted #dedede;
	}
#mel-form div.center {
	text-align: center;
}
#mel-form div.center input, #mel-form div.center label {
	clear:both;
	float:none;
	width:auto;
}

#mel-form .soumission {
	float:none;
	width: 66%;
	margin: 20px 0 0 30%;
	text-align: left;
}
#mel-form .soumission input {
	float:none;
	width: 158px;
	height: 24px;
	border: none;
	margin: 5px 0;
	background: url(../medias/interface/submit_fnd.gif);
	text-align: center;
	font-variant: small-caps;
}
label[for] { cursor: pointer; }
.succes {
	margin: 10px;
}
p.message  {
	text-align: center;
}

