/* STYLE FORMULAIRES TABLEAU */

	/* Input Text */
	table.tableau input.zone_saisie {
		width: 228px;
		border: 1px solid #666666;
		background: #FFFFCC;
		padding: 3px;
	}
	
	table.tableau input.zone_saisie_focus {
		width: 228px;
		border: 2px solid #666666;
		background: #FFFFCC;
		padding: 2px;
	}
	/* ---------------------------------------------------------------------------------------------------------------------------------- */
	
	/* Input Radio */
	table.tableau input.radio {
		height: 11px;
		width: 11px;
		cursor: pointer;
		vertical-align: bottom;
	}
	/* ---------------------------------------------------------------------------------------------------------------------------------- */
	
	/* Select */
	table.tableau select {
		border: 1px solid #666666;
		background: #FFFFCC;
		width: 235px;
		cursor: pointer;
	}
	
	table.tableau select.date {
		width: 92px;
	}
	
	table.tableau select.nombre {
		width: 50px;
	}
	
	table.tableau select.libelle {
		width: 180px;
	}
	/* ---------------------------------------------------------------------------------------------------------------------------------- */
	
	/* Textarea */
	table.tableau textarea.zone_texte {
		border: 1px solid #666666;
		background: #FFFFCC;
		margin-top: 2px;
		padding: 3px;
		width: 540px;
		height: 400px;
	}
	
	table.tableau textarea.zone_texte_focus {
		border: 2px solid #666666;
		background: #FFFFCC;
		margin-top: 2px;
		padding: 2px;
		width: 540px;
		height: 400px;
	}
	/* ---------------------------------------------------------------------------------------------------------------------------------- */
	
	/* Input Checkbox */
	table.tableau input.checkbox {
		height: 12px;
		width: 12px;
		cursor: pointer;
		vertical-align: bottom;
	}
	/* ---------------------------------------------------------------------------------------------------------------------------------- */
	
	/* Input File */
	table.tableau input.zone_fichier {
		width: 193px;
		border: 1px solid #666666;
		background: #FFFFCC;
		padding: 3px;
	}

	table.tableau input.zone_fichier_focus {
		width: 193px;
		border: 2px solid #666666;
		background: #FFFFCC;
		padding: 2px;
	}
	/* ---------------------------------------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------------------------------------------- */
