/* CSS issu des tutoriels http://css.alsacreations.com */
dl, dt, dd, ul, li {
	padding:0;
	margin:0;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	list-style-type: none;
}
#menu {
	position: absolute;
	width: 0em;
}

#menu dt {
	cursor: pointer;
	background: #8DAA4E;
	
	margin: 2px 0;
	border: 1px solid gray;
	text-align: center;
	font-weight: bold;
}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 120px;
	top: 0em;
	margin-top: 0em;
	width: 18em;
	background: #8DAA4E;
	border: 1px solid #FFFFFF;
}

#menu ul {
	padding: 1px;
}
#menu li {
	text-align: left;
	font-size: 9px;

}
#menu li a, #menu dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left:2px;
}

#menu li a:hover {
	text-decoration: underline;
	background: #608617;
	color: white;
	text-decoration: none;
}

#menu {
	position: absolute;
	width: 0em;
}


#sousmenu dt {
	cursor: pointer;
	background: #8DAA4E;
	
	margin: 2px 0;
	border: 1px solid gray;
	text-align: center;
	font-weight: bold;
}

#sousmenu dd {
	position: absolute;
	z-index: 100;
	left: 18em;
	top: 2em;
	margin-top: -1.4em;
	width: 16em;
	background: #8DAA4E;
	border: 1px solid #FFFFFF;
}

#sousmenu ul {
	padding: 1px;
}
#sousmenu li {
	text-align: left;
	font-size: 9px;
	
}
#sousmenu li a, #menu dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left:2px;
}

#sousmenu li a:hover {
	text-decoration: underline;
	background: #608617;
	color: white;
	text-decoration: none;
}

















/* CSS issu des tutoriels http://css.alsacreations.com */
#menub {
	position: absolute;
	width: 0em;
}

#menub dt {
	cursor: pointer;
	background: #5D8CB8;
	
	margin: 2px 0;
	border: 1px solid gray;
	text-align: center;
	font-weight: bold;
}

#menub dd {
	position: absolute;
	z-index: 100;
	left: 120px;
	top: 0em;
	margin-top: 0em;
	width: 18em;
	background: #5D8CB8;
	border: 1px solid #FFFFFF;
}

#menub ul {
	padding: 1px;
}
#menub li {
	text-align: left;
	font-size: 9px;
	
}
#menub li a, #menub dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left:2px;
}

#menub li a:hover {
	text-decoration: underline;
	background: #0C2B4F;
	color: white;
	text-decoration: none;
}

#menub {
	position: absolute;
	width: 0em;
}


#sousmenub dt {
	cursor: pointer;
	background: #5D8CB8;
	
	margin: 2px 0;
	border: 1px solid gray;
	text-align: center;
	font-weight: bold;
}

#sousmenub dd {
	position: absolute;
	z-index: 100;
	left: 18em;
	top: 2em;
	margin-top: -1.4em;
	width: 16em;
	background: #5D8CB8;
	border: 1px solid #FFFFFF;
}

#sousmenub ul {
	padding: 1px;
}
#sousmenub li {
	text-align: left;
	font-size: 9px;
	
}
#sousmenub li a, #menub dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left:2px;
}

#sousmenub li a:hover {
	text-decoration: underline;
	background: #0C2B4F;
	color: white;
	text-decoration: none;
}

