/*---------------------------------------- Teaser -----------------------*/
.rss_teaser{
	background: #FFFFFF;
}

.titre_teaser{
	background:url(../../../../../images/woodcocoon/rss/titre_teaser.jpg) no-repeat 23px 5px #6ec34e;
	padding: 5px;
	height:36px;	
}

.rss_teaser .titre_teaser a{
	display:block;
	float:left;
	width: 14px;
	height: 14px;
	margin:5px 5px 0 0;
	background:url(../../../../../images/woodcocoon/rss/picto_rss.gif) no-repeat left 0px;
}

.rss_teaser .titre_teaser a:hover{
	text-decoration: none;
}

.flux_teaser{
	padding: 10px;
	min-height: 185px;
}

.rss_teaser .row{
	display:block;
	font-size:11px;
	color:#949494;
	padding-bottom:7px;
}

.rss_teaser .row .date{
	display:block;	
	color:#70D171;
	font-weight:bold;	
}

.rss_teaser .row .titre{
	color: #332E2D;
}

.rss_teaser .row:hover{
	text-decoration: none;
}

.rss_teaser .row:hover .titre{
	color: #332E2D;
	text-decoration: underline;	
}

/*---------------------------------------- Listing -----------------------*/
.rss_listing{
	background: #FFFFFF;
}

.titre_listing{
	background:url(../../../../../images/woodcocoon/rss/titre_listing.jpg) no-repeat 23px 5px #6ec34e;
	padding: 5px;
	height:50px;	
}

.rss_listing .titre_listing a{
	display:block;
	float:left;
	width: 14px;
	height: 14px;
	margin:11px 5px 0 0;
	background:url(../../../../../images/woodcocoon/rss/picto_rss.gif) no-repeat left 0px;
}

.rss_listing .titre_listing a:hover{
	text-decoration: none;
}

.rss_listing_flux{
	padding: 10px;
}

.rss_listing_flux .row{
	font-size:11px;
	padding-bottom:7px;
	margin-bottom: 15px;
	border-bottom:1px solid #897e7c;	
}

.rss_listing_flux .row .titre,
.rss_listing_flux .row .titre a{
	color:#70D171;
	font-weight:bold;
}

.rss_listing_flux .row .titre a:hover{
	color:#70D171;
	text-decoration: underline;	
}

.rss_listing_flux .row .description,
.rss_listing_flux .row .description a{
	color: #332E2D;
	
}

.rss_listing_flux .row .date,
.rss_listing_flux .row .date a{
	float:right;	
	color:#332E2D;
	font-style: italic;
	font-size: 10px;
}

