/*
 * Cascading StyleSheet Document
 * Vote PP - Ranking
 *
 */

.vote_news,
.note{
	padding: 4px;
	background: url(/pp_index/Images/design/content/bg_global.png) repeat-x scroll 0 0 #FFF;
	border: 1px solid #a4a4a4;
	margin: 10px 0px;
	font-size: 13px;
}

.vote_news{
	text-align: left;
}

.vote_news div{
	display: inline-block;
	vertical-align: middle;
}

.rating_star{
	margin-top: -2px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-image: url(/pp_index/Images/design/content/grey_star.png);
}

.star_hovering{
	background-image: url(/pp_index/Images/design/content/gold_star.png);
}

.title_note{
	font-size: 13px;
	font-weight: bold;
}

.petit_mot{
	text-align: center;
	color: #a4a4a4;
	font: italic normal 13px Georgia;
}