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

* { 
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	background: #000000 url(../images/bg.jpg) no-repeat center top;
	
	width: 1270px;
	margin: 0 auto;
	position: relative;
}


div#club_evasion {
	z-index: 3;
	top: -1em;
	left: 10%;
	position: absolute;
}

div#club_evasion :hover {
	background: url(../images/club_evasion.png);
}

div#danseurs {
	z-index: 3;
	top: 40em;
	left: 82em;
	position: absolute;
}

div#danseurs :hover {
	background: url(../images/danseurs.png);
}


div#infos1{
	z-index: 4;
	top: 0em;
	left: 0em;
	position: absolute;
}

div#infos1 :hover {
	background: url(../images/infos1_2.png);
}


div#infos2 {
	z-index: 3;
	top: 3em;
	left: 30em;
	position: absolute;
}

div#infos2 :hover {
	background: url(../images/infos2_2.png);
}


div#infos {
	z-index: 3;
	top: 22.5em;
	left: 10%;
	position: absolute;
}


div#entrer{
	z-index: 3;
	top: 60em;
	left: 13%;
	position: absolute;
}


div#btn_entrer{
	z-index: 3;
	top: 0em;
	left: 15em;
	position: absolute;
}

div#btn_entrer :hover {
	background: url(../images/entrer2.png);
}


div#music_fond{
	bottom: 0%;
	left: 50%;
	position: absolute;
	visibility: hidden;
}


div#keyw{
	z-index: 3;
	top: 72em;
	left: 1%;
	position: absolute;
	color: #000;
}


div#copyright{
	z-index: 3;
	top: 74em;
	left: 1%;
	position: absolute;
	color: #ff55ff;
}

#copyright a, #copyright a:link {
	color: #ff55ff;
	font-size: 100%;
	text-decoration: none;
	border-bottom: none;
	font-family: Arial, Helvetica, sans-serif;
}


div#compteur {
	z-index: 4;
	position: absolute;
	top: 0em;
	left: -3em;
	height: 20px;
	width: 100px;
}

div#visites {
	z-index: 4;
	position: absolute;
	top: -0.1em;
	left: 4em;
	height: 20px;
	width: 80px;
	color: #ff55ff;
	font-weight: bold;
	font-family: "Trebuchet MS", Comic sans ms, Arial black, Arial, sans-serif;
	font-size: 105%;
}



