.labelListe {
	display: block;
	margin-top: 1rem;
}

button.btnElectionqc {
	margin-top: 2rem;
}

.tablesorter thead th {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE0IDIwIj48cGF0aCBkPSJNMTQgMTNsLTIuNS0yLjVMNyAxNWwtNC41LTQuNUwwIDEzbDcgN3pNMTQgNy41TDExLjUgMTAgNyA1LjUgMi41IDEwIDAgNy41bDctN3oiLz48L3N2Zz4=);
	/*background-image: url(images/bg.gif);*/
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	background-size: 10px;
}

.tablesorter thead th.up {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBkPSJNMTQgOS41TDExLjUgMTIgNyA3LjUgMi41IDEyIDAgOS41bDctN3oiLz48L3N2Zz4=);
	/*background-image: url(images/asc.gif);*/
}

.tablesorter thead th.down {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBkPSJNMTQgNWwtMi41LTIuNS00LjUgNC41LTQuNS00LjVMMCA1IDcgMTJ6Ii8+PC9zdmc+);
	/*background-image: url(images/desc.gif);*/
}
/*#entete {
	height: 96px;
	background: #fff url(/images/bg-entete-popup.gif) 0 0 repeat-x;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 275px;
}
#logo {
	margin: 0;
	float: left;
}
caption {
	caption-side: top;
}

.decale {
	padding-left: 2rem !important;
	font-weight: normal !important;
}

h1, h2, h3, h4 {
	margin-bottom: 1.5rem;
}
h1 {
	padding-top: 5rem;
}
h2 {
	padding-top: 4rem;
	font-size: 2.25rem;
}
h3 {
	padding-top: 3rem;
}
h4 {
	padding-top: 2.5rem;
}
h4, caption {
	font-size:1.25rem;
	color: #212529;
}
a.nav-link {
	color: white;
}
a.nav-link:hover {
	color: white;
	text-decoration: underline;
}

body {
	position: relative;
}
.nav-pills .nav-link.active {
	background-color: transparent;

}
.dropdown-item.active, .nav-pills .show>.nav-link, .dropdown-item:active {
	background-color: #473f73;
}



.labelListe {
	display: block;
}

table tfoot {
	font-size: small;
}

td div {
	margin-left: 25%;
	margin-right: 25%;
}

td div.mnt {
	margin-left: 15%;
	margin-right: 15%;
}

.mntMillion {
    width: 70px !important;
	text-align: center;
}

.table thead th {
	text-align: center;
}

.pct {
    margin-left: auto;
    margin-right: auto;
    width: 50px;
}*/