.admin_confirm_modif_gamme_dialog
{
    position: fixed;
    width: 42vw;
    height: 23vw;
    background-color: #ffffff;
}

.admin_confirm_modif_gamme_dialog_label
{
    position: absolute;
    left: 2vw;
    top: 2vw;
	width: 38vw;
	text-align: center;
	font-family: Calibri;
    font-size: 1.2vw;
	color: black;
    font-weight: bold;
}

.admin_confirm_modif_gamme_dialog_commentaires
{
    position: absolute;
	top: 5vw;
	left: 2vw;
	width: 38vw;
    height: 10vw;
    font-family: Calibri;
    font-size: 1.4vw;
	resize: none;
	overflow: scroll;
}

.admin_confirm_modif_gamme_dialog_bouton_valider
{
    position: absolute;
    left: 36vw;
    top: 18vw;
    height: 4vw;
    max-height: 100%;
    width: auto;
}