<style type="text/css" media="screen">
 @charset "utf-8";
/* CSS Document */

body {
margin: 0;
padding: 0;
font: 80% verdana, arial, sans-serif;
}

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

#menu {
	position: absolute; /* placement du menu, à modifier selon vos besoins */
	z-index:100;
	top: 349px;
	width: 853px;
	height: 34px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(../images/hachure.gif);
	background-repeat: repeat-x;
}

#menu dl.GetKangarooTV{
float: left;
width: 112px;
height: 34px;
}
#menu dl.FanBase{
float: left;
width: 64px;
height: 34px;
}
#menu dl.TheirOpinion{
float: left;
width: 94px;
height: 34px;
}
#menu dl.KTVinTheNews{
float: left;
width: 106px;
height: 34px;
}
#menu dl.MediaCenter{
float: left;
width: 89px;
height: 34px;
}
#menu dl.PressReleases{
float: left;
width: 102px;
height: 34px;
}

#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
}

#menu dd {
display: none;
}

#menu ul li {
text-align: center;
margin: 0;
padding: 0;
height: 18px;
}

#menu li a, #menu dt a {
text-decoration: none;
display: block;
height: 100%;
margin: 0;
padding: 0;
}

#designTop {
	height: 12px;
	background-image: url(../images/hachure_top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

</style>
