#govbar,
#header,
#left_column,
.user-extras,
#back-to-top.show,
#footer,
.alert,
#facets,
#visualization {
	display: none !important;
	opacity: 0;
}

#main-content {
	min-height: 0px !important;
	min-width: 100%
}

.notice-html, .notice-content, .notice-infos {
	min-height: 0px !important;
    min-width: 100%;
}

a[href]:after {
	content: none;
}

.show-more {
	display: none;
}

.etat-modifie:before{
	content:url(../img/etats/etat_modifie.png);
}
.etat-consolidation-1:before {
	content:url(../img/etats/etat_consolidation_1.png);
}
.etat-base-acte:before {
	content:url(../img/etats/etat_jamais_modifie.png);
}
.etat-abroge:before {
	content:url(../img/etats/etat_abroge.png);
}
.etat-unknown:before {
	content:url(../img/etats/etat_inconnu.png);
}
.etat-autres:before {
	content:url(../img/etats/etat_autre.png);
}

.notice-infos .collapse {
	display: block;	
}