
/* 	Styles de formulaires
--------------------------------------------------------*/
	
	form p {
		background : transparent;
		margin : 0.5em 0.6em;
	}
	
	
	form samp {
		clear : both;
		display : block;
		margin-left : 30%;
		font-size : 1em;
	}
	
	
	fieldset {
		float : left;
		clear : both;
		width : 100%;
		border : none;
		margin : 0.6em 0;
	}
	
	
	legend {
		color : #24400A;
		padding : 0.6em 0;
		margin : 0.5em 0.4em;
		font-weight : bold;
		text-align : center;
	}
	
	
	label {
		float : left;
		width : 30%;
		margin : 0;
	}
	
	input {
		/*padding : 0.2em 0.4em;*/
	
	}
	
	fieldset input,
	fieldset input:focus,
	fieldset input:active,
	textarea {
		width : 65%;
		background-color : #fbfbfb;
		border : 1px solid #d5d5d5;
	}
	
	
	fieldset input:focus,
	fieldset input:active,
	textarea:focus,
	textarea:active {
		border : 1px solid #16A63F;
		background-color : #fff;
	}
	

	select {
		width : 65%;
	}


/* 	Classes des éléments spéciaux
--------------------------------------------------------*/

	.form-checkbox input,
	.form-checkbox input:focus,
	.form-checkbox input:active {
		height : 13px;
		width : 20px;
		float : left;
		margin-left : 29%;
		margin-top : 0.4em;
		border : none;
	}

	
	.form-checkbox label {
		width : 60%;
		float : left;
		margin : 0;
		padding : 0;
	}


	.form-submit {
		clear : both;
		background : red;
		width : 60%;
		float : left;
	}

	.form-submit input {
		float : left;
		margin : 0.4em 0.2em;
	}


