.associations_demandes_dialog
{
    position: fixed;
    width: 66vw;
    height: 23vw;
    background-color: #ffffff;
}

.associations_demandes_dialog_lecture
{
    position: fixed;
    width: 64vw;
    height: 23vw;
    background-color: #ffffff;
}

.associations_demandes_dialog_bouton_ajouter
{
    position: absolute;
    left: 18vw;
    top: 18vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.associations_demandes_dialog_bouton_valider
{
    position: absolute;
    left: 42vw;
    top: 18vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.associations_demandes_dialog_header_div
{
    position: absolute;
    top: 2vw;
    left: 2vw;
	width: 58vw;
}

.associations_demandes_dialog_header
{
    border-spacing: 0.1vw;
    border-collapse: initial;
	table-layout: fixed;
	width: 58vw;
}

.associations_demandes_dialog_header > tbody > tr:hover>td
{
    background-color: #046197;
}

.associations_demandes_dialog_header_cell
{
    font-family: Calibri;
    font-size: 1.2vw;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    background-color: #046197;
	height: 2.5vw;
	cursor:default;
}

.associations_demandes_dialog_table_div
{
    position: absolute;
    left: 2vw;
    top: 5.2vw;
	width: 63vw;
    height: 12vw;
    overflow-y: auto;
}

.associations_demandes_dialog_table
{
    border-spacing: 0.1vw;
    border-collapse: initial;
	table-layout: fixed;
}

.associations_demandes_dialog_cell1
{
    font-family: Calibri;
    font-size: 1.2vw;
    text-align: center;
	vertical-align: middle;
	height: 2vw;
}

.associations_demandes_dialog_cell2
{
    font-family: Calibri;
    font-size: 1.2vw;
    text-align: center;
	vertical-align: middle;
	height: 2vw;
}

.associations_demandes_dialog_cell3
{
	text-align: left;
	background-color: white;
}

.associations_demandes_dialog_menu
{
    font-family: Calibri;
    font-size: 1.2vw;
	height: 2vw;
}

.associations_demandes_dialog_menu_erreur
{
    font-family: Calibri;
    font-size: 1.2vw;
	height: 2vw;
    background-color: red;	
}

.associations_demandes_dialog_input
{
    font-family: Calibri;
    font-size: 1.2vw;
	width: 9vw;
	height: 2vw;
    max-height: 100%;
    color: black;
    background-color: white;
}

.associations_demandes_dialog_input_erreur
{
    font-family: Calibri;
    font-size: 1.2vw;
	width: 9vw;
	height: 2vw;
    max-height: 100%;
    color: black;
    background-color: red;
}

.associations_demandes_dialog_icone_supprimer
{
	height: 1.7vw;
    max-height: 100%;
    width: auto;
	padding-top: 0.1vw;
}

.associations_demandes_dialog_colonne1
{
	width: 22vw;
}

.associations_demandes_dialog_colonne2
{
	width: 14vw;
}

.associations_demandes_dialog_colonne3
{
	width: 22vw;
}

.associations_demandes_dialog_supprimer
{
    width: 3vw;
}

.associations_demandes_dialog_aucun
{
    position: absolute;
	left: 2vw;
	top: 10vw;
	width: 60vw;
    font-family: Calibri;
    font-size: 1.2vw;
	text-align: center;
}

