.msr_global
{
    position: fixed;
	width: 100%;
	height: 90%;
    left: 0px;
    top: 10%;
}

.msr_min_size
{
	width: 8vw;
	text-align: center;
}

.msr_div_arrondie
{
	background: #ededed;
    border-radius: 7px;
}

.msr_bouton_permis
{
	width: 8vw;
	height:min-content !important;
	font-family: Calibri;
    color: #046197;
	font-weight: bold;
	text-align: center;
	background: #dadada;
	border-radius: 3px;
	box-shadow: 4px 4px 8px #000;
}


/* Labels des champs */


.msr_request_prime_contractor_placeholder, .msr_request_bt_n_placeholder, .msr_request_regime_n_placeholder, .msr_request_jobs_supervisor_placeholder, 
.msr_request_job_commentary_child_placeholder, .msr_request_due_date_placeholder, .msr_request_due_hour_placeholder, .msr_request_expected_duration_placeholder, 
.msr_request_expected_duration_day_placeholder, .msr_request_requested_regime_placeholder, .msr_request_elementary_regime_placeholder, 
.msr_request_elementary_regime_mother_n_placeholder, .msr_request_fire_placeholder, .msr_request_capacite_placeholder, .msr_request_floor_opening_placeholder, 
.msr_request_location_placeholder, .msr_request_tr_placeholder, .msr_request_syst_placeholder, .msr_request_code_placeholder, .msr_request_designation_placeholder, 
.msr_request_local_placeholder, .msr_request_niveau_placeholder, .msr_request_service_enterprise_placeholder, .msr_request_work_supervisor_placeholder, 
.msr_request_work_supervisor_assistant_placeholder, .msr_request_commentary_placeholder, .msr_request_status_placeholder, .msr_request_numero_at,
.msr_request_numero_at_placeholder, .msr_request_repere_placeholder
{
    position: absolute;
    font-family: Calibri;
    font-size: 1.4vw;
}


/* Cases à cocher */

.msr_request_numero_at_checkbox, .msr_request_jobs_supervisor_checkbox, .msr_request_elementary_regime_checkbox, .msr_request_fire, .msr_request_capacite, 
.msr_request_floor_opening, .msr_request_work_supervisor_assistant_checkbox, .msr_request_documents_annexes_checkbox
{
	height: 1vw;
    max-height: 100%;
    width: auto;
}

.msr_request_prime_contractor_placeholder
{
    left: 4vw;
    top: 1vw;
    width: 20%;
}

.msr_request_prime_contractor
{
    position: absolute;
    left: 19vw;
    top: 1vw;
    width: 20%;
	height: 2vw;
    font-family: Calibri;
    font-size: 1.4vw;
}

.msr_request_bt_n_placeholder
{
    left: 42vw;
    top: 3.5vw;
    width: 10%;
}

.msr_request_bt_n
{
    position: absolute;
    left: 49vw; 
    top: 3.5vw;
    width: 20vw;
	height: 1.8vw;
    font-family: Calibri;
    font-size: 1.4vw;
}

.msr_request_numero_at_placeholder
{
    left: 42vw;
    top: 1vw;
    width: 10%;
}

.msr_request_numero_at_checkbox
{
    position: absolute;
    left: 46vw;
    top: 1.5vw;
}

.msr_request_numero_at
{
    position: absolute;
	left: 49vw;
	top: 1vw;
    width: 30vw;	
	height: 1.8vw;
    font-family: Calibri;
    font-size: 1.4vw;	
}

.msr_request_numero_at_menu
{
    position: absolute;
	left: 49vw;
	top: 1vw;
    height: 2.1vw;
	min-width: 20.2vw;
    max-width: 30vw;
	font-family: Calibri;
	font-size: 1.4vw;
}

.msr_request_numero_at_menu_combo_box
{
    height: 1.5vw;
    width: 20.2vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.4vw;
}

.msr_request_numero_at_menu_input
{
    height: 1.5vw;
    width: 20vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.4vw;
}

.msr_request_numero_at_menu_input_popup
{
    width: 20vw;
	max-height: 15vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.4vw;
}

