<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.history_global
{
    position: fixed;
	width: 100%;
	height: 90%;
    left: 0px;
    top: 10%;
}

.history_title
{
    position: absolute;
    top: 3%;
    left: 0px;
	width: 100%;
    text-align: center;
    font-size: 1.6vw;
    font-family: Calibri;
    font-weight: bold;
    text-decoration: underline;
    color: black;
}

.history_table_header_div
{
    position: absolute;
    top: 3vw;
    left: 10vw;
	width: 96%;
}

.history_table_header
{
    border-spacing: 0.1vw;
    border-collapse: initial;
	width: 80vw;
}

.history_table_header &gt; tbody &gt; tr &gt;td
{
	background-color: #046197;
}

.history_table_header &gt; tbody:hover &gt; tr &gt;td
{
    background-color: #046197;
}

.history_header_cell
{
    font-family: Calibri;
    font-size: 1.2vw;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    background-color: #046197;
	cursor:default;
	height: 2.5vw;
}

.history_header_cell2
{
    font-family: Calibri;
    font-size: 1.2vw;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    background-color: white !important;
	cursor:default;
	height: 2.5vw;
}

.history_header_cell2 &gt;td
{
    background-color: white !important;
}
	
.history_table_div
{
    position: absolute;
    top: 6.3vw;
    left: 10vw;
	width: 82vw;
    height: 34vw;
    overflow-y: auto;
}

.history_table
{
    border-spacing: 0.1vw;
    border-collapse: initial;
	width: 80vw;
}

.history_cell
{
    font-family: Calibri;
    font-size: 1.2vw;
    text-align: center;
	vertical-align: middle;
    /*background: #ffffff;*/
	height: 3.5vw;
}

.history_cell2
{
    text-align: center;
	vertical-align: middle;
	height: 3.5vw;
	background-color: white;
}

.history_date
{
    width: 14vw;
}

.history_statut
{
    width: 20vw;
}

.history_utilisateur
{
    width: 20vw;
}

.history_nature_modification
{
    width: auto;
}

.history_detail
{
    width: 6vw;
}

.history_bouton_detail
{
	height: 3vw;
Â&nbsp;Â&nbsp;Â&nbsp; max-height: 100%;
Â&nbsp;Â&nbsp;Â&nbsp; width: auto;
}</pre></body></html>