
.liste_balades{
	margin: 5px auto;
	background-color: #FFFFFF;
	border: 2px solid #EEEEEE;
}
.liste_balades th{
	background-color: #EEEEEE;
	text-align:center;
	cursor: default;
	padding: 5px 0;
	color: #666666;
}

.liste_balades tr{
	
}

.liste_balades tr.impair{
	background-color: #F5F5F5;
}

.liste_balades tr:hover{
	background-color: #EEEEFF;
}

.liste_balades td{
	height: 25px;
	vertical-align: middle; 
}

.liste_balades .nom{
	width: 200px;
	padding-left: 2px;
	cursor: pointer;
}
.liste_balades .nom h2{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.liste_balades .km{
	width: 60px;
	text-align: center;
}
.liste_balades .duree{
	width: 60px;
	text-align: center;
}
.liste_balades .description{
	width: auto;
	text-align: left;
	padding: 0px 5px;
}
.liste_balades .date{
	width: 75px;
	text-align: center;
}
.liste_balades .visites{
	width: 40px;
	text-align: center;
}

#vote{
	height:18px;
	padding: 1px;
	margin: 0 5px;
}
#vote .staron, #vote .staroff{
	width: 16px;
	height: 16px;
	float: left;
}
#vote .staron{
	background: transparent url('../images/graphics/star_16.png') no-repeat 0% 0%;
}
#vote .staroff{
	background: transparent url('../images/graphics/star_off_16.png') no-repeat 0% 0%;
}

