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

html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(fon2.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;/* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	width:100%;
	height:100%
    
}
	
#image {
	width:639px;
	height:415px;
	position:absolute;
	left: 50%;
	top: 40%;
	margin-top: -207px; /* moitié de la hauteur */
	margin-left: -319px;
	background-image: url(images_de_fond/entrer_chez_la_danseuse.gif);
	z-index:1;
	
}
.barre {
	text-decoration: line-through;
}

.entrer {
	font-size: 12px;
	color: #000000;
	margin-left:50px;
	width:639px;
	height:auto;
	margin-top: 210px;
	text-align: center;
	z-index:20;
}
.titre {
	text-align: center;
	color: #999999;
	top: 150px;
	position: relative;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #00CC00;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#music {
	width: auto;
	text-align: center;
}
h1 {
	font-weight: lighter;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #CCCCCC;
}
