/* CSS Document */
body { margin:auto; font-family:Arial, Helvetica, sans-serif; } 
h1 { font-size:14pt; color:#333333; }

table { width:1220px; }
td { text-align:center; border:#666633 2px solid; }
td.gibier { background-color:#666633; color:#FFFFFF; }

table.imprim { width:1100px; }
table.imprim td { text-align:center; border:#666666 2px solid; }
table.imprim td.gibier { background-color:#666666; color:#FFFFFF; }

div#menu { width:470px; float:left; color:#FFFFFF; font-weight:bold; font-size:10pt; }
div#menu ul { font-size:10pt; text-align:left; list-style:none; margin:0px;padding:0px; }
div#menu li { background-color:#777744; line-height:20px; margin:3px; padding-left:5px }
div#menu a { color:#FFFFFF; }
div#footer { width:inherit; float:right; }

