@import "../../css/base.css";

div#menu {
	color: #ffffff;
    background: linear-gradient(to bottom, #006868, #003333);
}
table.tableau th {
	color: #ffffff;
	background: linear-gradient(to bottom, #006868, #003333);
}
	body.precedent table.tableau th {
		background: linear-gradient(to bottom, #aaa, #555);
	}
table.tableaufiche th {
	color: #ffffff;
	background: linear-gradient(to bottom, #006868, #003333);
}
	body.precedent table.tableaufiche th {
		background: linear-gradient(to bottom, #aaa, #555);
	}
table.tableaufiche .groupe {
	color: #ffffff;
    background: linear-gradient(to bottom, #006868, #003333);
}
.ui-widget-header {
	color: #ffffff;
	background: linear-gradient(to bottom, #006868, #003333);
}


table.tableau tr.select td{background: #ffffcc;}
table.tableau tr.reselect td{background: #ffff44;}