.divider {
	margin-top: 40px;
	}

.button {
	/* appearance */
	background-color: #3f3f3f;

	border: 1px solid #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 rgba(139,139,139,1) inset, 0 1px 0 rgba(88,88,88,1);
	-moz-box-shadow: 0 1px 0 rgba(139,139,139,1) inset, 0 1px 0 rgba(88,88,88,1);
	box-shadow: 0 1px 0 rgba(139,139,139,1) inset, 0 1px 0 rgba(88,88,88,1);
	cursor: pointer;

	/* position */
	display: inline-block;
	margin: 10px;

	/* size */
	padding: 0 10px;

	/* text */
	color: #eaeaea;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
	white-space: nowrap;
	}
.button:hover {
	/* appearance */
	background-color: #6495ed;
	-webkit-box-shadow: 0 0 3px #6495ed;
	-moz-box-shadow: 0 0 3px #6495ed;
	box-shadow: 0 0 3px #6495ed;
	}

.myTableWrapper {
	width: 800px;
	height: 500px;
	}

.height250 {
        height: 250px;
        overflow-x: auto;
        overflow-y: auto;
}

.height400 {
        height: 680px;
        overflow-x: auto;
        overflow-y: auto;
}
.height475 {
        height: 475px;
        overflow-x: auto;
        overflow-y: auto;
}


.fancyTable th {
	/* size */
	padding: 2px;
	}

	.fancyTable td {
		/* size */
		padding: 2px;
		}

.fancyTable {
	/* text */
	}

.fancyTable tbody tr td {
	/* text */
	color: var(--couleur-ecriture-interieur);
	padding-left: 8px;
	padding-right: 15px;
	font-size: 14px;
	height: 27px;
	cursor: pointer;
	}

.couleur tbody tr td {
	/* appearance */
	background-color: var(--couleur-box-fond);
	vertical-align: middle;
	}

.couleur tbody tr.odd td {
	/* appearance */
	background-color: var(--couleur-box-fond);
	}

.fancyTable tbody tr.odd td {
	/* appearance */

	}

.fancyTable thead tr th,
.fancyTable thead tr td {
	/* appearance */
	background-color: var(--couleur-tableau-banniere);
	/* text */
	color: var(--couleur-ecriture-menu);
	font-size: 14px;
	height: 35px;
	vertical-align: middle;
	}

.opacitytext80 {
opacity: 0.8;
}




.fancyTable tfoot tr th,
.fancyTable tfoot tr td {
	/* appearance */


	/* text */
	color: var(--couleur-ecriture-interieur);
	font-size: 14px;
	font-weight: bold;
	}

.taille thead tr th,
.taille thead tr td{
	font-size: 14px;
	}


/* Fancy Dark Table */
.fancyDarkTable .numeric {
	/* text */
	text-align: right;
	}

.fancyDarkTable td, .fancyDarkTable th {
	padding: 2px;
}



.fancyDarkTable {
	/*border-collapse: separate;*/

	/* text */
	}

.fancyDarkTable tbody tr td {
	/* appearance */
	background-color: var(--couleur-theme-general);


	border-bottom-color: #22272e;
	border-top-color: var(--couleur-theme-general);
	border-right-color: #000;
	border-left-color: #3c454f;

	/* size */
	padding: 10px 5px 30px 5px;

	/* text */
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 -1px 1px #000000;
	}

.fancyDarkTable tbody tr.odd td {
	/* appearance */
	background-color: #293A49;

	border-right-color: #000;
	}

.fancyDarkTable thead tr th,
.fancyDarkTable tfoot tr td {
	/* appearance */
	background-color: #293A49;
	/* text */
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 -1px 1px #000;
	}

.fancyDarkTable .fht-head {
	-webkit-box-shadow: 0 5px 10px #000;
	z-index: 1;
	position: relative;
	}
