em.glossaire_auto_flag_word{
	border-bottom: 1px dashed #aaaaaa;
	font-weight:bold;
	font-style: normal;
}

a.glossaire_auto_link{
	/*color:#545454;*/
	text-decoration:none;
}

div#glossaire_auto_mini_glossaire{
	display:none;
}

dt.glossaire_auto_word_title{
	/*color:#3D6098;*/
	font-weight: bold;	
}
dd.glossaire_auto_word_content{
	padding :0;
	margin : 3px;
	text-align : justify;
}

span.glossaire_auto_synonyme, span.glossaire_auto_theme{
	text-decoration:underline;
	font-style: italic;
	/*font-weight:bold;*/
}

span.glossaire-auto-flag{
	font-size:0.8em;
	color:#aaaaaa;
}
/*Style complémentaire pour les tooltypes*/
#tooltip.pretty {
	border:1px #aaa solid;
	min-width:350px;
	opacity: 0.9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#tooltip.pretty h3, #tooltip.pretty dt {
	padding-left:5px;
	border-left:3px dotted;
	border-bottom:1px dotted;
	/*margin-bottom: 0.5em;*/
	font-size: 11px;
	width: 95%;
	text-align:left;
}