.msr_request_regime_n_placeholder
{
    left: 82vw;
    top: 1vw;
    width: 10%;	
}

.msr_request_regime_n
{
    position: absolute;
    top: 1vw;
    left: 90vw;
    width: 10%;	
    color: rgb(39, 52, 139);
	height: 1.8vw;
    font-family: Calibri;
    font-size: 1.4vw;
	font-weight: bold;
}

.msr_request_jobs_supervisor_placeholder
{
    left: 4vw;
    top: 3.5vw;
}

.msr_request_jobs_supervisor_checkbox
{
    position: absolute;	
    left: 16vw;
    top: 4vw;
}

.msr_request_jobs_supervisor
{
    position: absolute;
    left: 19vw;
    top: 3.7vw;
    width: 19.6vw;
	height: 2.2vw;
    font-family: Calibri;
    font-size: 1.4vw;
}

.msr_request_jobs_supervisor_combo_box
{
    position: absolute;
    left: 19vw;
	top: 3.6vw;
    height: 2.1vw;
    width: 19.6vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.4vw;
}

.msr_request_jobs_supervisor_combo_box_popup
{
    width: 19.6vw;
	max-height: 15vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.4vw;
}

.msr_request_job_commentary_fond
{
    position: absolute;
    left: 3vw;
    top: 6.5vw;
    height: 9vw;
    width: 68vw;
    background: #ededed;
    border-radius: 7px;
}

.msr_request_job_commentary_child_placeholder
{
	left: 4vw;
	top: 7vw;
}

.msr_request_job_commentary_child
{
    position: absolute;
    left: 4vw;
	top: 9vw;
    width: 65.5vw;
	resize: none;
	height: 5.5vw;
    font-family: Calibri;
    font-size: 1.4vw;
	overflow-y: auto;
}

.msr_request_date_duration_fond
{
    position: absolute;
    left: 3vw;
    top: 16vw;
    width: 30.5vw;
    height: 6.5vw;
    background: #ededed;
	border-radius: 7px;
}

.msr_request_due_date_placeholder
{
    left: 4vw;
    top: 16.5vw;
}

.msr_request_due_date
{
	position: absolute;
    left: 14vw;
    top: 16.5vw;
	width: 6.7vw;
	height: 1.8vw;
	font-size: 80%;
	height: 1.8vw;
    font-family: Calibri;
    font-size: 1.4vw;
}

.msr_request_due_hour_placeholder
{
    left: 24.4vw;
    top: 16.5vw;
    width: 10vw;
}

.msr_request_due_hour
{
    position: absolute;
    left: 26.5vw; 
	top: 16.5vw;
    width: 6vw;
	height: 2.1vw;
    font-family: Calibri;
    font-size: 1.4vw;
}

.msr_request_expected_duration_placeholder
{
    left: 4vw;
    top: 20vw;
    width: 15%;
}

.msr_request_expected_duration_day
{
    position: absolute;
    left: 14vw;
    top: 20vw;
    width: 5vw;
	height: 2.1vw;
    font-family: Calibri;
    font-size: 1.4vw;
}

.msr_request_expected_duration_day_placeholder
{
    left: 21vw;
    top: 20vw;
    width: 8%;
}

.msr_request_expected_duration_hour
{
    position: absolute;
    left: 26.5vw;
    top: 20vw;
    width: 6vw;
	height: 2.1vw;
    font-family: Calibri;
    font-size: 1.4vw;
}

.msr_request_regime_fond
{
    position: absolute;
    left: 34vw;
    top: 16vw;
    width: 37vw;
    height: 6.5vw;
    background: #ededed;
    border-radius: 7px;
}

.msr_request_requested_regime_placeholder
{
    left: 35vw;
    top: 16.5vw;
}

.msr_request_requested_regime
{
    position: absolute;
    left: 49vw;
    top: 16.5vw;
	width: 20.5vw;
	height: 2.1vw;
    font-family: Calibri;
    font-size: 1.4vw;
}

.msr_request_elementary_regime_placeholder
{
    left: 35vw;
    top: 20vw;
}

