/**
 * @author bruno DA SILVA
 * @license GPL V3
 * 
 * 
 
 	This file is part of weukerDefense.js

    weukerDefense.js is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    weukerDefense.js is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with weukerDefense.js.  If not, see <http://www.gnu.org/licenses/>.

 */
@CHARSET "ISO-8859-1";
body {
	background: #1a2129;
	font: normal 12px "Trebuchet MS", Verdana, Helvetica, Arial,sans-serif;
	color: #fff;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 5px;
	letter-spacing: 0;
	border-bottom: 0 ;
	text-align: center;
}

#page {
	height:auto;
	margin:0 auto;
	text-align:left;
	width:1000px;
}
#coeur {
	float:left;
	width:670px;
	margin: 10px 0px 20px 7px;
}
#header {
	float:left;
	width:680px;
	margin-top: 10px;
}
#titleContainer {
	width: 300px;
	padding:20px;
	margin:0 auto;
	text-align:center;
	background-color: #2a3139;
	float:right;
}
#cd {
	float:right;
	padding:20px;
	width:300px;
	position: relative;
}

.clearB {
	clear: both;
}
#footer {
	clear: both;
}

/* metier */
#coeur div#gameContent {
	width: 3px;
	height: 3px;
	background-color: #fff;
	/* overflow: hidden; */
	position: relative;
	position: relative;
	padding: 0px;
	margin: 0px;
}
#coeur div .path {
	position: absolute;
	background-color: #FFFF99;
	padding: 0px;
	margin: 0px;
}
#coeur div .weuk {
	position: absolute;
	background-color: #99FFFF;
	left:0px;
	top:0px;
	width: 8px;
	height: 8px;
	border: 1px dotted #66AFAF;
	padding: 0px;
	margin: 0px;
}
#coeur div .tower {
	position: absolute;
	background-color: #FF9999;
	padding: 0px;
	margin: 0px;
	left:0px;
	top:0px;
	width: 8px;
	height: 8px;
}

#coeur div .SlowTower {
	background-color: #5599FF;
}
#coeur div .FreezeTower {
	background-color: #555555;
}
#coeur div .RapidTower {
	background-color: #009900;
}

#coeur div .shoot{
	position: absolute;
	background-color: #9999FF;
	padding: 0px;
	margin: 0px;
	left:0px;
	top:0px;
	font-size: 6px;
	width: 5px;
	height: 5px;
}
#coeur div .explosion {
	position: absolute;
	background-color: #6666FF;
	padding: 0px;
	margin: 0px;
	left:0px;
	top:0px;
	font-size: 6px;
}