bah body:not(.loaded):after{
	content: '';
	display: block;
	position: fixed;
	top:0;
	right: 0;
	bottom: 0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 100001;
	background-color: rgba(200,200,200,0.5);
}

.onglets_sans_marges > tbody > tr > td{
  border: none !important;
}


.WDPopupVisible:not(.desactiveGrisage):before{
  content: '';
  background-color: rgba(100,100,100,.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.WDPopupVisible:not(.desactiveGrisage)>*{
	position: relative;
}

.WDPLN-RendezVous .WDPLN-RendezVousTitre{
  box-shadow: none!important;
  -webkit-box-shadow: none! important;
  -moz-box-shadow: none! important;
} 

.Titre-Site{
font-weight: bolder;
}


.popupStyleOmbre, .WDPopupVisible:not(.desactivePopupStyleOmbre){
/*	box-shadow: grey 1px 1px 7px;*/
	box-shadow: grey 3px 6px 15px 1px;
	/*box-shadow: grey 1px 1px 5px 1px;*/ /* darker */
}