ul.liste_documents {
    display: none;
}
li.actif ul.liste_documents {
    display: block;
}
li.categories_document, li.categories_document li{ 
    cursor: pointer;
    text-decoration: underline;
}

.document_telechargeable{
	padding:0.5rem;
	border-left:3px solid rgba(0,0,0,0);
}
.document_telechargeable:nth-child(odd) {
    background:rgba(64,64,64,0.05);
}
.document_telechargeable:hover{
	border-left:3px solid;
	background: rgba(0,0,50,0.1)!important;
}
span.liensanstexte {
    display: none;
}

ul.documents-couvertures li{
	text-align:center;
}
ul.documents-couvertures li:before{
	content:''!important;
	margin-right:0px!important;
}