a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}

img {
    border: none;
}

body {
    text-align: center;
}

/* Divers */
#header {
    height: 200px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

/* La table */
#table {
    list-style-type: none;
    position: relative;
    width: 346px;
    height: 340px;
    background: #FFF url('images/desk.png') no-repeat scroll top left;
    margin: 0 auto;
    padding: 0;
}

#table li {
    margin: 0;
    padding: 0;
}

#table li a {
    position: absolute;
    display: block;
    background: transparent no-repeat scroll top left;
}

#table li a span {
    display: none;
}

#table #live {
    width: 124px;
    height: 67px;
    left: 104px;
    background-position: 0 -6px;
}

#table #live:hover {
    background-image: url('images/FINAL_r1_c4.png');
}

#table #webcam {
    width: 126px;
    height: 81px;
    left: 228px;
    background-position: 0 -6px;
}

#table #webcam:hover {
    background-image: url('images/FINAL_r1_c7.png');
}

#table #chat {
    width: 110px;
    height: 131px;
    left: 42px;
    top: 61px;
}

#table #chat:hover {
    background-image: url('images/FINAL_r2_c2.png');
}

#table #podcasts {
    width: 97px;
    height: 84px;
    left: 85px;
    top: 192px;
}

#table #podcasts:hover {
    background-image: url('images/FINAL_r4_c3.png');
}

