/*****
* Feuille : styles.ff.css
* Auteur : Simon Dupuis Howard
* Date Création : 17/10/08 | Date mis-à-jour : 17/10/08
*/

input {
	margin:0px;
	padding:0px;
}

input[type=text], input[type=password] {
	width:148px;
	margin:6px 0px;
}

select {
	font-size:12px;
	width:150px;
	margin:6px 0px;
}

table {
	font-size:12px;
}

.check_left {
	float:left; 
	width:15px;
}

.texte_right {
	float:right; 
	width:280px;
	text-align:justify;
}

