/* Styles de base */
body {
    font-family: sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
}

main {
    max-width: 100%;
}
.player-section{
	    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1000;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.player-container {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.file-name, .cote-link {color:#A60000;cursor: pointer;}
.cote-link {font-size:0.9em;}

#audioTable {
	width:100%;
	border-collapse:collapse;
	}
#audioTable td{
	border:1px dotted #ccc;
	padding:0.5em;
}