
/* News title
----------------------------------------------------------*/
h2.news a {
	text-decoration: none;
}

/* Infos news
----------------------------------------------------------*/
p.infos { 
	text-align: right;
}

p.infosTop {
	border-bottom: 1px solid #999;
	font-size: 9px;
}

/* Avatar
----------------------------------------------------------*/
.newsAvatar {
	float: left; 
	text-align: left; 
	clear: left; 
	width: auto; 
	margin: 0px;
	padding: 0px;
}

.newsAvatar img {
	padding: 5px;
	padding-right: 10px;
	background: #EAE8DE;
}


/* RSS buton
----------------------------------------------------------*/
a.rss:link, a.rss:visited, a.rss:active {
	color: #fff;
	background: #f90;
	border: 1px outset #f90;
	text-decoration: none;
	padding: 0.1em 0.3em;
	font-size: 85%;
}
a.rss:hover {
	color: #fff;
	border: 1px inset #f90;
}

