.admin_parametres_avances_dialog
{
    position: fixed;
    width: 54vw;
    height: 33vw;
    background-color: #ffffff;
}

.admin_parametres_avances_table_div
{
    position: absolute;
    left: 2vw;
    top: 2vw;
    width: 50vw;
    height: 21vw;
    overflow-y: auto;
}

.admin_parametres_avances_table
{
    border-collapse: initial;
    width: 48vw;
}

.admin_parametres_avances_table_cell2
{
	font-family: Calibri;
    font-size: 1.2vw;
	height: 2vw;
	text-align: left;
	vertical-align: middle;
	padding-left: 0.5vw;
}

.admin_parametres_avances_table_cell1
{
	width: 2vw;
	text-align: center;
	vertical-align: middle;
}

.admin_parametres_avances_coche
{
	height: 1vw;
    max-height: 100%;
    width: auto;
	padding-top: 0.4vw;
}

.admin_parametres_avances_titre_dictionnaire
{
    position: absolute;
	left: 2vw;
	top: 29vw;
	font-family: Calibri;
    font-size: 1.2vw;
    font-weight: bold;
}

.admin_parametres_avances_dictionnaire
{
    position: absolute;
    left: 10vw;
    top: 28.8vw;
    height: 2vw;
    width: 20vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.2vw;
}

.admin_parametres_avances_titre_heure_debut
{
    position: absolute;
	left: 2vw;
	top: 24vw;
	font-family: Calibri;
    font-size: 1.2vw;
    font-weight: bold;
}

.admin_parametres_avances_heure_debut
{
    position: absolute;
    left: 23vw;
    top: 23.8vw;
    height: 2vw;
    width: 4vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.2vw;
}

.admin_parametres_avances_titre_heure_debut_minutes
{
    position: absolute;
	left: 28vw;
	top: 24vw;
	font-family: Calibri;
    font-size: 1.2vw;
}

.admin_parametres_avances_heure_debut_minutes
{
    position: absolute;
    left: 30vw;
    top: 23.8vw;
    height: 2vw;
    width: 4vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.2vw;
}

.admin_parametres_avances_bouton_valider
{
	position: absolute;
    left: 25vw;
    top: 28vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}
