.admin_modif_divers_manoeuvres_dialog
{
    position: fixed;
    width: 24vw;
    height: 5.5vw;
    background-color: #ffffff;
}

.admin_modif_divers_manoeuvres_dialog_description
{
    position: absolute;
    left: 2vw;
    top: 2vw;
    height: 1.5vw;
    max-height: 100%;
    width: 14vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.2vw;
}

.admin_modif_divers_manoeuvres_dialog_agree_button
{
    position: absolute;
    left: 18vw;
    top: 0.8vw;
    height: 4vw;
    max-height: 100%;
    width: auto;
}