/**
 * @category   Aims
 * @package    Aims_Lexique
 * @author     AIMS Interactive
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */


a.aims-lexique { color:#5383b9; border-bottom: 1px dashed #5383b9; }


/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	/*font: normal normal 1.1em/15px Verdana, Arial, Helvetica, sans-serif;*/
        font: 11px/1.55 Verdana,Arial,Helvetica,sans-serif;
	display: none;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 290px;
		display: block;
	}
	
	#unitippoint { 
		background: url(../images/aims_lexique/TipPoint.png) no-repeat; 
		height: 19px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(../images/aims_lexique/TipMid.png) repeat; 
		width: 260px;
		height: auto; 
		padding: 5px 15px;
	}
	
	#unitipcap { 
		background: url(../images/aims_lexique/TipCap.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}