/* My Comment 

table.formulaire {
}

*/

td {
	border-bottom: none;
}

td.lbl {
	width: 120px;
	text-align: right;
	padding: 5px 0;
}

td.inp {
}

td.bouton {
	padding: 5px;
}

input:focus {
	background: #fffb00;
}