.analyse_risques_global
{
    position: fixed;
	width: 100%;
	height: 90%;
    left: 0px;
    top: 10%;
}

.analyse_risques_titre_taches, .analyse_risques_titre_risques
{
    position: absolute;
	top: 2vw;
    font-family: Calibri;
    font-size: 1.6vw;
    font-weight: bold;
	text-align: center;
	width: 30vw;
    color: #ffffff;
    background: #777777;
}

.analyse_risques_titre_taches
{
    left: 11.5vw;
	background-color: #046197;
}

.analyse_risques_table_taches_div
{
    position: absolute;
    left: 5vw;
    top: 5vw;
    width: 43vw;
    height: 28.5vw;
	overflow-x: hidden;
    overflow-y: auto;
	background-color: white;
	border: 1px solid black;
}

.analyse_risques_table_taches
{
    border-spacing: 1vw;
	table-layout: fixed;
    width: 41vw;
}

.analyse_risques_table_taches_cell1
{
    font-family: Calibri;
    font-size: 1.2vw;
    text-align: center;
	vertical-align: middle;
	width: 2.5vw;
	height: 5vw;
	overflow: hidden;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

.analyse_risques_table_taches_cell2
{
    font-family: Calibri;
    font-size: 1.2vw;
    text-align: left;
	vertical-align: middle;
	width: 36vw;
	height: 5vw;
	overflow: hidden;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

.analyse_risques_table_taches_cell3
{
    font-family: Calibri;
    font-size: 1.2vw;
    text-align: left;
	vertical-align: middle;
	width: 2.5vw;
	height: 5vw;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

.analyse_risques_table_taches_cell4
{
    font-family: Calibri;
    font-size: 1.2vw;
    text-align: left;
	vertical-align: middle;
	width: 38vw;
	height: 5vw;
	padding-left: 1vw;
	padding-right: 1vw;
	overflow: hidden;
	border-top: 2px solid white;
	border-bottom: 2px solid white;	
}

.analyse_risques_input_tache
{
    width: 35vw;
    height: 3.5vw;
    font-family: Calibri;
    font-size: 1.2vw;
	border: 1px solid #046197;
	padding-left: 0.3vw;
	padding-right: 0.3vw;
	resize: none;
	overflow-x: hidden;
	overflow-y: auto;
}

.analyse_risques_description_tache
{
    width: 30vw;
    font-family: Calibri;
    font-size: 1.2vw;
	overflow: hidden;
}

.analyse_risques_bouton_ajouter_tache
{
	position: absolute;
    left: 43vw;
    top: 1vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
	cursor: pointer;
}

.analyse_risques_titre_risques
{
    left: 58vw;
	background-color: #046197;
}

.analyse_risques_table_risques_div
{
    position: absolute;
    left: 52vw;
    top: 5vw;
    width: 43vw;
    height: 28.5vw;
	overflow-x: hidden;
    overflow-y: auto;
	border: 1px solid black;
}

.analyse_risques_table_risques
{
    border-spacing: 1vw;
	table-layout: fixed;
    width: 42vw;
}

.analyse_risques_table_risques_cell
{
    text-align: left;
	vertical-align: middle;
	width: 42vw;
	overflow: hidden;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

.analyse_risques_table_risques_cell1
{
    font-family: Calibri;
    font-size: 1.4vw;
	font-weight: bold;
    text-align: left;
	vertical-align: middle;
	width: 42vw;
	overflow: hidden;
	background-color: #DDDDDD;
}

.analyse_risques_table_risques_cell2
{
    font-family: Calibri;
    font-size: 1.2vw;
    text-align: left;
	vertical-align: middle;
	width: 41vw;
	overflow: hidden;
	background-color: white;
}

.analyse_risques_bouton_ajouter_risque
{
	position: absolute;
    left: 90vw;
    top: 1vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
	cursor: pointer;
}

.analyse_risques_icone_supprimer
{
	height: 1.7vw;
    max-height: 100%;
    width: auto;
	padding-top: 0.1vw;
}

.analyse_risques_statut_placeholder
{
    position: absolute;
	left: 61vw;
	top: 38.8vw;
	font-family: Calibri;
    font-size: 1.4vw;
}

.analyse_risques_statut
{
    position: absolute;
    left: 66vw;
	top: 38.8vw;	
    font-family: Calibri;
    font-size: 1.4vw;
    color: rgb(39, 52, 139);
	font-weight: bold;
}

/* Bouton supprimer */

.analyse_risques_erase_button
{
	position: absolute;
    left: 3vw;
    top: 38vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}


/* Bouton imprimer */

.analyse_risques_print_button
{
	position: absolute;
    left: 83vw;
    top: 38vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

/* Bouton workflow */

.analyse_risques_workflow_button
{
	position: absolute;
    left: 87vw;
    top: 38vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

/* Bouton workflow */

.analyse_risques_enregistrer_button
{
	position: absolute;
    left: 91vw;
    top: 38vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}