a.gloss {
	position:relative;
	text-decoration:none;
	color:#000; 
	background-color: #eee;}
	a.gloss span {display:none;}
	a.gloss:hover { cursor:default;background-color: #eee; text-decoration:none;}
	a.gloss:hover span { display:inline; position:absolute; color:#000; background-color: #ddd; padding:0.4em; top:2em; left:-2em; width:200px;}
	#contenu .carre ul li a.gloss2 {
	position:relative;
	text-decoration:none;
	color:#fff;
	font-weight:weight; 
	background:none;
	}
	#contenu .carre ul li a.gloss2 span {display:none; font-weight:normal;}
	
	#contenu .carre ul li a.gloss2:hover, #contenu .carre ul li a.gloss2:focus, #contenu .carre ul li a.gloss2:active { cursor:help; text-decoration:none; color:#ddd; }
	#contenu .carre ul li a.gloss2:hover span, #contenu .carre ul li a.gloss2:focus span, #contenu .carre ul li a.gloss2:active span { display:inline; position:absolute; color:#000; background-color: #ddd; padding:0.4em; top:0; left:-240px; width:200px;}
	

	