/* poisson_blanc */
/* BLOG TOPICS MENU */
div.topics{
	float:right;
}
a.menu:link,a.menu:visited{
	color:#416ba5;
	min-height:25px;
	float:left;
	width:170px;
	padding-left:40px;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	margin:0px;
	padding-top:0px;

}
a.menu:hover{
	color:#416ba5;
	min-height:25px;
	float:left;
	width:170px;
	padding-left:40px;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	margin:0px;
	padding-top:0px;
}
a.on:link,a.on:visited{
	color:#aaa;
	background-image:url(../img/rightArrowOn.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
	width:160px;
}
a.on:hover{
	color:#aaa;
	background-image:url(../img/rightDoubleArrowOn.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
	width:160px;
}
a.off:link,a.off:visited{
	color:#416ba5;
	background-image:url(../img/leftArrowOn.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
}
a.off:hover{
	color:#416ba5;
	background-image:url(../img/leftDoubleArrowOn.png);
	background-repeat:no-repeat;
	background-position:0px 2px;

}

/* IN BETWEEN TOPICS LINKS */
hr.splitLink{
	display:none;
	float:right;
	width:214px;
	clear:left;
	height:0px;
	background-image:url(../img/hr.png);
	background-repeat:repeat-x;
	background-position:center center;
	border:0px;
}
