function color_tr(){
	$('#tableau tr:nth-child(even)').not("#entete").addClass(' fond_transparent');
	$('#tableau tr:nth-child(odd)').not("#entete").addClass(' fond_rouge');
}
