/*----- GUIDE TOURISTIQUE */
.arborescence {
	margin: 15px 0 25px 0;
	font-size: 0.9em;
	text-align: left;
}
.arborescence ul, .arborescence ul li {
	display: inline;
}
.arborescence ul li {
	padding-left: 12px;
	background: url(./triangle_arbo.png) left 2px no-repeat;
}
#bugIE6 .arborescence ul li {
	background-image: url(./triangle_arbo.gif);
}

.themes_guide {
	width: 500px;
	margin: 50px auto;
}
#bugIE5 .themes_guide {
	margin-left: 60px;
}
#theme_guide_plus {
	clear: left;
}
.themes_guide ul {
	float: left;
	margin-left: 5px;
	margin-bottom: 25px;
	background: #F4F1E8;
}
#bugIE5 .themes_guide ul {
	margin-bottom: 15px;
}
.themes_guide ul li {
	width: 225px;
	padding-left: 12px;
	font-size: 0.9em;
	background: url(./triangle_arbo_orange.png) left 2px no-repeat;
}
#bugIE6 .themes_guide ul li {
	background-image: url(./triangle_arbo_orange.gif);
}
.themes_guide ul li.actuel {
	font-weight: normal;
	font-style: italic;
	color: #666666;
	background-image: url(./triangle_arbo.png);
}
#bugIE6 .themes_guide ul li.actuel {
	background-image: url(./triangle_arbo.gif);
}