
/*                  Ecran IDENTIFICATION                */
/* ---------------------------------------------------- */
#div_login1 {  background:#9acb3d85;} 
#div_login2 {  color: #000} 


/*                   Ecran MENU GENERAL                 */
/* ---------------------------------------------------- */
#menu 						{ background : #737373; }
#menu ul li:hover			{ background : #959595; }
#menu li 					{ background : #737373; border-right-color:#b6b6b6; }
#menu li.sous_menu:hover	{ background : #737373; }
#menu ul ul li 				{ border-bottom-color:#b6b6b6; }
#menu ul ul 				{ background : #b2935a; }
#menu ul ul a span 			{ color		 : #cccccc; }
#menu ul ul div 			{ background : #737373; }

#footer 					{ background: #9acb3d85; }

/*                      Entêtes PAGES                   */
/* ---------------------------------------------------- */
#sub_bandeau,#sub_bandeau_left,#sub_bandeau_right	{ background-color: #fff;  }
#sub_bandeau p 				{ color: #333; }

/*                         LEGENDES                     */
/* ---------------------------------------------------- */
/*.legend_saisie 		{ color: #c00000; letter-spacing: 1px; } */
/*.legend_saisie_low  { color: #000000; font-weight: normal; }   */
.legend_texte_n 	{ color: #000000; } 

a.action_texte   	{ color: #1c75a0; font-weight: normal; } /*  1c75a0   26a0da   */
a.action_texte:hover{ color: #26a0da; }

fieldset 		{ border:1px solid #000000; }
legend 			{ border:1px solid #cccccc; color:#a00000; font-weight: bold; }


/* ---------------------------------------------------- */
input.button, input.bouton, input.bouton_small 	{  background:  #b6b6b6; color: #a00000; border: 1px solid #a00000; 
												   -moz-box-shadow   : none;
												   -webkit-box-shadow: none;
												   text-shadow       : none ;        }
input.bouton:hover,input.bouton_small:hover		{  background:  #939393; color: #fff;    border: 1px solid #000; } 

.custom_radio { width: 15px; height: 15px; padding: 5px 0px 0 0; background: none; border:none; }


table.tbr3 td.BL,th.BL		{ border-left: 1px dotted #cccccc;}

table.update-table td.update-text{
	text-align:center;
}

table.update-table td.update-text-button{
	text-align:center;
	padding: 15px 5px;
}

div.progress {
	font-size: 24px;
    text-align: center;
}
div.notifications-wrapper{
	flex: 1 1 75%;
	display: flex;
	justify-content: end;
}
div.notifications-wrapper span {
	color: #006100;
	font-size: 10px;
	opacity: 1;
	width: 400px;
	text-align: left;
	display: flex;
	align-self: center
}

span.last_update_info {
	right: 300px;
	top: 10px;
	justify-content: end;
	flex: 0 0 50%;
	align-items: center;
}
span.secret-expire {
    right: 300px;
    top: 30px;
    justify-content: end;
	flex: 0 0 50%;
}
.error-messages {
  color: #c22;
  text-align: center;
}