/* ------ Legende folders ------ */
ul.legend {
	padding: 10px 0;
	text-align: center;
}

ul.legend li {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 15px 10px 30px;
}

.forum-unread {
	background-image: url("http://jardins-du-nord.fr/styles/jdn_v1/theme/images/forum_unread.gif");
}

.forum-read {
	background-image: url("http://jardins-du-nord.fr/styles/jdn_v1/theme/images/forum_read.gif");
}

.forum-locked {
	background-image: url("http://jardins-du-nord.fr/styles/jdn_v1/theme/images/forum_read_locked.gif");
}

.forum-link {
	background-image: url("http://jardins-du-nord.fr/styles/jdn_v1/theme/images/forum_link.gif");
}

.post-unread {
	background-image: url("http://jardins-du-nord.fr/styles/jdn_v1/theme/images/topic_unread.gif");
}

.post-read {
	background-image: url("http://jardins-du-nord.fr/styles/jdn_v1/theme/images/topic_read.gif");
}

.post-announce {
	background-image: url("http://jardins-du-nord.fr/styles/jdn_v1/theme/images/announce_read.gif");
}

.post-hot {
	background-image: url("http://jardins-du-nord.fr/styles/jdn_v1/theme/images/topic_read_hot.gif");
}

.post-sticky {
	background-image: url("http://jardins-du-nord.fr/styles/jdn_v1/theme/images/sticky_read.gif");
}

.post-locked {
	background-image: url("http://jardins-du-nord.fr/styles/jdn_v1/theme/images/topic_read_locked.gif");
}

.post-moved {
	background-image: url("http://jardins-du-nord.fr/styles/jdn_v1/theme/images/topic_moved.gif");
}

.post-mine {
	background-image: url("http://jardins-du-nord.fr/styles/jdn_v1/theme/images/topic_read_mine.gif");
}
/* ------ End legende folders ------ */