.msr_request_elementary_regime_checkbox
{
    position: absolute;	
    left: 49vw;
    top: 20.5vw;
}

.formulaire_bouton_rf
{
    position: absolute;
    left: 48vw;
    top: 18.5vw;	
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.formulaire_bouton_rm
{
    position: absolute;
    left: 53vw;
    top: 18.5vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.msr_request_warning_rf
{
    position: absolute;
    left: 60vw;
    top: 19vw;
    font-family: Calibri;
    font-size: 1.2vw;
	font-weight: bold;
	color: red;
	text-align: center;
}

.msr_request_documents_annexes_fond
{
    position: absolute;
    left: 71.5vw;
    top: 6.5vw;	
    width: 25.5vw;
    height: 16vw;
    background: #ededed;
    font-family: Calibri;
    font-size: 1.4vw;
	border-radius: 7px;
}

.msr_request_documents_annexes_titre
{
    position: absolute;
	left: 77vw;
	top: 7vw;
    color: black;
    font-family: Calibri;
    font-size: 1.4vw;
}

.msr_request_documents_annexes_table_div
{
    position: absolute;
	left: 72.5vw;
	top: 9vw;
	width: 24vw;
	height: 13vw;
    overflow-y: auto;
}

.msr_request_documents_annexes_table
{
    border-spacing: 0.1vw;
    border-collapse: initial;
	table-layout: fixed;
	width: 22vw;
    background: #ededed;
}

.msr_request_documents_annexes_table > tbody > tr:hover>td
{
    background: #ededed;
}

.msr_request_documents_annexes_table_cell_checkbox
{
	text-align: center;
	vertical-align: middle;
    background: #ededed;	
}

.msr_request_documents_annexes_table_cell_label
{
    font-family: Calibri;
    font-size: 1.4vw;
	height: 1.5vw;
	vertical-align: middle;	
    background: #ededed;	
	padding-bottom: 0.6vw;
}

.msr_request_documents_annexes_table_cell_bouton
{
	text-align: center;
	vertical-align: middle;		
    background: #ededed;	
}

.msr_request_documents_annexes_table_checkbox
{
	width: 2vw;
}

.msr_request_documents_annexes_table_label
{
	width: auto;
}

.msr_request_documents_annexes_table_bouton
{
	width: 7vw;
	padding-top: 1vw;
}

.msr_request_documents_annexes_checkbox
{
	padding-top: 0.2vw;
}

.msr_request_documents_annexes_bouton
{
	width: 7vw;
	height: 1.5vw;
	padding-bottom: 0.2vw;
	background: #dadada;
	border-radius: 2px;
	box-shadow: 2px 2px 6px #000;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align: center;
}

.msr_request_documents_annexes_texte_bouton
{
	font-family: Calibri;
    font-size: 0.9vw;
    color: rgb(39, 52, 139);
	font-weight: bold;
	text-align: center;
	width: 4vw;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}

.msr_request_fire
{
	padding-top: 0.6vw;
}

.msr_request_fire_placeholder
{
    left: 74.5vw;
    top: 9.5vw;
}

.msr_request_fire_button
{
	width: 6vw;
	height: 2vw;
	font-family: Calibri;
    font-size: 0.8vw;
    color: rgb(39, 52, 139);
	font-weight: bold;
	text-align: center;
	background: #dadada;
	border-radius: 3px;
	box-shadow: 4px 4px 8px #000;
}

.msr_request_capacite
{
    left: 72.5vw;	
    top: 12.5vw;
}

.msr_request_capacite_placeholder
{
    left: 74.5vw;	
    top: 12vw;
}

.msr_request_capacite_button
{
	position: absolute;
    left: 87vw;
    top: 12vw;
	height: 1.6vw;
	width: 8vw;
	font-family: Calibri;
    font-size: 1vw;
    color: rgb(39, 52, 139);
	font-weight: bold;
	text-align: center;
	background: #dadada;
	border-radius: 3px;
	box-shadow: 4px 4px 8px #000;
}

.msr_request_floor_opening
{
    left: 72.5vw;	
    top: 15vw;
}

.msr_request_floor_opening_placeholder
{
    left: 74.5vw;	
    top: 14.5vw;
}

.msr_request_location_fond
{
    position: absolute;
    left: 3vw;
    top: 23vw;
    width: 94vw;
    height: 5.5vw;
    background: #ededed;
    border-radius: 7px;
}

.msr_request_location_placeholder
{
	left: 4vw;
	top: 23.5vw;
}

.msr_request_ajout_ouvrage
{
	position: absolute;
	left: 5vw;
	top: 25.3vw;
	height: 2.5vw;
    max-height: 100%;
    width: auto;
}

.msr_request_recherche_ouvrage
{
	position: absolute;
	left: 8vw;
	top: 25.3vw;
	height: 2.5vw;
    max-height: 100%;
    width: auto;
}

.msr_request_tr_placeholder
{
	left: 14.7vw;
	top: 23.5vw;	
}

.msr_request_syst_placeholder
{
	left: 19.3vw;
	top: 23.5vw;	
}

.msr_request_code_placeholder
{
	left: 27vw;
	top: 23.5vw;		
}

.msr_request_designation_placeholder
{
	top: 23.5vw;	
	left: 35vw;
	width: 33.2vw;
	text-align: center;
}

.msr_request_local_placeholder
{
	left: 69.3vw;
	top: 23.5vw;
	width: 15vw;
	text-align: center;
}

.msr_request_niveau_placeholder
{
	left: 85.5vw;
	top: 23.5vw;
	width: 10vw;
	text-align: center;	
}

.msr_request_repere_placeholder
{
	left: 12vw;
	top: 23.5vw;
	width: 22vw;
	text-align: center;
}

.msr_request_tr
{
    position: absolute;
	left: 14vw;
	top: 25.5vw;	
	width: 2.5vw;
	text-align: center;
	height: 2.1vw;
    font-family: Calibri;
    font-size: 1.4vw;
}

.msr_request_tr_combo_box
{
    position: absolute;
	left: 14vw;
	top: 25.5vw;	
    height: 1.8vw;
    width: 2.5vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.4vw;
}

.msr_request_tr_combo_box_popup
{
    width: 3.5vw;
	max-height: 15vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.4vw;
}

.msr_request_syst
{
    position: absolute;
	left: 18vw;
	top: 25.5vw;	
	width: 5vw;
	text-align: center;
	height: 2.1vw;
    font-family: Calibri;
    font-size: 1.4vw;
}

.msr_request_syst_combo_box
{
    position: absolute;
	left: 18vw;
	top: 25.5vw;	
    height: 1.8vw;
    width: 5vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.4vw;
}

.msr_request_syst_combo_box_popup
{
    width: 6vw;
	max-height: 15vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.4vw;
}

.msr_request_code
{
    position: absolute;
	left: 24vw;
	top: 25.5vw;	
	width: 10vw;
	text-align: center;
	height: 2.1vw;
    font-family: Calibri;
    font-size: 1.4vw;
}

.msr_request_code_combo_box
{
    position: absolute;
	left: 24vw;
	top: 25.5vw;	
    height: 2.1vw;
    width: 10vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.4vw;
}

.msr_request_code_combo_box_popup
{
    width: 11vw;
	max-height: 15vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.4vw;
}

.msr_request_repere
{
    position: absolute;
	left: 12vw;
	top: 25.5vw;
	width: 22vw;
	text-align: center;
    font-family: Calibri;
    font-size: 1.4vw;
}

.msr_request_repere_combo_box
{
    position: absolute;
	left: 12vw;
	top: 25.5vw;
	width: 22vw;
    width: 22vw;
    color: black;
	text-align: center;
    background-color: white;
	font-family: Calibri;
	font-size: 1.4vw;
}

.msr_request_repere_combo_box_popup
{
	max-height: 15vw;
    color: black;
    background-color: white;
	font-family: Calibri;
	font-size: 1.4vw;
}

.msr_request_designation
{
    position: absolute;
	left: 35vw;
	top: 25.5vw;
	width: 33.2vw;
	text-align: center;
	height: 1.8vw;
    font-family: Calibri;
    font-size: 1.4vw;
}

.msr_request_local
{
    position: absolute;
	left: 69.3vw;
	top: 25.5vw;	
	width: 15vw;
	text-align: center;
	height: 1.8vw;
    font-family: Calibri;
    font-size: 1.4vw;
}

.msr_request_niveau
{
    position: absolute;
	left: 85.5vw;
	top: 25.5vw;	
	width: 10vw;
	text-align: center;
	height: 1.8vw;
    font-family: Calibri;
    font-size: 1.4vw;
}

.msr_request_service_and_work_supervisor_fond
{
    position: absolute;
    left: 3vw;
    top: 29vw;
    width: 41vw;
    height: 8vw;
    background: #ededed;
	border-radius: 7px;
}

.msr_request_service_enterprise_placeholder
{
	left: 4vw;
	top: 29.5vw;
}

.msr_request_service_enterprise
{
    position: absolute;
	left: 18vw;
	top: 29.5vw;
	width: 20%;
	height: 2.1vw;
    font-family: Calibri;
    font-size: 1.4vw;
}

.msr_request_work_supervisor_placeholder
{
	left: 4vw;
	top: 32vw;
}

.msr_request_work_supervisor
{
    position: absolute;
	left: 18vw;
	top: 32vw;
	width: 20vw;
	height: 2.1vw;
    font-family: Calibri;
    font-size: 1.4vw;
}

.msr_request_selection_cdt_button
{
    position: absolute;
	left: 39vw;
	top: 31vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.msr_request_work_supervisor_assistant_placeholder
{
	left: 4vw;
	top: 34.5vw;
}

.msr_request_work_supervisor_assistant_checkbox
{
    position: absolute;	
	left: 16vw;
	top: 35vw;
}

.msr_request_work_supervisor_assistant
{
    position: absolute;
	left: 18vw;
	top: 34.5vw;
	width: 20vw;
	height: 2.1vw;
    font-family: Calibri;
    font-size: 1.4vw;
}

.msr_request_work_supervisor_assistant_add_new_button
{
    position: absolute;
	top: 80.5%;
	left: 39vw
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.msr_request_commentary_placeholder
{
	left: 47vw;
	top: 29.5vw;
}

.msr_request_commentary
{
    position: absolute;
	left: 47vw;
	top: 31.5vw;
	width: 44vw;
    height: 5vw;
    font-family: Calibri;
    font-size: 1.4vw;
	overflow-y: auto;
	border: 1px solid #046197;
	padding-left: 0.3vw;
	padding-right: 0.3vw;
}

.msr_request_commentary_bold
{
	font-weight: bold;
	background: #ffffff;
}

.formulaire_bouton_messagerie
{
    position: absolute;
    left: 93vw;
    top: 32vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.msr_request_status_placeholder
{
	left: 12vw;
	top: 39vw;
}

.msr_request_status
{
    position: absolute;
	left: 18vw;
	top: 39vw;
    color: rgb(39, 52, 139);
    font-weight: bold;
    font-family: Calibri;
    font-size: 1.4vw;
}

.msr_request_delete_button
{
    position: absolute;
	left: 3vw;
	top: 38vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.msr_request_history_button
{
    position: absolute;
	left: 47.5vw;
	top: 38vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.msr_request_documents_joints_button
{
    position: absolute;
	left: 53vw;
	top: 38vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.msr_request_associations_button
{
    position: absolute;
	left: 58.5vw;
	top: 38vw;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.msr_request_gamme_button
{
    position: absolute;
	left: 64vw;
	top: 38vw;	
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.msr_request_regime_button
{
    position: absolute;
	left: 69.5vw;
	top: 38vw;	
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.msr_request_workflow_button
{
    position: absolute;
	left: 75vw;
	top: 38vw;	
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.msr_request_print_button
{
    position: absolute;
	left: 80.5vw;
	top: 38vw;	
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.msr_request_save_button
{
    position: absolute;
	left: 86vw;
	top: 38vw;	
	height: 4vw;
    max-height: 100%;
    width: auto;
}

/* Divers */

.msr_request_bold
{
    font-weight: bold;
}

.msr_request_header_cell
{
    color: #ffffff;
    height: 30px;
    background: #888888;
    text-align: center;
}

.msr_request_cell
{
    margin: 10px;
    padding: 10px;
    text-align: center;
    background: #ffffff;
}

.msr_request_selected_cell
{
    margin: 10px;
    padding: 10px;
    text-align: center;
    background: #3aaa35;
}

.layerTwo
{
	height: 20vw;
}

.layerThree
{
	height: 6vw;
}

.layerFour
{
	height: 8vw;
}

.layerFive
{
	height: 4vw;
}

.formulaire_flag_documents_joints
{
	position: absolute;
	left: 56.2vw;
	top: 40.6vw;
    font-family: Calibri;
    font-size: 0.8vw;
    font-weight: bold;
    color: white;
    text-align: center;
    vertical-align: middle;
	background-color: #046197;
	height: 1vw;
	line-height: 1vw;
	padding-left: 0.2vw;
	padding-right: 0.2vw;
	padding-bottom: 0.1vw;
}

.formulaire_flag_gammes
{
	position: absolute;
	left: 67.2vw;
	top: 40.6vw;
    font-family: Calibri;
    font-size: 0.8vw;
    font-weight: bold;
    color: white;
    text-align: center;
    vertical-align: middle;
	background-color: #046197;
	height: 1vw;
	line-height: 1vw;
	padding-left: 0.2vw;
	padding-right: 0.2vw;
	padding-bottom: 0.1vw;
}

.formulaire_flag_gammes_vert
{
	position: absolute;
	left: 67.2vw;
	top: 40.6vw;
    font-family: Calibri;
    font-size: 0.8vw;
    font-weight: bold;
    color: white;
    text-align: center;
    vertical-align: middle;
	background-color: green;
	height: 1vw;
	line-height: 1vw;
	padding-left: 0.2vw;
	padding-right: 0.2vw;
	padding-bottom: 0.1vw;
}

.formulaire_flag_associations
{
	position: absolute;
	left: 61.7vw;
	top: 40.6vw;
    font-family: Calibri;
    font-size: 0.8vw;
    font-weight: bold;
    color: white;
    text-align: center;
    vertical-align: middle;
	background-color: #046197;
	height: 1vw;
	line-height: 1vw;
	padding-left: 0.2vw;
	padding-right: 0.2vw;
	padding-bottom: 0.1vw;
}

.formulaire_flag_messages
{
	position: absolute;
    left: 96.2vw;
    top: 34.6vw;
    font-family: Calibri;
    font-size: 0.8vw;
    font-weight: bold;
    color: white;
    text-align: center;
    vertical-align: middle;
	background-color: #046197;
	height: 1vw;
	line-height: 1vw;
	padding-left: 0.2vw;
	padding-right: 0.2vw;
	padding-bottom: 0.1vw;
}

.msr_request_attribut1_placeholder, .msr_request_attribut1,
.msr_request_attribut1_ouvrage_placeholder, .msr_request_attribut1_ouvrage,
.msr_request_attribut2_ouvrage_placeholder, .msr_request_attribut2_ouvrage,
.msr_request_attribut3_ouvrage_placeholder, .msr_request_attribut3_ouvrage,
.msr_request_attribut1_ouvrage_menu_editable_combo_box, .msr_request_attribut1_ouvrage_menu_editable_input, .msr_request_attribut1_ouvrage_menu_editable_input_popup
.msr_request_attribut2_ouvrage_menu_editable_combo_box, .msr_request_attribut2_ouvrage_menu_editable_input, .msr_request_attribut2_ouvrage_menu_editable_input_popup
.msr_request_attribut3_ouvrage_menu_editable_combo_box, .msr_request_attribut3_ouvrage_menu_editable_input, .msr_request_attribut3_ouvrage_menu_editable_input_popup
{
	display: none;
}	