html
{
	background: #ffffff;
	font-size: 1em;
}
body
{
	font-family: "Century Gothic", "Frutiger SAIN Bd v.1", Verdana, sans-serif;
	width: 900px;
	margin: auto;
}
#header
{
	background: url("../images/sound/header.jpg");
	width: 900px;
	height: 240px;
}
#hover_sounds
{
	position: relative;
	width: 25px;
	height: 33px;
	left: 831px;
	top: 81px;
}
#hover_sounds a
{
	background: url(../images/sound/sound.jpg);
}
#hover_sounds a:hover
{
	background: url(../images/sound/hover-sound.jpg);
}
#texte_header
{
	position: relative;
	width: 420px;
	height: 80px;
	top: 122px;
	left: 365px;
	font-size: 0.75em;
	text-align: center;
}
#middle
{
	background: url("../images/backmiddle.jpg") repeat-y;
}
#menu
{
	float: left;
	background: url("../images/sound/menu.jpg");
	width: 250px;
	height: 355px;
}
#contenu
{
	margin-left: 250px;
	min-height: 355px;
}
#footer
{
	position: relative;
	background: url("../images/footer.jpg");
	width: 900px;
	height: 50px;
	top: -10px;
	text-align: left;
}


.block
{
	display: block;
	width: 100%;
	height: 100%;
}