.coordonnees {
	margin:15px 0 0 5px;
	border:1px solid #37424A;
	-moz-border-radius:8px;
	background:#fff;
}
.coordonnees legend {
	padding:0 5px;
	border:none;
	background:#fff;
	color:#333;
	border:1px solid #37424A;
	-moz-border-radius:8px;
}
#inscription label, .inscription label {
	float: left;    /*** Très important, ne pas suprimer ! ***/
	width: 200px;    /*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;    /*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 18px;    /*** ... et centrés verticalement. ***/
	color:#000;
}

#inscription input[type="text"], .inscription input[type="text"] {
	border:1px solid black;
	padding:2px;
}

.message {
    width: 470px;
    height: 200px;	
}

.exemple {
	/*font-size:.75em;
	font-style:italic;
	float:right;
	margin-left: 110px;*/
	display:none;
}

label.oblig {
	/*font-weight: bold;*/	/*** Mise en évidence des champs obligatoires ***/
}
.focus { /*** Retour à l'état normal après l'utilisation ***/
	/*background: #65C1FF;*/
	color: black;
}
.normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: white;
	color: black;

}
.erreur {
	background: #63a49c;
}

#but_submit {
	margin:5px 0;
}

