#formulaire-bleu {
	position: relative;
	width: 515px;
	margin: 0 auto;
	text-align: left;
	color:#074fa3;
	padding:0;
}

#formulaire-bleu fieldset {
	margin-bottom: 1em;
	border: 0;
	width: auto;
	margin: 0;
	background-color:#FFFFFF;
	border-top: 1px solid #074fa3;
	border-left: 1px solid #074fa3;
	border-right: 1px solid #36b705;
	border-bottom: 1px solid #36b705;
}
#formulaire-bleu fieldset p {
	padding: 0 0 0.75em 0.5em !important;
	padding: 0 0 0.35em 0.5em;
	clear: both;

}
#formulaire-bleu legend {
	margin: 0 0 0.5em 0;
	padding: 0.3em;
	color: #3cc213;
	font-weight:bold;
	text-transform:uppercase;
}
#formulaire-bleu label.text {
	display: block;
	float: left;
	width: 40%;
	text-align: right; /* n'hésitez pas pas a aligner a gauche, c'est pas mal aussi */
	margin: 0 1em 0 0;
	padding: 0.1em;
	border-bottom: 1px solid #7ed6ea;
	font-weight:bold;
}
#formulaire-bleu .radioCheck {
	margin: 0 1em 0 0.25em;	
}
#formulaire-bleu input.text,
textarea {
	width: 40%;
	background-color: #7ed6ea;
	border: 0;
	margin-right: 0.25em;
	color:#FFFFFF;	
	font-weight:bold;

}
#formulaire-bleu .envoy {
	margin: 1em 0;
	text-align: center;
}
#formulaire-bleu .envoy label {
	border: 0;	
}
#formulaire-bleu hr {
	visibility: hidden;
	clear: both;
}
#formulaire-bleu span.note {
	font-size: 0.75em;
}
#formulaire-bleu span.warning {
	font-weight: bold;
	font-size: 1.3em;
	color: #36b705;
}

#formulaire-bleu .submit {border-top: 1px solid #074fa3;
	border-left: 1px solid #074fa3;
	border-right: 1px solid #36b705;
	border-bottom: 1px solid #36b705;
	color:#FFFFFF;
	font-weight:bold;
	background-color: #7ed6ea;
	width:125px;}