a img
{
	border: 0;
}

body
{
	margin: 0;
	padding: 0;
	background: #0d0d0d;
}

#container
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 980px;
	height: 580px;
	margin: -290px 0 0 -490px;
	padding: 0;
	border: solid 1px #222;
	background: #000 url('background.png') bottom right no-repeat;
	overflow: hidden;
}

h1
{
	display: none;
}

ul
{
	margin: 0;
	padding: 0;
	list-style-type: none
}

li
{
	position: absolute;
	display: block
}

li a
{
	display: block;
	background: url(lien.png);
	width: 64px;
	height: 64px
}

a:link img, a:visited img {display: none;}
a:hover img, a:active img {display: block;}

li#orangeamere    {top:  84px; left: 150px;}
li#monsieurblanc  {top: 174px; left: 150px;}
li#hiatus         {top: 444px; left: 690px;}

