/* CSS Document */
* {
    margin: 0;
    padding: 0;
    border: none;
}
body{overflow : hidden ;}
#firefox{left: 750px;
    top: 5px;
	z-index:10;
	display: visible !important;
    background-color: transparent;
	width: 270px;
    height: 20px;}
ul {
    background: #fff url(img/philo.jpg) no-repeat fixed left top;
    width: 1024px;
    height: 700px;
    list-style: none;
}
li {
    position: absolute;
    width: 100px;
    height: 100px;
}
li:hover+li, li:hover+li+li {
    display: none !important;
}

li p {font-family: Arial, Helvetica;
	font-size: 10px;
	padding: 10px;
	text-align: justify;
	background-color: #fff!important;
	color: #000!important;}
	

#civil {
    left:645px;
    top: 459px;
	height: 28px;
    width: 282px;
    z-index: 9;
    background-color: transparent;
}
#civil span {
    left:  -250px;
    top:  -180px;
	width: 420px;
}
#elasto {
    left:50px;
    top: 150px;
	height: 28px;
    width: 282px;
    z-index: 10;
    background-color: transparent;
}
#elasto span {
    left:  330px;
    top:  20px;
	width: 420px;
}
#singu {
    left:700px;
    top: 193px;
	height: 42px;
    width: 359px;
    z-index: 10;
    background-color: transparent;
}
#singu span {
    left:  -300px;
    top:  90px;
	width: 420px;
}
#technoco {
    left:414px;
    top: 9px;
	height: 50px;
    width: 414px;
    z-index: 10;
    background-color: transparent;
}
#technoco span {
    left:  10px;
    top:  270px;
	width: 420px;
}
#xul {
    left:523px;
    top: 225px;
	height: 57px;
    width: 146px;
    z-index: 10;
    background-color: transparent;
}

#ecoso {
    left:200px;
    top: 600px;
	height: 28px;
    width: 282px;
    z-index: 9;
    background-color: transparent;
}
#ecoso span {
    left:  200px;
    top:  -320px;
	width: 420px;
}
#meta {
    left:900px;
    top: 310px;
	height: 28px;
    width: 282px;
    z-index: 10;
    background-color: transparent;
}
#meta span {
    left:  -500px;
    top:  -30px;
	width: 420px;
}
#transc {
    left:80px;
    top: 380px;
	height: 28px;
    width: 282px;
    z-index: 10;
    background-color: transparent;
}
#transc span {
    left:  300px;
    top:  -100px;
}
li:hover {
    background-color: transparent;
}

li span {
    position: absolute;
    display: none;
}
li:hover span {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    vertical-align: middle;
}
