	/* Navigation thématique*/
.lexiconAjaxInProgress
{
	background-image : url(images/specific/BAM/spinner.gif);
	background-repeat : no-repeat;
	background-position : top right;
}
	
.lexiconLink a
{
	text-decoration : underline
}

div#NavigationThematiqueMain, div#NavigationThematiqueMain2, div#NT1
{
	z-index:8000 ! important; 
}

div#ntm_parentLexiconsTargetDiv a
{
	text-decoration:underline;
	font-weight : bolder;
}

div#ntm_parentLexiconsTargetDiv
{
	padding:5px;
	margin:0 0 20 0
}

a.lexiconAnchor, a.lexiconAnchor:hover
{
	text-decoration:none;
}
div#Currentlexicons div.lexiconLink
{
	width:100px;
	margin:2px 2px 8px 2px;
	padding:0px;

	float:left;
}

div.NavigationThematiqueMain table
{
	padding:0px;
	margin:0px;
	
}

div.NavigationThematiqueMain div.lexiconLink
{
	margin:2px;
	padding:0px;
	float:left;
	white-space : pre-wrap; 
}


div.iconContainer
{
	background-repeat: no-repeat;
	height:16px;
	width:16px;
	display : block;
	cursor:pointer ;
	margin:0px;
	padding:0px;
}
div.openIdesiaWindow
{
	position:absolute;
	top:5px;
	right:5px;
	background-image:url(Images/General/Buttons/IconBar-Buttons/application_side_list.png);
}
div.lexiconLaunchLink
{
	background-image:url(Images/General/Buttons/IconBar-Buttons/control_play_blue.png);
	float:left
}
div.backLink
{
	background-image:url(Images/General/Buttons/IconBar-Buttons/arrow_left.png);
	padding-left : 20px;
	font-weight:bolder; 
	width:auto !important;
}

div.NavigationThematiqueMain div.smartLexiconsRow
{
	float:left;
	width:33%;
	padding:0px;
	margin:0px;
	border:none;
	overflow : auto;
}

div.NavigationThematiqueMain div.smartLexiconsRow div.smartLexiconCell
{
	border:1px solid #eee;
	background-color:#fafafa; 
	margin:2px;
	padding:0px;
}

div#Currentlexicons div.smartLexiconsRow
{
	clear:both;
	border-bottom :1px solid #f0f0f0;
}
/* Navigation thématique*/