/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font-size:1em;
	color: #333333;
}

#TB_secondLine {
	font-size:1em;
	color:#666666;
}

#TB_window a:link {color: #fff;}
#TB_window a:visited {color: #fff;}
#TB_window a:hover {color: #fff;}
#TB_window a:active {color: #fff;}
#TB_window a:focus{color: #fff;}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#TB_overlay {
	z-index:50;
}

.TB_overlayMacFFBGHack {background: url(/images/ul/graphiques/macFFBgHack.png) repeat;}

#TB_window {
	border: 1px solid #999;
	background-color:#fff;	/*Safari+bordure*/
	z-index:52;
}

#TB_title {
	background-color:#fff;
	height:2.6em;
	color:#000;
	padding-left:10px;
	font-size:0.92em;
}

#TB_ajaxWindowTitle {
	font-weight:bold;
}

#TB_closeWindowButton {
	color:#000;
	text-decoration:underline;
}
#TB_window a,
#TB_window a:hover,
#TB_window a:link {
	color:#000 !important;
	text-decoration:underline;
}

#TB_iframeContent{
	margin-top:0;
}


#TB_HideSelect{
	z-index:49;
}

#TB_ajaxContent {
	background-color:#fff;
}
