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

div#menu {
    color: #fff;
    background: linear-gradient(to bottom, #21a464, #125a38);
}
table.tableau th {
    color: #fff;
	background: linear-gradient(to bottom, #21a464, #125a38);
}
	body.precedent table.tableau th {
		background: linear-gradient(to bottom, #aaa, #555);
	}
table.tableaufiche th {
    color: #fff;
	background: linear-gradient(to bottom, #21a464, #125a38);
}
	body.precedent table.tableaufiche th {
		background: linear-gradient(to bottom, #aaa, #555);
	}
table.tableaufiche .groupe {
    color: #fff;
    background: linear-gradient(to bottom, #21a464, #125a38);
}
.ui-widget-header {
    color: #fff;
	background: linear-gradient(to bottom, #21a464, #125a38);
}

table.tableau tr.disabled td {
    background: #ddd !important;
}
.disabled {
    opacity: .5;
    cursor: default;
}
ul.block {list-style-type: none}
li.fiche {
	display: block;
	width: 300px;
	float: left;
	position: relative;
	margin: 0 10px 10px 0;
	padding: 0px;
	border-color:black;
}

ul.group {
    border: 2px solid #888;
    position: absolute;
    background: white;
    width: 250px;
    display: none;
    z-index: 200;
}
ul.group li {
    list-style: none;
}								
ul.group li input{
    margin: 8px;
}