/* menu gauche */
	
.popper { 
		POSITION: absolute; 
		VISIBILITY: hidden; 
		z-index:15; 
		left:99px; 
		}

#topgauche { 
			position:absolute;  z-index:10; 
		   }

A.ejsmenu
  {
  display: block;
  width: 150px;
  color: #006DB5;
  text-decoration: none;
  }
  
.ejsmenu {
		  color: #006DB5;
		  text-decoration: none;
		  }  
		  
A.ejsmenu:hover {
		color: white;
		text-decoration: none;
		} 

A.ejsmenu:visited {
		color: #006DB5;
		text-decoration: none;
		}
		
A.ejsmenu:visited:hover {
		color: white;
		text-decoration: none;
		}

