/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera

Use the following classes to style your popular posts list as you like.
*/

/* title styles */
.wpp-post-title {
line-height:20px;
color: #006fae;
text-align:left;
margin-bottom:10px;
padding-left:15px;
background:url(http://www2.16juin2014.com/wp-content/themes/16juin2014/images/puce.gif) no-repeat;

}

/* thumbnail styles */
img.wpp-thumbnail {
	border:none;
}

/* excerpt styles */
.wpp-excerpt {
}

/* Stats tag styles */
.post-stats {
	font-size:10px;
	font-weight:normal;
	text-align:right;
}
	
	.wpp-comments {
	font-size:9px;
	font-weight:normal;
	text-align:left;
	}
	
	.wpp-views {
	font-size:9px;
	font-weight:normal;
	text-align:left;
	}
	
	.wpp-author {
		font-style:italic;
	}
	
	.wpp-date {
	}

/* WP-PostRatings styles */
.wpp-rating {
}