.newsList .item {
	list-style-type: none;
}
	.newsList .item {
		background: transparent url(/img/common/dashedBorder.gif) repeat-x left bottom;
		float: left;
		padding: 8px 0 12px 0;
	}
	.newsList .last {
		background: none;
	}
		.newsList .title {
			background: transparent url(/img/common/puceLvl2.gif) no-repeat left 6px;
			padding: 0 0 6px 11px;
		}
		.newsList .text {
			padding: 0 0 9px 0;
		}
		.newsList .readMore {
			background: transparent url(/img/common/puceVerte.gif) no-repeat left center;
			color: #65af23;
			padding: 0 0 0 11px;
			text-decoration: none;
		}
		.newsList .readMore:hover {
			background: transparent url(/img/common/puceVerteOn.gif) no-repeat left center;
			color: #43820c;
			padding: 0 0 0 11px;
			text-decoration: none;
		}

.pagination {
	clear: both;
	background: none;
	list-style-type: none;
	padding: 11px 0 0 0;
	text-align: center;
	font-weight: bold;
}
	.pagination a {
		text-decoration: none;
		color:#76798a;
	}
	.pagination img {
		border: none;
	}
	.pagination .next {
		padding: 0 0 0 10px;
	}
	.pagination .current {
		color: #65af23;
	}
	.pagination .previous {
		padding: 0 10px 0 0;
	}

.news {
	padding: 8px 0 12px 0;
}
	.news .date {
		color: #9393a4;
	}
	.news .title {
		padding: 0 0 6px 11px;
	}
	.news .text {
		padding: 0 0 9px 0;
	}
	.news .allNews {
		background: transparent url(/img/common/puceVerte.gif) no-repeat left center;
		color: #65af23;
		padding: 0 0 0 11px;
		text-decoration: none;
	}
	.news .allNews:hover {
		background: transparent url(/img/common/puceVerteOn.gif) no-repeat left center;
		color: #43820c;
		padding: 0 0 0 11px;
		text-decoration: none;
	}

