html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #000;
	background-image: url(images/bg-idx.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#global { /* Pour centrer H et V la page index */
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 790px;
	height: 400px;
	margin-left: -395px;
	margin-top: -240px;
}
.enteridx {
	background-image: url(images/enter-off.jpg);
	width: 798px;
	height: 50px;
	background-color: transparent;
}
#entrer ul, li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#entrer ul {
	margin: 0 auto;
	width: 798px;
	text-align: center;
	z-index: 2;
}
#entrer li { float: left; }
#entrer li a {
	display: block;
	height: 50px;
	width: 798px;
	text-decoration: none;
}
#entrer li a:hover {
	background-image: url(images/enter-enter.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#entrer a#menu1:hover { background-position: -0px 0%; }

.txtc { text-align: center; }
#credit {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-family: Times;
	font-size: 7pt;
	line-height: 14pt;
	font-style: italic;
}

/* DEBUT JS */
.slideshow {
	margin: 0;
	padding: 0;
	border-color: #fff;
	border-width: 0 4px 0 4px;
	border-style: solid;
	width: 790px;
	height: 186px;
	background-color: #000;
}
/* Fin JS */

/* hack FF pour envlever pointillˇs autour des liens */

a { outline: none; }
:focus { -moz-outline-style: none; }

/* fin de hack */