.bouton_prec {
	background-image: url("../_gfx/bt-previous.gif");
}

.bouton_suiv {
	background-image: url("../_gfx/bt-next.gif");
}
.bouton_pause {
	background-image: url("../_gfx/bt-pause.gif");
}
.bouton_play {
	background-image: url("../_gfx/bt-resume.gif");
}

#controles_anim a {
		text-indent:-9999px;
		width:24px;
		height:15px;
		float:left;	
}
#controles_anim {
	width:96px;
	margin: 0 auto;
}

#dates {clear:both; text-align:center; padding:0;}
#dates li {
	list-style:none;
	display:inline;
	padding:0 5px;
	
}
.date_active {background-color:lightblue;}
#map label {
	display:inline;
	margin-left:5px;
	float:none;
}
