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

div#menu {
    color: #fff;
    background: linear-gradient(to bottom, #0e5c93, #00294c)
}
table.tableau th {
    color: #fff;
	background: linear-gradient(to bottom, #0e5c93, #00294c)
}
	body.precedent table.tableau th {
		background: linear-gradient(to bottom, #aaa, #555);
	}
table.tableaufiche th {
    color: #fff;
	background: linear-gradient(to bottom, #0e5c93, #00294c)
}
	body.precedent table.tableaufiche th {
		background: linear-gradient(to bottom, #aaa, #555);
	}
table.tableaufiche .groupe {
    color: #fff;
    background: linear-gradient(to bottom, #0e5c93, #00294c)
}
.ui-widget-header {
    color: #fff;
	background: linear-gradient(to bottom, #0e5c93, #00294c)
}

div.titre2 {
    display: inline-block;
    width: 100%;
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 2px 2px 2px #aaa;
    padding: 10px 0px 10px 0px;
}
table.tableau .eval {
    background: linear-gradient(to bottom, #ffffff, #dddddd);
}
table.tableau td {
	font-size: 11pt;
	padding: 2px 10px 2px 10px;
	border: 2px solid #888;
	background: #ffffff;
}
table.tableau th {
	font-size: 1.2em;
	padding: 8px 10px 8px 10px;
	border: 2px solid #888;
}
table.tableau tr.disabled td {
    background: #ddd !important;
}
table.tableau td.groupe {
    height: 30px;
    font-size:1.1em;
    font-weight: bold;
    background:linear-gradient(to bottom, #d0c195, #b8a260);
}
table.tableau td.caseresultats {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	background: #bbb;
}
div.fiche {
	display: block;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-color:black;
}
div.divresultats {
	display: block;
	float: left;
	position: relative;
	min-width: 440px;
	width: 100%;
}
	@media screen and (min-width: 1020px) {
	    div.fiche {
		    width: 50%;
	    }
		div.divresultats {
		    width: 50% !important;
	    }
	}
	
	@media screen and (min-width: 1500px) {
	    div.fiche {
		    width: 33.3%;
	    }
		div.divresultats {
		    width: 33.3% !important;
	    }
	}
table.tableresultats {
	width: 100%;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	box-shadow: none !important;
	border-collapse: collapse !important;
}