/*Le Block Edito */


#edito h2 {

	width: auto;
	color: #f66700;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
}
#edito h2 span {
	margin-left: 0;
	margin-top: 20px;

}
#puntal_content .news span {
	
	border: none;
	background: transparent url(img/edito.png) no-repeat 0 3px;
	padding-left: 20px;
	width: auto;
	}
/* News title
----------------------------------------------------------*/
h2.news a {
	text-decoration: none;
}

/* Infos news
----------------------------------------------------------*/
p.infos { 
	text-align: right;
}

/* Avatar
----------------------------------------------------------*/
.newsAvatar {
	float: left; 
	text-align: left; 
	clear: left; 
	width: auto; 
	padding: 0 1em 1em 0;
	margin: 0;
}


/* 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;
}

