/*Table communes
Code couleur - 
Lignes tableau
	Doubs: #F1EDED;
	Haute-Saône: #DDE7EF;
	Jura: #D9EDCF;
	TdB: #F9EBCB;

Surlignement
	Doubs: #d2c6c6;
	Haute-Saône: #a8c2d6;
	Jura: #b6dca3;
	TdB: #f2d38d;
*/
BODY,DIV,TABLE,THEAD,TBODY,TFOOT,TR,TH,TD,P { font-family:"Calibri"; font-size:normal; }

h2 {text-align: center;}
P { color: #000000; font-family: "Calibri"; font-size: 12pt }
a:link {color:#005460;font-weight:bold; text-decoration:none;} 
a:hover {
	color: #003366;
	background-color: transparent;
	text-decoration: underline;
}
/* Formatage tableau */
.center {
  margin-left: auto;
  margin-right: auto;
}
th {
  font-family: Calibri;
  font-size: 13pt;
  font-weight: bold;
  text-align: left;
  padding: 2px;
}
td {
	padding: 5;
	}
tr:nth-child(odd) {
	background-color: honeydew; #f2f2f2; #f9ebcb;
}
tr:hover {
	background-color: #e6e6e6; #f2d38d;
	}
	div {overflow-x: auto;
	}
/* Tableau Statistiques communes */
table.titre   {
	margin-left: auto;
	margin-right: auto;
}
table.titre td {background-color: white;}

/* Dernière ligne tableau */
.col-foot {
	background: white;
	bottom: -1px; /* Fixes issue w/ sticky where sometimes text from table shows below footer */
	color: #000;
	position: -webkit-sticky;
	position: sticky;
	z-index: 999; /* Ensures the footer stays on top of everything else */
	}
.col-foot td {
	background-color: white;
	font-weight: bold;
	border-top: 2px solid; 
	border-bottom: 2px solid;
	}

/* En-tête tableau */
.sticky-top {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 20;
    /* set some style (optional)*/
    background-color: whitesmoke; #c0c0c0 ;#CCCCff;
    color: black ;
    }
.sticky-left {
    position: sticky;
    position: -webkit-sticky;
    left: 0px;
    z-index: 1;
    /* set some style (optional)*/
    background-color: ;
    color: noir;
    }
.sticky-top-left {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    left: 0px;
    z-index: 2;
    /* set some style (optional)*/
    background-color: #ebd2ad;
    color: noir;
    }
/* Bouton Retour haut de page */
#scroll {
    position:fixed;
    right:100px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}