body {
	background-color: 07004E;
	background: url(imagine/yeau.PNG);
	color: white;
	font-size:18px;
	font:Arial, 'sans serif';
	
}

#compteur{
	position: absolute;
	top:15px;
	right:150px;
	color: white;
	font-size:90%;
	font:Arial, 'sans serif';
}

#hdeg {
	width:100%;
	!width:105%;
	height:60px;
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	background: url('imagine/Hdeg.png') repeat-x 0 0;
	z-index:2;
}

#hdeg2 {
	width:100%;
	height:60px;
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	background: url('imagine/Hdeg.png') repeat-x 0 0;
	z-index:2;
}

#ziwam {
	position: absolute;
	top: 15px;
   	left:15px;
  	color:white;
	font:bolder;
	z-index:3;
}

#irc {
	position: absolute;
	top: 15px;
	right: 15px;
  	color:white;
	z-index:2;
}

#bdeg {
	width:100%;
	!width:105%;
	height:60px;
	position: absolute;
	bottom:0px;
	left:0px;
	right:0px;
	background: url('imagine/Bdeg.png') repeat-x 0 0;
	z-index:2;
}

#carte {
 	width: 1000px;
  	height: 597px;
	margin-top: 30px;
  	background: url('imagine/ZiwamWorld.png') no-repeat 0 0;
}

#nuage1 {
	background: url('imagine/nuage1.png') no-repeat 0 0;
	width: 100px;
	height: 80px;
	position:absolute;
	float:left;
}

#nuage2 {
	background: url('imagine/nuage2.png') no-repeat 0 0;
	width: 150px;
	height:120px;
	position:absolute;
	float:left;
}

#nuage3 {
	background: url('imagine/nuage3.png') no-repeat 0 0;
	width: 250px;
	height: 250px;
	position:absolute;
	float:left;
}

#orage {
	background: url('imagine/orage.gif') no-repeat 0 0;
	width: 85px;
	height: 85px;
	position:absolute;
	float:left;
}

.profil {
	background-color:white;
	border:3px solid mediumslateblue;
	width: 190px;
	height: 120px;
	position:absolute;
	float:left;
	visibility:hidden;
}

.pro {
	color: darkblue;
	font-size:70%;
	margin-top: 5px;
	margin-right:5px;
	margin-bottom: 1px;
	margin-left: 5px;
}

.proimg {
	margin: 0px;
	border: 1px solid blue;
	margin-left: -3px;
}

#X {
	background: url('imagine/X.png') no-repeat 0 0;
	width: 15px;
	height: 15px;
	position:absolute;
	top: 95px;
	left: 165px;
	cursor:pointer;
}

