/* poisson_blanc */
/* BLOG PAGER */
table.pager{
	width:600px;
	float:left;
	border:1px solid #4faaa5;
}
caption.pagerTitle{
	text-align:center;
	font-size:11px;
	font-weight:bold;
}
/* ARROWS NO LINK */
td.tLeftArrow{
	width:35px;
	height:35px;
	color:#000;
	background-image:url(../img/leftArrowOn.png);
	background-repeat:no-repeat;
	background-position:center center;


}
td.tRightArrow{
	width:35px;
	height:35px;
	color:#000;
	background-image:url(../img/rightArrowOn.png);
	background-repeat:no-repeat;
	background-position:center center;


}
td.tLeftDoubleArrow{
	width:35px;
	height:35px;
	color:#000;
	background-image:url(../img/leftDoubleArrowOn.png);
	background-repeat:no-repeat;
	background-position:center center;


}
td.tRightDoubleArrow{
	width:35px;
	height:35px;
	color:#000;
	background-image:url(../img/rightDoubleArrowOn.png);
	background-repeat:no-repeat;
	background-position:center center;


}
/* ARROW LINKS */
a.pLeftArrow:link,a.pLeftArrow:visited{
	display:block;
	width:35px;
	height:35px;
	color:#000;
	background-image:url(../img/leftArrowOff.png);
	background-repeat:no-repeat;
	background-position:center center;
}
a.pLeftArrow:hover{
	display:block;
	color:#666;
	width:35px;
	height:35px;
	color:#000;
	background-image:url(../img/leftArrowOn.png);
	background-repeat:no-repeat;
	background-position:center center;
}
a.pRightArrow:link,a.pRightArrow:visited{
	display:block;
	width:35px;
	height:35px;
	color:#000;
	background-image:url(../img/rightArrowOff.png);
	background-repeat:no-repeat;
	background-position:center center;
}
a.pRightArrow:hover{
	display:block;
	color:#666;
	width:35px;
	height:35px;
	color:#000;
	background-image:url(../img/rightArrowOn.png);
	background-repeat:no-repeat;
	background-position:center center;
}
a.pLeftDoubleArrow:link,a.pLeftDoubleArrow:visited{
	display:block;
	width:35px;
	height:35px;
	color:#000;
	background-image:url(../img/leftDoubleArrowOff.png);
	background-repeat:no-repeat;
	background-position:center center;
}
a.pLeftDoubleArrow:hover{
	display:block;
	color:#666;
	width:35px;
	height:35px;
	color:#000;
	background-image:url(../img/leftDoubleArrowOn.png);
	background-repeat:no-repeat;
	background-position:center center;
}
a.pRightDoubleArrow:link,a.pRightDoubleArrow:visited{
	display:block;
	width:35px;
	height:35px;
	color:#000;
	background-image:url(../img/rightDoubleArrowOff.png);
	background-repeat:no-repeat;
	background-position:center center;
}
a.pRightDoubleArrow:hover{
	display:block;
	color:#666;
	width:35px;
	height:35px;
	color:#000;
	background-image:url(../img/rightDoubleArrowOn.png);
	background-repeat:no-repeat;
	background-position:center center;
}

a.pagerLink:link,a.pagerLink:visited{
	border:1px solid #416ba5;
	color:#416ba5;
	margin:2px;
	padding:2px;
	font-weight:bold;
	font-size:11px;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
a.pagerLink:hover{
	border:1px solid #416ba5;
	color:#416ba5;
	margin:2px;
	padding:2px;
	font-weight:bold;
	font-size:11px;
	opacity: 0.9;
	filter:alpha(opacity=90);
}

a.pagerLinkActive:link,a.pagerLinkActive:visited{
	border:1px solid #416ba5;
	color:#fff;
	background-color:#416ba5;
	margin:2px;
	padding:2px;
	font-weight:bold;
	font-size:11px;
	opacity: 0.9;
	filter:alpha(opacity=90);
}
a.pagerLinkActive:hover{
	border:1px solid #416ba5;
	color:#fff;
	background-color:#416ba5;
	margin:2px;
	padding:2px;
	font-weight:bold;
	font-size:11px;
	opacity: 0.7;
	filter:alpha(opacity=70);
}


