div#zone_display {
	border:solid black 1px;
	width:100%;
	height:250px;
	overflow:auto
}

p#msg_alert {
	font: 12pt arial,helvetica,sans-serif;
	color:#aa0000;
}

span#msg_pays {
	font: 10pt arial,helvetica,sans-serif;
	color:#0000aa
}

table#tableau {
	border:0;
	font: 9pt arial,helvetica,sans-serif;
}
td#label_ligne_paire {
	color:#ffffff;
	background-color:#888888;
}
td#label_ligne_impaire {
	color:#ffffff;
	background-color:#999999;
}
tr#label_col {
	color:#ffffff;
	background-color:#000000;
	text-align:center;
}

td#ligne_paire {white-space:nowrap;text-align:right;background-color:#ffffff;}
td#ligne_impaire{white-space:nowrap;text-align:right;background-color:#bbbbbb;}

span#estime {
	font-style:italic;
	color:#0000ff
}

select#criteres {
	font-size:8pt;
}