
dfn {
	/* text-decoration : underline ; */
	cursor : pointer ;
}
	
dfn:hover
{ 
	/*		
	color :#FFE7CE  ;
	color :#C06138  ;
	*/
	color :firebrick ;
}


#gd-glossaire {
	background-color :#FFE7CE  ;
	position:absolute ; 
	display:none ; 
	border : 3px  #8b0000 double ;
	width : 300px ; 
	top:300px ;
	left:300px;
	padding : 5px ;
	font-size: 16px ;
	
}

#gd-glossaire-titre {
	background-color : #8b0000 ;
	width:100%; 
	float:left ; 
}

#gd-glossaire-nom,#gd-glossaire-attr {
	float:left ; 
	height:20px;	
	color : white ;
	padding-left : 3px ;  
}

#gd-glossaire-attr {
	margin-left: 10px ;
}
                
#gd-glossaire   .gd-glossaire-def {
	clear:both;
	height:20px;         
	padding-left : 3px ;                	
 }                
#gd-glossaire-def1 {
	clear:both;
}
