/* Les formulaires */
form
{
	/*border: 1px dashed green;*/
}

fieldset
{
	margin-bottom: 0.5em;
	border: 1px solid silver;
	padding: 0.3em 0px;
}

legend
{
	font-size: 0.7em;
	font-weight: bold;
	margin: 3px 1em;
	border: 0px none silver;
	padding: 0.5em 0.3em;
}

label.label
{
	text-align: right;
	border-bottom: 1px dotted gray;
}

input.text,
textarea
{
	border: 1px solid gray; background-color: white; color: black;
}

#corps label,
#corps input,
#corps textarea,
#corps select,
#corps form .commentaire,
#corps form li
{
	/*float: left;			/* TEST 2007-04-24 */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;		/* Utile pour les textearea. */
	margin: 0px 3px;								/* TEST 2007-04-26 */
	/*border: 1px solid orange;		/* TEMP */
}

/* Les tailles. */
label.label,
label.vide
{
	width: 150px;
	float: left;
}
input.text				{ width: 300px; }
textarea				{ width: 300px; height: 80px; }
form .commentaire		{ width: 250px; background-color: inherit; color: #555555; }

input.submit
{
	width: 100px;
	border: 1px solid black; background-color: white; color: black;
}

/*
input,
select, option
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
*/




/* TEST */
.test-class-1		{ border: 1px dotted black; }
.test-class-2		{ border: 1px solid red; }
.test-class-3		{ border: 1px solid green; }
.test-class-4		{ border: 1px solid blue; }
.test-class-5		{ border: 1px solid silver; width: 150px; }
/* TEST */
