#posts-container			{ width:100%;}
#load-more				{ background-color:#e8ffd0; color:#000; font-weight:bold; text-align:center; padding:10px 0; cursor:pointer; }
#load-more:hover			{ color:#666; }

a.post-title {
	font-size:12px;
	text-decoration:none;
	color: #000;
	height: 17px;
	line-height: 17px;
	display: block;
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
	background: transparent url(/images/puce_subnavigation.jpg) 0 4px no-repeat;
	cursor: pointer;
}
a.post-auto {
	height: auto;
	margin-bottom: 10px;
}
a.post-title:hover {
	text-decoration:underline;
	color:#900;
}
p.post-content {
	border-bottom: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	background: #eee;
	font-size:10px;
	line-height:17px;
	padding-bottom:0;
	color: #666;
}
a.post-more {
	display: block;
	text-align: right;
	color:#900;
}
.activate {
	background: #eee url(/images/more-loader.gif) 290px 11px no-repeat;
}

#overloader {
	display: block;
	cursor:pointer;
	top: 0;
	left:0;
	position:fixed;
	width:100%;
	height: 100%;
	z-index:1000000;
	filter : alpha(opacity=30);
	-moz-opacity : 0.3;
	opacity : 0.3;
	background: #000 url(/images/main-loader.gif) center center no-repeat;
}