/* CSS Document */
/* --------------------------------------------------------------------------------------------- Fieldset */
	fieldset {
		border:none
	}
/* --------------------------------------------------------------------------------------------- Légende */
	legend {
		font-weight:bold;
		color:#0a50a1;
		font-size:1.8em;
		margin:0 0 10px -8px
	}
/* --------------------------------------------------------------------------------------------- Obligatoire */
	.obligatoire {color:#ff0000}
	p.obligatoire {font-size:.9em}
/* --------------------------------------------------------------------------------------------- Div */
	div.formulaire {
		float:left;
		width:100%;
		margin-bottom:8px
	}
	div.formulaire.marge_top {margin-top:20px}
/* --------------------------------------------------------------------------------------------- Label */
	label {cursor:pointer}
	label.label {
		float:left;
		display:block;
		width:120px;
		text-align:right;
		line-height:18px;
		color:#000;
		font-weight:bold;
		padding:0 5px 0 0
	}
/* --------------------------------------------------------------------------------------------- Champs, zone de texte et select */
	input.champ, textarea {
		float:left;
		width:180px;
		height:15px;
		border:1px solid #8f8f8f;
		color:#333;
		font-size:1em;
		padding:2px 0 0 3px
	}
	input.champ.small {width:115px}
	input.champ.large {width:320px}
	textarea {
		width:320px;
		height:100px;
		font-family:arial, sans-serif
	}
/* --------------------------------------------------------------------------------------------- Commentaires et explications */
	p.explication, p.erreur {
		text-align:justify;
		line-height:15px;
		margin:0 0 5px 0
	}
	p.erreur {
		color:#ff0000;
		font-size:.9em
	}
	p.erreur a {
		color:#ff0000;
		text-decoration:underline
	}
	p.erreur a:hover {text-decoration:none}
/* --------------------------------------------------------------------------------------------- Bouton */
	input.envoyer {margin:10px 0 0 365px}
/* --------------------------------------------------------------------------------------------- CNIL */
	#cnil {
		padding:0 0 0 125px;
		color:#797979;
		font-size:1em
	}
	#cnil p input {
		position:relative;
		left:3px;
	}
	#cnil #adresse_cnil {padding:0px 0 0 20px;}
