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

div#menu {
    background: linear-gradient(to bottom, #96BED6, #5092BA);
}
table.tableau th {
	background: linear-gradient(to bottom, #96BED6, #5092BA);
}
	body.precedent table.tableau th {
		background: linear-gradient(to bottom, #aaa, #555);
	}
table.tableaufiche th {
	background: linear-gradient(to bottom, #96BED6, #5092BA);
}
	body.precedent table.tableaufiche th {
		background: linear-gradient(to bottom, #aaa, #555);
	}
table.tableaufiche .groupe {
    background: linear-gradient(to bottom, #96BED6, #5092BA);
}
.ui-widget-header {
	background: linear-gradient(to bottom, #96BED6, #5092BA);
}
table.tableau tr.disabled td {
    background: #bbb !important;
}
table tr.disabled td {
    font-style: italic;
    color: #888;
    background: #ffcccc !important;
}