body {
margin: 0;
padding: 0;
}

#content ul, li{list-style-type: disc; margin-left:2%;}

#content ul ul, li li{list-style-type: circle; margin-left:2%;}

dl, dt, dd, ul, li.deroulant {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu2 {

	width: 700px;

	/*border-bottom: 1px solid white;*/
	color: white;
	/*background-color: #202020;*/
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	
	position: absolute;
	top: 0px;
	margin-left: -349px;
	left: 50%;
	margin-top: 0px;
	padding: 0px;
	z-index:100;

	_position: absolute;
	_top: expression((dummy = document.documentElement.scrollTop) + "px");

}

#menu2 dl {
float: left;
width: 139.2px;
margin: 0 0px;
}

#menu2 dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #000;
padding-top: 5px;
padding-bottom: 5px;
}

#menu2 dd {
border-bottom: 1px solid gray;
}

#menu2 li.deroulant {
text-align: left;
background: #000;
padding-top: 5px;
padding-bottom: 5px;
}

#menu2 li.deroulant a.deroulant, #menu2 dt a.deroulant {
color: #ccc;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu2 li a.deroulant:hover, #menu2 dt a.deroulant:hover {
background: #ccc;
color: #000;
}


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

a.deroulant {text-decoration: none;
color: white;
}
