td { 
	padding: 8px; 
	text-align: left; 
}

.divbox {
	border: 1px solid black;
	border-radius: 5px;
	display: none;
	position: absolute;
	background-color: #f0f0f0;
	/* background-color: white; */
	z-index: 99;
}

#menu_div_1{
	position: relative;
}
#menu_div_1_contenu{
	/* background-color: gray; */
	left: 25;
	/* width: 100%; */
}
#div_titre{
	/* width: 100%; */
	background-color: green;
	/* background-color: gray; */
	left: 25;
	text-align: right;
	/* width: 100%; */
}				
#div_fermer{
	/* width: 100%; */
	background-color: yellow;
	/* background-color: gray; */
	left: 25;
	text-align: right;
	/* width: 100%; */
}

.floating-alert {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1050; /* Niveau supérieur pour être au-dessus des autres éléments */
	width: auto;
}
.classTableTitre {
			width: 100%;
			border: black;
			background-color: yellowgreen;
		}
.classTdLeft {
	text-align: left;
}
.classTdRight {
	text-align: right;
}
#divInfoOK {
	display: none;
}
#divInfoKO {
	display: none;
}
.alerte-centree {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 300px;
	z-index: 1050;
	display: none;
}
.divupPremierPlan {
	z-index: 9999;
}
.boutonMince {
	--bs-btn-padding-x: 0.3rem;
	--bs-btn-padding-y: 0.1rem;
}