.best_comments{
	width: 95%;
	padding: 0px 10px;
	margin-top: 30px;
	margin-bottom: 20px;
	border : 1px dashed;
	background-color: #FFD6FF;
}

#bulleBestComments{
	background-image: url(images/bulle_bestcomments.gif);
	height:15px;
	width:15px;
	margin-left:5px;
	float:left;	
	position:relative;
	z-index:10;
}

.bestComment{
	margin-top:14px;
	border-top:1px solid #d6d6d6;
	padding-top:5px;
	position: relative;
	z-index: 1;
}

.bestCommentAuthor{
	font-size:12px;
	font-weight:bold;
	float:left;
}

/*
	Css Pour les Notes sur les commentaires
*/

#encartTextVote{
	background-image: url(images/encartTextVote.gif);
	background-repeat: no-repeat;
	color:#FF38A5;
	width:291px;
	height:36px;
	line-height:36px;
	text-align:center;
	font-size:12px;
	margin:15px 0px 0px;
	float:left;
	z-index:30;
	position:relative;
}

#encartVote{
	background-image: url(images/encartVote.gif);
	background-repeat: no-repeat;
	width:118px;
	height:33px;
	float:left;
	margin:17px -30px;
	z-index:0;
	position:relative;
}

.noteCommentaire{
	margin-left:3px;
	margin-top:4px;
	display:block;
	height:25px;
	line-height:25px;
	background-color:#fff;
	color:#FF38A5;
	text-align:right;
	width:75px;
}

.voteCommentPlus{
	background-image: url(images/+1.gif);
	background-repeat: no-repeat;
	margin-top:3px;
	margin-left:35px;
	_margin-left:20px;
	height:26px;
	width:26px;
	float:left;
	cursor:pointer;
}

.voteCommentMoins{
	background-image: url(images/-1.gif);
	background-repeat: no-repeat;
	margin-top:3px;
	margin-left:20px;
	height:26px;
	width:26px;
	float:left;
	cursor:pointer;
}

.voteCommentPlus:hover{
	background-image: url(images/+1_over.gif);
}

.voteCommentMoins:hover{
	background-image: url(images/-1_over.gif);
}

