/* #####################################################
	Fichier: zones.css
	Version: 2.0
	Date: 15/05/2013
	Auteur: Esabora | David
   ################################################## */
   
/* -----------------------------------------------------
	Conteneurs
   -------------------------------------------------- */ 
div.conteneur { /* conteneur du site + bandeau à gauche */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-position: left top;
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
/*	overflow: hidden;*/
}
div.conteneur.conteneurmonmenu {
	position:static;
	padding-top:52px;
}

div.fondCorps 
{
	position: fixed;
	left: 140px;
	top:74px;
	width: 100%;
	height: 100%;
}
.conteneur.panelLeftcollapsedmode div.fondCorps {
	left:55px;
}

/* -----------------------------------------------------
	Bandeaux
   -------------------------------------------------- */ 

div.bandeauh { /* bandeau du haut contient le div.titre */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 91px;
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
/*	z-index: 1;*/
}

/* -----------------------------------------------------
	Corps
   -------------------------------------------------- */ 
div.corpsg,
div.corps { /* corps du site (champs de saisie, liste, etc.) contient d'autres div et/ou iframes */
	position: absolute;
	top: 115px;
	left: 145px; 
	height:calc(100% - 115px);
	width:calc(99% - 145px);
	overflow: auto;
	z-index: 1;
}
.conteneur.zonesrelative .zones_beforetabs,
.conteneur.zonesrelative .zones_aftertabs {
	display: flex;
    flex-wrap: wrap;
}
.conteneur.zonesrelative .ea-zoneframe {
	flex-basis: auto;
	flex-grow: 1;
}
.conteneur.panelLeftcollapsedmode div.corpsg,
.conteneur.panelLeftcollapsedmode div.corps {
	/*avec boutons controleur fermés */
	left: 60px; 
	width:calc(99% - 60px);
}
div.corps { /* corps du site (champs de saisie, liste, etc.) contient d'autres div et/ou iframes */
	text-align: center;	/* centrage IE et mozilla */
	margin-left: auto;
	margin-right: auto;
}

/* -----------------------------------------------------
	Autres
   -------------------------------------------------- */ 

div.titre {
	left:150px;
	top:13px;
	width:calc(99% - 150px);
	height: 91px;
	border-bottom: 1px solid #282f31;
	box-shadow: inset 0 -1px #eee;
	
	position:absolute;
	padding-bottom:5px;
}
div.conteneur.nopanelleft div.titre,
div.conteneur.tabstop div.titre {
	left: 20px;
	width: calc(100% - 20px);
}
.conteneur.panelLeftcollapsedmode div.titre {
	/*boutons controleur fermés */
	left:65px;
	width:calc(99% - 65px);
}
div.baspage { /* bas de page (esabora version ...) */
	position: absolute;
	left: 5px; /* 145px; */
	bottom: 5px;
	width: auto;
	padding : 0px;
	line-height:1;
}

table.taillemax {
	border: 0;
	height: 100%;
	width:100%;
	border-collapse: collapse;
}

table.taillemax img {
	display:none;
}
/* -----------------------------------------------------
	Titres
-------------------------------------------------- */
/* titre dans les controleurs des écrans */
div.ea-ctl-titles {
	position:fixed;
	left: 140px;
	top: 74px;
	width: calc(100% - 225px);
}
/* titre dans les controleurs des écrans */
div.conteneur.nopanelleft div.ea-ctl-titles {
	left: 20px;
	width:calc(100% - 100px);
}
.conteneur.panelLeftcollapsedmode div.ea-ctl-titles {
	/*avec boutons controleur fermés */
	left: 55px;
	width: calc(100% - 140px);
}

div.titrehgd,
div.titrehg,
div.titrehd { /* titres zone de texte */
	position: absolute;
	height: 30px;			/* Grand onglet:50px; Petit onglet: 30px*/
	top: 45px;				/* Grand onglet:25px; Petit onglet: 45px*/
}
	
