﻿@charset "utf-8";

/* Correction non affichage des articles dans toute leur largeur dans le détail d'une notice*/
.notice_corps.media {
	
overflow:visible;
}
#resultats > ul > li.on {
    background-color: rgba(242, 240, 241, 0.8);
	color:black!important;
}

#resultats > ul > li.on .media-body * {
    color: #000;
}

#resultats > ul > li.on .notice_container .statut-primaryDoc a.view-document {
    color: #000;
}

