/* CSS Document *//* Background color */body	{ background-color: white; }/* Document: Font color, size and family */body, p, td	{ color: #003366; font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }/* Table: background color and border */.tabproperty 	{ background-color: #aaaaaa; border-top: 4px solid #ffcc33 }/* Table menu: font color and background color */.tabmen, .tabmen a,.tabmen a:hover, th	{ color: #ffcc33; text-decoration: none; background-color: #003366; text-align: center }/* Table: ligne color */.tabl1, .tabl1 a,.tabl1 a:hover	{ background-color: #ffffff; }.tabl2, .tabl2 a,.tabl2 a:hover	{ background-color: #f5f5f5; }