/* CSS Document */
/* --------------------------------------------------------------------------------------------- Fieldset */
	fieldset {
		border:none;
		margin:0 0 20px 100px
	}
/* --------------------------------------------------------------------------------------------- Légende */
	legend {
		font-size:1.1em;
		font-weight:bold;
		color:#286dbb;
		background:url(../../images/elements/puces.gif) no-repeat right 7px;
		padding:0 12px 0 0
	}
/* --------------------------------------------------------------------------------------------- Obligatoire */
	.obligatoire {color:#ff4200}
	p.obligatoire {font-size:.9em}
/* --------------------------------------------------------------------------------------------- Div */
	div.formulaire {
		float:left;
		width:100%;
		margin-bottom:5px
	}
/* --------------------------------------------------------------------------------------------- Label */
	label {cursor:pointer}
	label.label {
		float:left;
		display:block;
		width:140px;
		text-align:right;
		line-height:18px;
		color:#4e5459;
		padding:0 5px 0 0
	}
/* --------------------------------------------------------------------------------------------- Champs, zone de texte et select */
	input.champ, textarea {
		float:left;
		width:180px;
		height:15px;
		border:1px solid #808080;
		color:#4e5459;
		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;
		color:#4e5459
	}
	p.erreur {
		color:#ff4200;
		padding:0 0 0 125px;
		font-size:.9em
	}
/* --------------------------------------------------------------------------------------------- Bouton */
	#right #arrondi_middle div.bouton {margin:0 0 20px 520px}