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

a {
	border-bottom: 0px;
	color: #5DB0E6;
	cursor: pointer;
}
a:focus {
	outline: 1px dotted #eee;
}
a:active {
	outline: 0px;
}
a:hover {
	color: #7bc4f4;
}

#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;
}
#coeur div {
	border : 0px solid #1a2129;
	padding: 20px;
	margin: 20px;
}


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

/* metier */
#coeur div#gameContent {
	width: 8px;
	height: 6px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	cursor : url("/weuk-hunt/img/click.gif"), crosshair;
}
.weuk {
	position: absolute;
	top: -100px;
	left: -100px;
}
.weuk:hover {
	cursor : url("/weuk-hunt/img/cursor.gif"), pointer;;
}
