/* CSS issu des tutoriels www.alsacreations.com/articles */

/*  (do not remove this :) */
/*  (not this either :) */



#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}


dl#menu {
	background-color: #c5ccc7;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #034ea;
	padding: 0.75em 0.5em;
}

dl#menu dt {
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	padding-left: 1.25em;
	margin-bottom: 5px;
}

dl#menu dd {
	padding-left: 1.25em;
}
/*
dl#menu li {
	text-align: left;
	margin-bottom: 0.5em;
}*/

dl#menu li a, dl#menu dt a {
	color: #034ea2;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover {
	text-decoration: underline;
}
dl#menu dt.direct-link {
	background: transparent url(http://www.musing.eu/vai.gif) center left no-repeat; 
}

/*********************** MENU COMMUNITY ************************/

div#menu2 {
	background-color: #c5ccc7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #034ea;
	padding: 0.75em 0.5em;
	border-top: 0;
}

div#menu2 span {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}

div#menu2 ul {
	margin: 0;
}

div#menu2 li {
	margin: 0 0 0.75em 0;
	padding-left: 15px;
	list-style-image: none;
	background: transparent url(http://www.musing.eu/vai.gif) center left no-repeat;
	list-style-type: none;
}

div#menu2 li a {
	color: #034ea2;
	text-decoration: none;
	font-weight: bold;
}

div#menu2 li a:hover {
	text-decoration: underline;
	font-weight: bold;
}


/*  */
