#menu
{
	float:left;
	width:180px;
	text-align:left;
}

#menu ul li.menu_head
{
	font-weight:bold;
	padding-bottom:10px;
	display:block;
	font-size:16px;
}

#menu_top
{
	height:10px;
	background:url('../img/fond/menu_haut.jpg') no-repeat;
	overflow:hidden;
}

#menu_bottom
{
	height:42px;
	background:url('../img/fond/menu_bas.jpg') no-repeat;
}

#menu_corps
{
	background:url('../img/fond/menu_corps.jpg') repeat-y;
	min-height:800px;
}

#menu .sb-inner
{
	background-color:#8B7355;
}

#navigation
{
	margin:0;
	padding-left:10px;
	margin:0;
	list-style:none;
}

a:active,a:focus
{
	outline:none;
}

#navigation a.head
{
	cursor:pointer;
	background-image:url('../img/icones/collapsed.gif');
	background-repeat:no-repeat;
	background-position:1px 5px;
	/*color:#535251;*/
	color:#444444;
	display:block;
	font-weight:bold;
	font-size:13px;
	text-indent:15px;
	height:17px;
	line-height:17px;
	text-decoration:none;
}

#navigation a.head:hover
{
	/*color:#535251;*/
	color:#444444;
	background-image:url('../img/icones/collapsed_white.gif');
	background-repeat:no-repeat;
	background-position:1px 5px;
}

#navigation a.selected
{
	background-image:url('../img/icones/expanded.gif');
	background-position:1px 5px;
	background-repeat:no-repeat;
	border-bottom:none;
}

#navigation a.current
{
	color:#FF6200;
}

#navigation ul
{
	margin:0px;
	padding:0px;
	text-indent:0px;
}

#navigation li
{
	list-style-type:none;
	display:inline;
}

#navigation li li a:first-letter
{
	font-weight:bold;
	font-style:italic;
}

#navigation li li a
{
	color:#535251;
	display:block;
	text-indent:15px;
	text-decoration:none;
	font-size:11px;
	height:16px;
	line-height:16px;
}

#navigation li li a:hover
{
	background-image:url('../img/icones/a_collapsed.gif');
	background-repeat:no-repeat;
	background-position:1px 5px;
	color:#fff;
}

@media print {
	#navigation ul{
		display: block!important;
		height: auto!important
	}
}