@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: 130%;
	color: #ff00ae;
}

big {
	font-size: 200%;
	font-weight : bold;
	color: #ffffff;
	text-decoration : blink;
}

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

h3 {
	margin-top: 5px;
	margin-bottom: -5px;
	padding-top: 0;
	font-size: 150%;
	font-weight : bold;
	color: #ffffff;
}

h4 {
	margin-top: 0;
	padding-top: 0;
	color: #f4b2cb;
	font-size: 90%;
	font-weight : normal;
}

i {
	color: #f4b2cb;
}


.img {
	border: 1px solid #BBB;
	padding: 2px;	
	margin: 10px 30px 0px 0;
	vertical-align: top;
}

div#club_evasion {
	z-index: 3;
	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: 230%;
	font-family: "Trebuchet MS", Comic sans ms, Arial black, Arial, sans-serif;
	text-align: justify;
	/*text-align: center;*/
}


div#mdp{
	z-index: 3;
	top: 61em;
	left: 85em;
	position: absolute;
	color: #ff55ff;
	font-size: 120%;
}


#txtmdp{
	background-color: black;
	color: #ff55ff;
	border: solid 1px #ff55ff;
}


#btnmdp{
	background-color: black;
	color: #ff55ff;
}


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

