html, body
      {
        font-family: Myriad, Verdana, Arial;
        font-size: small;        
        color: gray;
      }
.lien
      {
        text-decoration: none;
        color: gray;
        font-weight: 700;
      }
.titre
      {
        text-decoration: none;
        color: gray;
        font-weight: 700;
        font-size: small;
        text-align: center;
      }
.pageact
      {
        text-decoration: none;
        /*color: rgb(140,198,63);   */
        color: #043366;
        font-weight: 700;
      }
.lient
      {
        text-decoration: none;
        color: gray;
        font-weight: 500;
        text-transform: uppercase;
      }
.pageactt
      {
        text-decoration: none;
        /*color: rgb(140,198,63);   */
        color: #043366;
        font-weight: 500;
        text-transform: uppercase;
      }     
.eshop
      {
        text-decoration: none;
        /*color: rgb(140,198,63);   */
        color: orange;
        font-weight: 500;
        text-transform: uppercase;
      }   
.lienst
      {
        text-decoration: none;
        color: gray;
      }
.pageactst
      {
        text-decoration: none;
        /*color: rgb(140,198,63);   */
        color: #043366;
      }    
.pageactstold
      {
        text-decoration: none;
        /*color: rgb(140,198,63);   */
        color: #043366;
      }   
      
      #lbOverlay {
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(50,50,50);  
	opacity: 1.0;
	/* cursor: pointer; */
	text-align: center;
	color: grey;
	overflow: hidden;
	display: table-cell; 
	vertical-align: middle;
}       
      #lbOverlay2 {     
	z-index: 30;
      margin-left: auto;
      margin-right: auto; 
	width: 510px;
	height: 570px;
	background-color: white;
	opacity: 1.0;
	/* cursor: pointer; */
	text-align: center;
	color: grey;
	overflow: hidden;
}
#shadowing
{
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #CCA;
  z-index:10;
  opacity:0.5;
  filter: alpha(opacity=50); 
	overflow: hidden;
}
