
/* BARRE DE NAV3 (dans main avec iframe) */


#nav3 td		{
	text-align:center;
	background-image:url('../img/nav3_L.gif');
	background-repeat:no-repeat;
	background-position:top left;
}

#nav3 a			{
	background-image:url('../img/nav3_R.gif');
	background-repeat:no-repeat;
	background-position:top right;
	text-decoration:none;
	display:block;
	height:24px;
	color:#444;
	font-size:11px;
	padding:0px 8px;
	/*font-weight:bold;*/
}

#nav3 .separator	{
	background:transparent;
}
#nav3 .bar	{
	background:url(../img/nav3_sep.gif);
	width:1px;
}

#nav3 a:hover	{
/*	background-image:url('/img/nav2_overR.gif');*/
	color:#111;
}

#nav3 .pti		{ font-size:4px }


#nav3 .hi		{
	background-image:url(../img/nav3_hiL.gif);
	background-position:top left;
}
#nav3 .hi a		{
	background-image:url(../img/nav3_hiR.gif);
	background-position:top right;
	background-repeat:no-repeat;	
}