/**************************************************************************************************
							Bloc menu
**************************************************************************************************/
/* html>body #menu {position: fixed;}   position: absolute;
*/

#menu {
	float: left;
	font-size: 1em;
	width: 15%;
	min-width: 140px;
	/* min-height: 1200px; */
	margin-top: 2px 5px 0px 2px;
	/* border: 1px solid silver */
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	}

#menu .imgmenu {margin-right:2px}
#menu ol li a, #menu ol ol li a {
	font-size:0.9em;
	padding-left: 0.5em;
}
	
#menu ul, #menu ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

#menu ol li a {
	background: white;
	}

#menu a {
	padding: 0 0 0 0.3em;
	display:block;
	height: 1.5em;
	text-decoration:none;
	color:black;
	}

#menu h1 {
	text-align: left;
	font-size: 1em;
	letter-spacing : 0; 
	padding: 0;
	margin: 0;
	}

#menu a       {
	background-image: url("../__images/m1.gif");
	border: 1px outset silver;
	}

#menu a:active {
	background-image: url("../__images/m1b.gif");
	font-weight : bold;
	border: 2px inset silver;
	color: white;
	}

#menu a:hover {
	background-image: url("../__images/m1b.gif");
	/*font-weight : bold;*/
	border: 1px inset silver;
	}

#menu a:visited {color: black;}

#menu .ad42 a,#menu .ad42 a:hover {
	border: none;
	background-image: none;
	color: white;
	font-weight : normal;
	}