﻿	*{
		margin:0;
		padding:0;
		font-size:100.01%;
		font-family: Tahoma, Arial;
	}
	
	#frames{
		height: 380px;
		width: 295px;
		background-repeat:no-repeat;
		background-position: center;		
	}

	
	#itemmenu {
		position: absolute;
		top: 385px;
	}
	#itemmenu .arome{
		float: left; 
		width: 180px; 
		text-align: center;
	}
	#itemmenu .info {
		float: left; 
		width: 60px; 
		text-decoration: none;
		text-align: center;
	}
	
	#itemmenu .info.eng{
		position:relative;
		left:30px;
	}
	
	#itemmenu a{
		color: black; 
		text-decoration: none; 
		text-transform: uppercase;
		font-size: 0.9em;
	}
	
	#itemmenu a:hover {
		color: #FF4040; 
	}
	
	#arome-text,
	#info-text{
		position: absolute;
		display:none;
		width: 250px;
	}
	
	#arome-text,
	#info-text{
		margin: 30px;
		z-index:2;
	}

	
	#arome-text p,
	#info-text p{
		font-size: 0.8em;
		margin-bottom: 15px;
	}
