.attestation_impression_dialog
{
    position: fixed;
    width: 38vw;
    height: 6.5vw;
    background-color: #ffffff;
    font-family: Calibri;
    font-size: 1.2vw;
}

.attestation_impression_dialog_label_imprimantes
{
	position: absolute;
	left: 2vw;
	top: 2vw;
    font-family: Calibri;
    font-size: 1.2vw;
}

.attestation_impression_dialog_menu_imprimantes
{
	position: absolute;
	left: 15.5vw;
	top: 1.8vw;
	width: 16vw;
	height: 2.1vw;
    font-family: Calibri;
    font-size: 1.2vw;
}

.attestation_impression_dialog_bouton_valider
{
    position: absolute;
    left: 32.5vw;
    top: 0.95vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.attestation_impression_dialog_message_attente
{
    position: absolute;
    left: 0%;
    top: 0%;
	width: 100%;
	height: 100%;
	font-family: Calibri;
	font-size: 1.2vw;
	text-align: center;
	vertical-align: middle;
	color: #000000;
    /*background-color: #f5f5f4;*/
}
