a.linkToLexique, .htmlarea a.linkToLexique {
	text-decoration: none ! important;
	cursor:help
}

/* Nouvelle version du popup lexique */
#infobullelex {
	position: absolute;
	border: 2px solid #ccc;
	display: none;
	max-width: 186px;
	padding : 10px;
	text-indent: 0;
	text-align : left;
	line-height: 1.5;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	background-color: #fff;

	/*degradé*/
	background-image: -moz-linear-gradient(top, #fff, #eee); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #fff),color-stop(1, #eee)); /* Saf4+, Chrome */

	/*ombrage*/
	-moz-box-shadow: 0px 0px 8px #999999; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 8px #999999; /* Saf3.0+, Chrome */
        box-shadow: 0px 0px 8px #999999; /* Opera 10.5, IE 9.0 */

	/*arrondis*/
	-moz-border-radius: 8px; /* FF1+ */
	-webkit-border-radius: 8px; /* Saf3+, Chrome */
	border-radius: 8px; /* Opera 10.5, IE 9 */
}