@charset "utf-8";
/* CSS Document */

html,body
{
	margin: 0 auto 0 auto;
	list-style-type:none;
	background:url(_IMG/background.gif);
}

*
{
     padding: 0;
     margin: 0;
}

img
{
	border-style: none;
}

/* Contenu */

#conteneur
{
	position: absolute;
	width: 806px;
	height: 605px;
	top: 50%;
	left: 50%;
	margin-left: -403px;
	margin-top: -303px;
}

#head
{
	position: absolute;
	height: 397px;
	width: 806px;
}

#foot
{
	position: absolute;
	height: 85px;
	width: 806px;
	top: 520px;
}

#ind_menu ul, li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: -3000px;
}

#ind_menu ul /* Positionnement du menu */
{
	position: absolute;
	background: transparent url(_IMG/Ind_Menu.jpg) top left no-repeat;
	height: 123px;
	width: 806px;
	top: 397px;
	z-index: 10;
}

a#fr
{
	display: block;
	height: 41px;
	width: 806px;
}

a#fr:hover
{
	background: url(_IMG/Ind_Menu.jpg) top left no-repeat;
	background-position: -806px 0px;
}

a#de
{
	display: block;
	height: 41px;
	width: 806px;
}

a#de:hover
{
	background: url(_IMG/Ind_Menu.jpg) top left no-repeat;
	background-position: -806px -41px;
}

a#en
{
	display: block;
	height: 41px;
	width: 806px;
}

a#en:hover
{
	background: url(_IMG/Ind_Menu.jpg) top left no-repeat;
	background-position: -806px -82px;
}