/* CSS Document */
/* --------------------------------------------------------------------------------------------- Paragraphe */
	p.obligatoire {
		float:right;
		color:#ff0000;
		padding:0 0 5px 0;
		width:150px
	}
/* --------------------------------------------------------------------------------------------- Div */
	div.formulaire {
		float:left;
		width:100%;
		margin:0 0 5px 0;
		color:#666
	}
	div.formulaire_code_verif {
		float:left;
		width:100%;
		margin:25px 0 5px 0;
		color:#666
	}
	div.margeTop {margin:20px 0 0 0}
/* --------------------------------------------------------------------------------------------- Label */
	label span.obligatoire {color:#ff0000}
	label.label {
		display:block;
		float:left;
		text-align:left;
		padding:0 5px 0 0;
		line-height:17px;
		color:#666
	}
	label.normal {width:150px}
	label.message_concerne {height:60px}
/* --------------------------------------------------------------------------------------------- Champ */
	input.champ {
		float:left;
		border:solid 1px #666;
		padding:1px 0 0 3px;
		height:15px;
		background:#fcf8fc;
		font-size:1em;
		color:#333
	}
	input.normal {width:150px}
	input.obligatoire {background:#fff0fe}
	input.on {background:#fff}
/* ------------------------------------------------------------------ Radio */
	input.radio {vertical-align:sub}
	* html input.radio {
		margin:0 0 0 -5px;
		vertical-align:baseline
	}
	*+html input.radio {
		margin:0 0 0 -3px;
		vertical-align:baseline
	}
/* --------------------------------------------------------------------------------------------- Textarea */
	textarea {
		float:left;
		width:250px;
		height:100px;
		border:solid 1px #666;
		padding:1px 0 0 3px;
		background:#fcf8fc;
		/*font-size:1em;*/
		color:#333
	}
	* html textarea {overflow-y:hidden}
	textarea.obligatoire {background:#fff0fe}
	textarea.on {background:#fff}
/* --------------------------------------------------------------------------------------------- Select */
	select {
		/*width:180px;*/
		height:80px;
		border:solid 1px #666;
		padding:1px 0 0 3px;
		background:#fcf8fc;
		font-size:1em;
		color:#333;
		margin:0 0 10px 135px
	}
/* --------------------------------------------------------------------------------------------- Bouton */
	#right #contenu a.bt {
		float:left;
		border:solid 1px #9c5597;
		background:#b76eb2;
		text-decoration:none;
		padding:0 4px;
		color:#fff;
		font-weight:bold;
		font-size:.9em;
		margin:15px 0 0 282px
	}
	* html #right #contenu a.bt {
		float:none
	}
	#right #contenu a.bt:hover {
		background:#fff;
		color:#9c5597
	}
