.article-haut-rubrique div, .associer header div{
	background-color: rgb(var(--theme_couleur_blanc));
	width: 32px;
	border-left: 15px solid rgb(var(--theme_couleur_noir));
	border-right: 15px solid rgb(var(--theme_couleur_1));
}
.commentaire-ajouter-initiale div, .commentaire-initiale div {
	background-color: rgb(var(--theme_couleur_1));
}
.commentaire-ajouter-initiale div span, .commentaire-initiale div span {
	color: rgb(var(--theme_couleur_noir));
}
.associer-article-contenu-numero div {
	color: rgb(var(--theme_couleur_2));
	background-color: rgb(var(--theme_couleur_1));
	padding-left: 3px;
	padding-right: 3px;
}
.article-detail-mot-cle ul li a {
	color: rgb(var(--theme_couleur_noir));
	background-color: rgb(var(--theme_couleur_blanc));
	border-radius: 0px;
	border: 1px solid rgb(var(--theme_couleur_noir));
}
.article-detail-mot-cle ul li a:hover {
	color: rgb(var(--theme_couleur_noir));
	background-color: rgb(var(--theme_couleur_1));
	box-shadow: 0 0 0 0px rgba(var(--theme_couleur_1),0);
	border: 1px solid rgb(var(--theme_couleur_1));
}
.associer-article-contenu-nom h4 a:visited, .associer-article-contenu-nom h4 div:visited  {
	color: rgb(var(--theme_couleur_gris_moyen_fonce));
}
.article-associer {
	background: linear-gradient(to right, #f3f3f3, #fff);
}
@media screen and (max-width: 1024px) {
	.article-associer {
		background: linear-gradient(to right, #fff, #fff);
	}
}