* {
	padding:0;
	margin:0;
}

#playlist {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:70%;
	border:1px solid #ccc;
	margin-top: 2em;
	height:35em;
	overflow: auto;
}
table th {
    position: -webkit-sticky; // this is for all Safari (Desktop & iOS), not for Chrome
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #eee;
/*     border:1px solid #ccc; */
}

#player_zone {
	position:fixed;
	bottom:0;
	width:100%;
	height:5em;
	background-color: #ccc;
}

#player_player {
	width:70%;
	height:32px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top:1.55em;
}

#player_player audio {
	width:100%;
}

table#liste {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width:100%;
}
table#liste tr {
	cursor: pointer;
}
table#liste tr:hover {
	background-color: #eee;
}
table#liste tr.selected {
	background-color: #eee;
	font-weight:bold;
}
table#liste td {
	border:1px solid #ccc;
	padding: 0.3em;
}