#map{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	overflow:hidden;
}
#iconTortue{
	display:none;
}
#iconRequin{
	display:none;
}
#tutorial{
	position: absolute;
    color: black;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
    width:200px;
	z-index: 1001;
}
#containerTools{
	position:relative;
	width:20%;
	height:100px;
	top:0px;
	left:0%;	
	margin:auto;
	overflow:hidden;	
	z-index:1001;
	text-align: center;
}
#containerAnimalsBottom{
	position:absolute;
	width:100%;
	height:100px;
	bottom:0px;
	left:0px;	
	margin:auto;
	overflow:hidden;	
	z-index:1001;
	border-radius: 20px 20px 0px 0px;
	/*
	background-color:white;
	opacity: 0.8;
    filter: alpha(opacity=80); 
	*/
}
#containerAnimalsLeft{
	position:absolute;
	width:300px;
	height:80%;
	top:130px;
	left:0px;	
	margin:auto;		
	z-index:1001;
	border-radius: 20px 20px 0px 0px;
	/*
	overflow:hidden;
	background-color:white;
	opacity: 0.8;
    filter: alpha(opacity=80); 
	*/
}
.containerAnimal{
	position:relative;
	width:50px;
	height:50px;
	margin: 10px 0px 0px 10px;
	float:left;
	border-radius:50px;
	cursor:pointer;
	overflow:hidden;
}
/* ENABLED */
.containerAnimal > p{
	position:absolute;
	top: 15px;
	font-size:10px;
	font-family:Arial;
	font-weight:bold;
	text-align:center;
	color:white;
	width:50px;
	height:50px;
	z-index:100;
}
.containerAnimal > img {
	position: absolute;
    top: 0px;
    width: 50px;
	z-index:99;
}
.containerAnimal > .pictoColor {
	position: absolute;
    top: 0px;
    width: 50px;
    height: 50px;
	z-index:98;
	border-radius: 5px 5px 5px 5px;
}
/* DISABLED */
.disabled > .pictoColor {
	position: absolute;
    top: 0px;
    width: 50px;
    height: 50px;
	z-index:98;
	background-color:#999;
	border-radius: 5px 5px 5px 5px;
}
/* NOT SELECTED */
.notSelected > .pictoColor {
	position: absolute;
    top: 0px;
    width: 50px;
    height: 50px;
	z-index:98;
	background-color:#999 !important;
	border-radius: 5px 5px 5px 5px;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

/* TOOLS */
.containerTool{
	position:relative;
	width:50px;
	height:50px;
	margin: 10px 0px 0px 10px;
	float:left;
	/*border-radius:50px;*/
	cursor:pointer;
	overflow:hidden;
}
.containerTool > p{
	position:absolute;
	top: 20px;
	font-size:10px;
	font-family:Arial;
	font-weight:bold;
	text-align:center;
	color:white;
	width:50px;
	height:50px;
	z-index:100;
}
.containerTool > img {
	position: absolute;
    top: 5px;
    width: 50px;
	z-index:99;
}
.containerTool > .pictoColor {
	position: absolute;
    top: 0px;
    width: 50px;
    height: 50px;
	z-index:98;
	border-radius: 5px 5px 5px 5px;
	background-color: #04aeee !important;
}



/* MOBILE PHONE */
@media only screen and (max-width: 600px) {
	.containerAnimal{
		position:relative;
		width:40px;
		height:40px;
		margin: 5px 0px 0px 5px;
		float:left;
		border-radius:5px;
		cursor:pointer;
		overflow:hidden;
	}
	.containerAnimal > img {
		position: absolute;
		top: 0px;
		width: 40px;
		z-index:99;
	}
	.containerAnimal > p{
		position:absolute;
		top: 15px;
		font-size:8px;
		font-family:Arial;
		font-weight:bold;
		text-align:center;
		color:white;
		width:40px;
		height:50px;
		z-index:100;
	}
	#containerAnimalsLeft{
		position:absolute;
		width:100%;
		height:20%;
		bottom:30%;
		left:0px;	
		margin:auto;		
		z-index:1001;
		border-radius: 20px 20px 0px 0px;
	}	
	#logo{
		position:absolute !important;
	}
	#logo > a > img{
		height:40px !important;
	}
	#containerTools{
		position:relative;
		width:60%;
		height:100px;
		top:0px;
		left:10%;	
		margin:auto;
		overflow:hidden;	
		z-index:1001;
		text-align: center;
	}
	.containerTool{
		position:relative;
		width:40px;
		height:40px;
		margin: 5px 0px 0px 5px;
		float:left;
		cursor:pointer;
		overflow:hidden;
	}
	.containerTool > p{
		position:absolute;
		top: 15px;
		font-size:8px;
		font-family:Arial;
		font-weight:bold;
		text-align:center;
		color:white;
		width:40px;
		height:40px;
		z-index:100;
	}
	.containerTool > img {
		position: absolute;
		top: 3px;
		width: 40px;
		z-index:99;
	}
	.containerTool > .pictoColor {
		position: absolute;
		top: 0px;
		width: 40px;
		height: 40px;
		z-index:98;
		border-radius: 5px 5px 5px 5px;
		background-color: #04aeee !important;
	}
}
