/* Créé par NH le 06/04/2022*/
#lienMiseAJourProduitsEnMasse {
	float: left;
	margin-left: 25px;
	width: 110px;
	height: 23px;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background-image: url('../../images/Shared/BGBtnOlisc.gif');
	background-repeat: no-repeat;
}

#lienMiseAJourProduitsEnMasse:hover {
	background-image: url('../../images/Shared/BGBtnOliscHover.gif');
}

#div_miseAJourProduitsEnMasse{
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}


#div_miseAJourProduitsEnMasse_contenu{
	float:left;
	width: 100%;
}

#div_miseAJourProduitsEnMasse_titre{
	display: table;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
}

#div_miseAJourProduitsEnMasse_texte {
	display: table;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
}

.ligne {
	display: table-row;
}

.colonne {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #c0c0c0;
}

#tableRefsMaj {
	width: 30%;
}

.variationSup {
	color: RGB(88, 214, 141);
}

.variationInf {
	color: RGB(133, 200, 244);
}
.limiteVariationSup {
	color: RGB(220, 118, 51);
}

.limiteVariationInf {
	color: RGB(18, 137, 242);
}