#aireDeJeu{
	position	: relative;
	border		: 2 solid;
	width		: 640 px;
	height		: 516 px;
	left		: 0 px;
	top		: 0 px	
}

.drWho{
	position		: absolute;
	visibility		: hidden;
	background: url("../images/who_alive.gif") no-repeat center center;
	width			: 32 px;
	height			: 32 px;
	left			: 50 px;
	top			: 50 px
}

.daleks{
	position	: absolute;
	visibility	: hidden;
	background	: url("../images/dalek_alive.gif") no-repeat center center;
	width		: 32 px;
	height		: 32 px;
	top		: 0 px;
	left		: 0 px;
}

.splash{
	background	: url("../images/splash.jpg") no-repeat center center;
}

.gamebg{	
	background-image: url("../images/bg.gif");
}


#sonic {
	position	: absolute;
	visibility	: hidden;
	background	: url("../images/sonic.gif") no-repeat center center;
	width		: 96 px;
	height		: 96 px;
	top		: 0 px;
	left		: 0 px;
}

#flash {
	position	: absolute;
	visibility	: hidden;
}

#teleport{
	position	: absolute;
	top		: 0 px;
	left		: 400 px;
}

#start{	
	top		: 0 px;
	left		: 250 px;
	text-align	: "center";
}

.rubble{
	position 	: absolute;
	background	: url("../images/dalek_dead.gif") no-repeat center center;
	height		: 32px;
	width		: 32px;
}

.bonusScrew{
	position 	: absolute;
	background	: url("../images/screw.gif") no-repeat center center;
	height		: 32px;
	width		: 32px;
}

#highscore{
	text-align	: "right";
}

div{
	font-family : "Arial";
	font-size   : 12px;
}

body {
	background-color: #FFFFFF;
	margin-left	: 0px;
	margin-top	: 0px;
	margin-right	: 0px;
	margin-bottom	: 0px;
}


input {
	border : 1px solid;
	background-color: #FFFFFF
}
