
#top h1
{
	left: 12px;
	top: 0;
	width: 289px;
	height: 197px;
	background: url(img/logo-12k.gif);
	background-repeat: no-repeat;
}

#top h2
{
	left: 300px;
	top: 15px;
	width: 467px;
	height: 144px;
	background: url(img/top-iceberg-y.jpg);
	background-repeat: no-repeat;
}

#top .language
{
	position: absolute;
	display: block;
	text-indent: -9000px;
	left: 650px;
	top: 24px;
	width: 120px;
	height: 44px;
	background: url(img/top-francais.gif);
	background-repeat: no-repeat;
}

#top .language a
{
	display: block;
	width: 100%;
	height: 44px;
	text-decoration: none;
}

#nav .home
{
	left: 301px;
	width: 52px;
	background: url(img/but-home-off.gif);
}

#nav .home:hover
{
	background: url(img/but-home-on.gif);
}

#nav .iceberg
{
	left: 355px;
	width: 112px;
	background: url(img/but-iceberg-off.gif);
}

#nav .iceberg:hover
{
	background: url(img/but-iceberg-on.gif);
}

#nav .mussels
{
	left: 469px;
	width: 73px;
	background: url(img/but-mussels-off.gif);
}

#nav .mussels:hover
{
	background: url(img/but-mussels-on.gif);
}

#nav .packaging
{
	left: 544px;
	width: 86px;
	background: url(img/but-packaging-off.gif);
}

#nav .packaging:hover
{
	background: url(img/but-packaging-on.gif);
}

#nav .comments
{
	left: 632px;
	width: 92px;
	background: url(img/but-comments-off.gif);
}

#nav .comments:hover
{
	background: url(img/but-comments-on.gif);
}

#nav .recipes
{
	left: 724px;
	width: 73px;
	background: url(img/but-recipes-off.gif);
}

#nav .recipes:hover
{
	background: url(img/but-recipes-on.gif);
}



#nav .photos
{
	left: 797px;
	width: 64px;
	background: url(img/but-photos-off.gif);
}

#nav .photos:hover
{
	background: url(img/but-photos-on.gif);
}

#nav .contact
{
	left: 861px;
	width: 70px;
	background: url(img/but-contact-off.gif);
}

#nav .contact:hover
{
	background: url(img/but-contact-on.gif);
}

