﻿/* menu Waebic Tree*/
ul.waebictree
	{
	}
ul.waebictree li
	{
	list-style:none;
	min-height:15px;
	}
ul.waebictree, ul.waebictree ul, ul.waebictree li
	{
	margin: 0; padding: 0;
	}
ul.waebictree ul
	{
	padding-left: 18px;
	}
ul.waebictree li a
	{
	color:rgb(126,70,54);
	font-size:11px;
	font-weight:bold;
	height:20px;
	padding-left:14px;
	text-decoration:none;
	}
ul.waebictree li a:hover
	{
	text-decoration:underline;
	color:rgb(126,70,54);
	}
ul.waebictree li.waebictreeopen a
	{
	background: url("../../media/site/image/flechebas.gif") top left no-repeat;
	min-height:15px;
	}
ul.waebictree li.waebictreeclosed
	{
	}
ul.waebictree li.waebictreeclosed a
	{
	background: url("../../media/site/image/flechedroite.gif") top left no-repeat;
	min-height:15px;
	}
ul.waebictree li.waebictreebullet
	{
	}
ul.waebictree li.waebictreebullet a
	{
	background: url("../../media/site/image/puce.gif") top left no-repeat;
	min-height:15px;
	font-size:11px;
	font-weight:bold;
	}
ul.waebictree li.waebictreeopen ul
	{
	display: block;
	}
ul.waebictree li.waebictreeclosed ul
	{
	display: none;
	}
