
/* Augmenter la spécificité pour écraser les styles Dolibarr par défaut */
body .liste_titre,
table.noborder tr.liste_titre th {
	color: white !important;
}

div.mainmenu.tierscustom::before {
	content: "\f249";
}
div.mainmenu.tierscustom {
	background-image: none;
}

.myclasscss {
	/* ... */
}

