/*--------- Menu images sous-parties ---------*/
#hollywood {
	position: absolute;
	width:69px;
	height:30px;
	left:76px;
	top:93px;
}

#backlot {
	position: absolute;
	width:47px;
	height:41px;
	left:175px;
	top:108px;
}

#mickey {
	position: absolute;
	width:48px;
	height:27px;
	left:102px;
	top:181px;
}

#sunset {
	position: absolute;
	width:71px;
	height:27px;
	left:181px;
	top:208px;
	background:url(images/over_sunset.gif) no-repeat;
}
/*
*/
#hollywood:hover {
	position: absolute;
	width:69px;
	height:30px;
	left:76px;
	top:93px;
	background:url(images/over_hollywood.gif) no-repeat;
}

#backlot:hover {
	position: absolute;
	width:47px;
	height:41px;
	left:175px;
	top:108px;
	background:url(images/over_backlot.gif) no-repeat;
}

#mickey:hover {
	position: absolute;
	width:48px;
	height:27px;
	left:102px;
	top:181px;
	background:url(images/over_mickey.gif) no-repeat;
}

/*#sunset:hover {
	position: absolute;
	width:71px;
	height:27px;
	left:181px;
	top:208px;
}*/