
dl, dt, dd, #menu_v ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li a{
	list-style-type: circle;
	list-style-position: inside;
}
#menu_horizontal {
	position: relative;
	top: -10px;
}

#menu { 
	font: 110% verdana, arial, sans-serif;
	position: absolute;
	top: 0;
	left: 0px;
	width : 100%;
	z-index: 1000;
}

#menu_vertical { 
	position: absolute;
	width: 8em; 
	min-height: 900px;
	left: 0;
}



#menu_vertical_pos { 
	z-index:1001;
}
#menu dl {
	float: right;
	width: 9em;
	margin: 0 1px;
	background: #fff;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: url(../img/menu_neige_up.gif) no-repeat top left;
	border: 1px solid gray;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu dt:hover {
	background: url(../img/menu_neige_down.gif) no-repeat top left;
}
#menu dd {	
	display: none;
	border: 1px solid gray;
}
#menu li {	
	background: #fff;
	list-style-type: none;
}
#menu ul {	
	margin-left: 0em;
	padding: 0;
}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	padding: 3px;
	border-bottom: 1px solid gray;
}
#smenu1 li a:hover, #smenu1 dt a:hover {
	background: #99ccff;
}
#smenu2 li a:hover, #smenu2 dt a:hover {
	background: #99ff99;
}
#smenu3 li a:hover, #smenu3 dt a:hover {
	background: #ffff66;
}
#smenu4 li a:hover, #smenu4 dt a:hover {
	background: #ffcc66;
}
#smenu5 li a:hover, #smenu5 dt a:hover {
	background: #e2acfd;
}
#smenu6 li a:hover, #smenu6 dt a:hover {
	background: #99ccff;
}

#site {
	position: absolute;
	z-index: 1;
	top : 70px;
	left : 10px;
	color: #000;
	background-color: #ddd;
	padding: 5px;
	border: 1px solid gray; 
}

#menu a {
	text-decoration: none;
	color: black;
	color: #222;
}

#menu_v {
	text-align: center; 
	margin-top : 2em;
	margin-right : 1em;
	margin-bottom : 2em;
	margin-left : 2px;
	float: left;
	top: 1em;
	left: 1em;
	width: 10em;
}

#menu_vertical_pos a, #menu_v dt {
	display: block;
	cursor: pointer;
	background: url(../img/menu_bois_up2.gif) no-repeat top left;
	width: 11em;
	line-height: 35px;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-left: 3px;
}
#menu_vertical_pos a:hover {
	color: #49c7c0;
}

#menu_v {
	margin-top: 0px;
	margin-left: 0px;
}

#menu_v dt dl dd, li, ul{
	margin: 0px;	
	padding: 0px;	
}
#menu_v dd {
	display: none;
	border: 0 solid gray;
}
#menu_v dd a {
	display: block;
	cursor: pointer;
	background: url(../img/menu_bois_up.gif) no-repeat top left;
	width: 10em;
	line-height: 30px;
	margin-top: 0px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-left: 3px;
}



#menu_vertical_pos .center {
	vertical-align: middle;   
	color: #E00;      
}
#menu_vertical_pos .etoile:hover .center {
	color: #F00;       
}
#menu_vertical_pos .etoile {
	line-height: 20px;
	padding-top: 1.5em;
	width:100px;
	height:75px;
	display: block;
	background: url(../img/etoile.gif) no-repeat top left;
	font-family: comic sans ms;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

