
/*	$Id: screen.css,v 1.126 2008/07/15 18:12:21 florent Exp $ */

table {
	width: 437px;
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;}
table.fixedWidth { table-layout:fixed;}
table.autoWith { table-layout:auto;}
td{
	width: 50px;
	padding: 5px;
	border: 0px solid #002d56;
	background-color:#ffffff;}
.collapsus {border-collapse:collapse;}	

	
