section {
	text-align: justify;
}


.contenu {
	text-align: justify;
    width: 75%;
	margin-top: 1.3%;
    clear: right;
    overflow: hidden;
	margin-left: 19.5%;
}

article {
    border: 2px solid black;
    padding: 5px;
    background-color: lightslategrey;
	overflow: hidden;
	}


.resultats td {
    padding-left: 1%;
}

tr {
    height : 100%;
    overflow: auto;
}


.resultats {
    border-collapse: collapse;
    text-align: left;
}

.entete {
    text-align: center;
}

.btn-link_top{
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: black;
    padding: 0;
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
}