/* CSS Document */
/* --------------------------------------------------------------------------------------------- Fieldset */
	fieldset {
		border:none;
		padding:0 0 10px 0
	}
/* --------------------------------------------------------------------------------------------- Légende */
	legend {
		display:block;
		font-size:2.3em;
		border-bottom:1px solid #000;
		padding:0 0 2px 0;
		margin:0 0 8px -8px
	}
/* --------------------------------------------------------------------------------------------- Obligatoire */
	.obligatoire {color:#cc0033}
	p.obligatoire {
		font-size:.9em;
		margin:0 0 20px 0
	}
/* --------------------------------------------------------------------------------------------- Div */
	div.formulaire {
		float:left;
		width:100%;
		margin-bottom:8px
	}
	div.formulaire.marge_top {margin-top:20px}
/* --------------------------------------------------------------------------------------------- Label */
	label.label {
		float:left;
		display:block;
		width:120px;
		text-align:right;
		line-height:16px;
		padding:0 5px 0 0
	}
	label.label.large {width:200px}
/* --------------------------------------------------------------------------------------------- Champs, zone de texte et select */
	input.champ, textarea {
		float:left;
		width:180px;
		height:15px;
		/**/border:1px solid #1B3252;
		/**/background:#f0efef;
		font-size:1em;
		padding:2px 0 0 3px;
		margin:0 5px 0 0
	}
	input.champ.small {width:90px}
	input.champ.large {width:400px}
	textarea {
		width:400px;
		height:100px;
		font-family:arial, helvetica, sans-serif
	}
/* --------------------------------------------------------------------------------------------- Commentaires et explications */
	p.explication {
		text-align:justify;
		line-height:15px;
		margin:0 0 5px 0
	}
	p.erreur {
		color:#cc0033;
		padding:0 0 0 125px;
		font-size:.9em
	}
/* --------------------------------------------------------------------------------------------- CNIL */
	#cnil {
		padding:0 0 0 125px;
		color:#797979;
		font-size:.9em
	}
	#cnil p {padding:0 0 5px 0}
	#cnil p input {
		position:relative;
		left:3px;
		top:2px
	}
	#cnil ul {padding:4px 0 0 20px}
/* --------------------------------------------------------------------------------------------- Bouton */
	input.envoyer {margin:10px 0 0 460px}
	#actions {
		text-align:right;
		padding:0 119px 0 0
	}
	#actions input {margin:0 0 0 10px}