
.HistoriqueNavigation_dialog
{
    position: fixed;
    width: 74vw;
    height: 36.5vw;
    background-color: #ffffff ; 
}

.HistoriqueNavigation_dialog_header_div
{
    position: absolute;
    top: 2vw;
    left: 2vw;
	width: 71vw;
}

.HistoriqueNavigation_dialog_header
{
    border-spacing: 0.1vw;
    border-collapse: initial;
	width: 69vw;
}
.HistoriqueNavigation_dialog_header > tbody > tr >td
{
	background-color: #046197;
}

.HistoriqueNavigation_dialog_header > tbody:hover > tr >td
{
    background-color: #046197;
}

.HistoriqueNavigation_dialog_header_cell
{
    font-family: Calibri;
    font-size: 1.4vw;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
	height: 2.5vw;
	cursor:default;
}

.HistoriqueNavigation_dialog_table_div
{
    position: absolute;
    top: 5vw;
    left: 2vw;
    height: 28.7vw;
    width: 71vw;
    overflow-y: auto;
}

.HistoriqueNavigation_dialog_table
{
    border-spacing: 0.1vw;
    border-collapse: initial;
	width: 69vw;
}

.HistoriqueNavigation_dialog_cell1
{
    font-family: Calibri;
    font-size: 1vw;
    text-align: center;
	vertical-align: middle;
	height: 3.5vw;
}

.HistoriqueNavigation_dialog_cell2
{
    font-family: Calibri;
    font-size: 1vw;
    text-align: left;
	vertical-align: middle;
	height: 3.5vw;
	padding-left: 0.5vw;
	padding-right: 0.5vw;
}

.HistoriqueNavigation_dialog_chrono
{
    width: 7vw;
}

.HistoriqueNavigation_dialog_regime
{
    width: 7vw;
}

.HistoriqueNavigation_dialog_designation
{
    width: auto;
}

.HistoriqueNavigation_dialog_bouton_effacer
{
	position: absolute;
    left: 35vw;
    top: 30.5vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
	cursor: pointer;
}

.HistoriqueNavigation_dialog_message_aucune_demande
{
	position: absolute;
    left: 0vw;
    top: 16vw;
	width: 100%;
	text-align: center;
    font-family: Calibri;
    font-size: 1.4vw;
}
