#contextMenu { 
  position: absolute; 
  visibility: hidden; 
  width: 120px; 
  background-color: white; 
  layer-background-color: lightgrey; 
  border: 2px outset white; 
} 

.A:Menu { 
   color: #072f67; 
   text-decoration: none; 
  cursor: default; 
   width: 100% 
  } 

 .A:MenuOn { 
   color: #072f67; 
   text-decoration: none; 
   background-color: #072f67; 
  cursor: default; 
   width: 100% 
  } 

.texttitreboldblanclink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;

}
