#maincontent {position:relative;}
.post div.postinfo {
	
	display:block;
	width:80px;
	height:80px;
	position:absolute;
	left:-80px;
}
.post  div.postinfo a{
	display:block;
	width:80px;
	height:80px;
	margin-top:-20px;
	text-indent: -80em;
	overflow: hidden;
	background-image:url('/skins/pictos_icons.png');
}
.post.photo  div.postinfo a{
	background-position:-160px -240px;
}
.post.link  div.postinfo a{
	background-position:-160px -160px;
}
.post.text  div.postinfo a{
	background-position:0px -320px;
}
.post.video  div.postinfo a{
	background-position:-80px -240px;
}
.post.quote  div.postinfo a{
	background-position:-240px -240px;
}
.post.audio  div.postinfo a{
	background-position:-240px -160px;
}
.post.chat  div.postinfo a{
	background-position:-160px -80px;
}






.post.text .posttitle {
	display:none;
}
.post{margin:40px 0px 60px 0px;}

.post div.postinfo a:hover{
	background-image:url('/skins/pictos_icons_sel.png');
	
}