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


body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	background: #000000 url(../images/bg.jpg) no-repeat;
	/*cursor: url(../Elements/cur.cur), auto;*/
}

strong {
	font-size: 150%;
	color: #ff00ae;
}

big {
	font-size: 120%;
	color: #ffffff;
}

span {
	color: #678de3;
	font-size: 105%;
}

h3 {
	color: #f4b2cb;
}


div#club_evasion {
	z-index: 6;
	top: -1em;
	left: 38em;
	position: absolute;
}

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


div#cadre {
	z-index: 2;
	position: absolute;
	top: 15em;
	left: 32em;
}


#texte {
	margin: 10px 0 0 -35px;
	padding-top: 10px;
	z-index: 3;
	position: absolute;
	top: 1em;
	left: 3.3em;
	height: 510px;
	width: 640px;
	color: #b000ff;
	font-size: 190%;
	font-family: "Trebuchet MS", Comic sans ms, Arial black, Arial, sans-serif;
	text-align: justify;
}


a:link {
	color: #551a8b;
}


div#previous {
	z-index: 3;
	position: absolute;
	top: 24.5em;
	left: 0%;
}


div#next {
	z-index: 3;
	position: absolute;
	top: 24.5em;
	right: 0%;
}



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;
}

