table.generique
        {
        width:100%;
        empty-cells:show;
        margin:0 auto 1em auto;
        text-align:left;
        padding:0;
        }
table.generique caption
        {
        text-align:center;
        font-weight:bold;
        caption-side:top;
        margin-bottom:0.2em;
        }
table.generique td
        {
        vertical-align:top;
        text-align:left;
        padding:1px 2px 1px 2px;
        }
table.generique th
        {
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	padding: 2px;
	line-height: 1.2em;
	overflow: hidden;
}
table.generique th a
        {
        padding:0;
        margin:0;
        text-decoration:none;
        color:#ffffff;
        font-weight:bold;
        }
table.generique th a:focus
        {
        color:#ffffff;
        }
table.generique td a:focus
        {
        text-decoration:underline;
        }
table.generique th span
        {
        color:#ffffff;
        }
table.generique th.centered,
table.generique td.centered
        {
        text-align:center;
        }
table.generique td.alternative,
table.generique tr.alternative
        {
        background: #CCFFCC;
        }
th.sortable,
th.sortable-date,
th.sortable-numeric,
th.sortable-currency
        {
        color:#000000;
        cursor:pointer;
        }
table.generique a
        {
        color:#fffff;
        }
th.sort-active,
table.generique th.sort-active
        {
        color:#ffffff
        }