@charset "utf-8";
/* CSS Document */

.infobulle
{
	position: absolute;
	visibility : hidden;
	padding: 15px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	background-color: #333; 
	opacity:0.95;
	color:#FFF;
	width:250px;
	-moz-border-radius: 5px 5px; -webkit-border-radius: 5px 5px; border-radius: 5px 5px;	
}
.infobulle H3 { color:#09F; margin:0; font-size:18px; margin-bottom:0.5em; padding-bottom:0.5em; border-bottom:1px dotted #CCC;}
.infobulle a
{
	color:#09F;
	text-decoration:underline;
}
.infobulle a:hover { text-decoration:none;}
.mot_lexique, a.postbody .mot_lexique , post .mot_lexique, .comment_entry .mot_lexique
{
	border-bottom:#06F 2px dotted;
	color:#06F;
	font-weight:bold;
	text-decoration:none;
}
.mot_lexique:hover, .postbody a.mot_lexique:hover, .post a.mot_lexique:hover
{
	color:#666; border:none; cursor:help; text-decoration:none;
}

.otherlinks { font-size:0.91em; line-height:1.35em; margin-top:1em; padding-top:1em; border-top:1px dotted #CCC; }
.erreurs_defs { color:#CCC; margin-top:1em; padding-top:1em; border-top:1px dotted #CCC; font-size:9px; line-height:1.1em; }