div.titrehgd,
div.titrehg { /* titres zone de texte */
	left: 207px;
}

div.titrehgd { /* titre zone de texte */
	width: 100%;
}

div.titrehg { /* titre zone de texte gauche */
	width: 50%;
}

div.titrehd { /* titre zone de texte droite */
	top:63px;
	left: 50%;
	width: 50%;
}

div.titrehg table, div.titrehd table {
	width:100%;
}

div.titrehg,
div.titrehgd {
	left:0;
	top:63px;
	text-align:left;
	font-weight:normal;
}

td.hg_menugene {
	text-align:left;
}

div#eatitre {
	font-weight:bold;
	text-transform:none;
}
	
td.hgsub,
tr.nbResults .hg {
  	font-weight:bold;
  	font-size:14px;
  	text-transform:none;
 }
	
.nbResTitle {
	position:absolute;
	left:360px;
	top:5px;
	font-size:14px;
}
  
.dtitre {
	position:absolute;
	left:100px;
	top:12px;
}

div.hg,
td.hg, 
td.hg_menugene {
	font-size:15px;
	color: #00049f;
	text-transform:uppercase;
	font-weight:normal;
	text-align:left;
	line-height:1;
}
	
div.hg {
	color: #330000;
}
	
td.hgsub {
	color: #00049f;
	font-size:14px;
	text-transform:initial;
	top: -8px;
}

#bannerTitle /* paramétrage liste */
{
	position: absolute;
	left: 0;
	top: 70px;
	font-size: 16px;
	text-transform: uppercase;
}

.ea-bannertop-ctl,
.ea-bannertop-lst
{
	display: flex;
	align-items: stretch;
	box-sizing: border-box;
	position: absolute;
	top: 76px;
	left: 20px;
	width: calc(100% - 20px);
	height: 34px;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid #282f31;
	box-shadow: inset 0 -1px #eee;
}

/* Vieux écrans avec panneau gauche (dé)pliable */ 
.conteneur:not(.nopanelleft) .ea-bannertop-ctl,
.conteneur:not(.nopanelleft) .ea-bannertop-lst
{
	left: 140px;
	width: calc(100% - 140px);
}

/* Vieux écrans avec panneau gauche (dé)pliable */
.conteneur.panelLeftcollapsedmode .ea-bannertop-ctl,
.conteneur.panelLeftcollapsedmode .ea-bannertop-lst
{
	left: 65px;
	width: calc(100% - 65px);
}


.ea-bannertop-ctl *,
.ea-bannertop-lst *
{
	box-sizing: border-box;
}

.ea-bannertop-ctl h1,
.ea-bannertop-lst h1
{
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
}

.ea-bannertop-ctl h1.h1-2 > div,
.ea-bannertop-lst h1.h1-2 > div
{
	display: flex;
	align-items: center;
	width: 50%;
}


/* -----------------------------------------------------
	Boutons
   -------------------------------------------------- */ 

div.btbandeau { /* boutons de retour, menu, ajouter, etc. */
	position:absolute;
	top:110px;
	padding-top:10px;
	left: 0;
	width: 125px;
	height: 77%;
	z-index: 2;
}

div.bthelp {
	cursor: pointer;
	position: absolute;
	top: 52px;
	left:170px;
	width: 22px;
	height: 22px;
}

div.btbandeau select {
    margin-left:10px;
}

/* Menu utilisateur qui vient masquer la zone principale, accessible depuis tous les écrans */
.menuutilcontainer {
	width:100%;
	height: 100%;
	left:140px;
    position: fixed;
    top: 52px;
}
div.fondCorps.fondCorpsmenuutil {
	left:auto;
	right:0;
	position:absolute;
	top:0;
	width:100%;
}
#menuutilpermanent-content {
	border:none;
	height:100%;
	width:100%;
	background:transparent;
}
