div.vote{
	width: 45px;
	margin: 0px;
	padding: 0px;
	background-image:url(http://volcanlemptegy.auwwwergne.com/wp-content/mu-plugins/vote/img/votebackground.png);
	background-repeat:no-repeat;
}
div.voteCount{
	width: 45px;
	height: 30px;
	padding: 8px 0px 0px 0px;
	font-size: 18px;
	color: #7F7F7F;
	text-align: center;
	display: block;
	margin: 0px;
}
div.voteLink{
	font-size: 10px; 
	background-image:url(http://volcanlemptegy.auwwwergne.com/wp-content/mu-plugins/vote/img/votebutton.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	color: #7F7F7F;
	height: 15px;
	width: 45px;
	margin: 0px;
	padding: 0px;
	display: block;
	text-decoration: none;
	line-height: 1em;
}
.voteLink a {
	color: #7F7F7F;
}


p.vote-container{

}
table.votes{
	margin:auto;
} 
table.votes td{padding:2px 4px;}
div.voteGrad{
	position:absolute;
	left:0px;
	height:18px;
}
div.fond-voteGrad{
	height:18px;
	text-align:left;
	position:relative;
}
.hasVotes.none{
	display:none;
}
.hasVotes.any{

}

table#allVotes{
	width:100%;
	border:1px solid #cdcdcd;
	border-collapse:collapse;
}
table#allVotes th{
	background-color:#F5F5F5;
	border:1px solid #cdcdcd;
}
table#allVotes th#yes,table#allVotes th#no,table#allVotes th#nb{
	width:55px;
}
table#allVotes td.center{
	text-align:center;
}
table#allVotes th, table#allVotes td{
	padding:4px;
}
table#allVotes th.header { 
    background-image: url(http://volcanlemptegy.auwwwergne.com/wp-content/mu-plugins/vote/img/bg.gif);
	background-repeat: no-repeat; 
    background-position: center right; 
    padding-right: 20px;
	cursor:pointer;
}
table#allVotes th.header.headerSortUp { 
    background-image: url(http://volcanlemptegy.auwwwergne.com/wp-content/mu-plugins/vote/img/asc.gif);
	background-color:#c2deef;
} 
table#allVotes th.header.headerSortDown { 
    background-image: url(http://volcanlemptegy.auwwwergne.com/wp-content/mu-plugins/vote/img/desc.gif);
	background-color:#c2deef;
}
h2.post-title{
	margin-bottom:20px;
} 
div.pager{
	margin-top:5px;
}	
div.pager img{
	cursor:pointer;
	position:relative;
	top:2px;
}
div.clear{
	clear:both;
}