.pagination {
	padding-top: 7px;
	padding-bottom: 0px;
	padding-right: 6px;
	/*float: right;*/
	/*width: 100%;*/
}

.pagination a {
	display:block;
	float:left;
	margin-left:4px;
	height:25px; width:28px;
	/*border-bottom:3px solid #d7dfe4;*/
	text-decoration:none;
}

.pagination a:hover {
	text-decoration:none;
	cursor:pointer;
}

.pagination p {
	display:block;
	float:left;
	margin:13px 0 0 4px;
	color:#346d80;
	font-size:12px;
}

.pagination a span {
	border: 1px solid #BCBDBC;
	height:19px; width:26px;
	padding-top:4px;
	display:block;
	background:url("/images/pagination/button-background.jpg") repeat-x bottom white;
	text-align:center;
	color:#595959;
	font-size:12px;
}

.pagination a.selected span,
.pagination a:hover span {
	border: 1px solid #1761bd;
	
	background-image: url("/images/pagination/button-background-selected.gif");
	background-repeat-x: repeat;
	background-repeat-y: no-repeat;
	background-attachment: initial;
	background-position-x: 50%;
	background-position-y: 0%;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	
	font-weight:bold;
	text-decoration:none;
	color: #FFF;
}

/*.pagin_ation a.left{
	border:0;
	background:url(/communfo/img/images2008/pagination/bt-page-left.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/communfo/img/images2008/pagination/bt-page-left.png", sizingMethod="image");
	width:37px;
	height:29px;		
}

.pagin_ation a.left:hover{
	background:url(/communfo/img/images2008/pagination/bt-page-left-on.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/communfo/img/images2008/pagination/bt-page-left-on.png", sizingMethod="image");
}

.pagin_ation a.right{
	border:0;
	background:url(/communfo/img/images2008/pagination/bt-page-right.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/communfo/img/images2008/pagination/bt-page-right.png", sizingMethod="image");
	width:37px;
	height:29px;
}

.pagin_ation a.right:hover{
	background:url(/communfo/img/images2008/pagination/bt-page-right-on.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/communfo/img/images2008/pagination/bt-page-right-on.png", sizingMethod="image");
}*/


/* on peut faire .lien-image en overridant backround image */
/*.lien-localisation-carte {
	background-image: url("/common/images/iconesgmap/icone2_16x16.png");
	background-repeat: no-repeat;
	padding-left: 20px;
	text-align: left;
	text-decoration: underline;
	cursor: pointer;
	color: blue;
}*/
