body {
	background-color: #C2FFFF;
	min-height: 100vh;
}

div#content {
	margin: auto;
	width: 1100px;
}

table#tableTop {
	margin : auto;
	vertical-align: center;
	width : 1000px;
}

table#tableTop td {
	height: 95px;
}

#dragons {
	width: 25%;
	text-align: center;
    top: 100px;
}

#titre {
	width: auto;
	text-align: center;
	vertical-align: center;
}

div#mainContent {
	margin : auto;
	margin-top: 20px;
}

table#tableLinks {
	margin : auto;
	vertical-align: center;
	margin-top: 20px;
	width : 1000px;
}

table#tableLinks td {
	height: 50px;
}

td#linkLanguage{
	width: 25%;
	text-align: right;
}

img#languageCurrent {
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */	
}


td.link, td.linkCurrent {
	width: 25%;
	text-align: center;
}

.linkCurrent img {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */	
}

a {
	text-decoration : none;
	border-style: solid;
	border-width : 0px;
}

a img {
	border-style: solid;
	border-width : 0px;
}

ul#map { 
	list-style-type : none;
	position : absolute;
	display : block;
	height : 640px;
	border-style: solid;
	border-width : 0px;
	margin-top : 0;
	margin-right: auto;
	margin-bottom:auto;
	margin-left: auto;
	padding : 0;
}

ul#map li { 
	display : inline;
}

ul#map li a {
	position : relative;
	display : block;
	text-decoration : none;
}

ul#map li a span.offset { 
  margin-top : -9000px; 
  margin-left : -9000px;
  position : absolute;
}

ul#map li a:link span.offset {
	background-image : none;
	display : block;
	height : auto;
	text-decoration : none;
	cursor : pointer;
}

ul#map li a:visited span.offset{
	display : block;
	height : auto;
	text-decoration : none;
	cursor : pointer;
}

ul#map li a:hover span.offset, ul#map li a:focus span.offset, ul#map li a:active span.offset {
  background-image : none;
  display : block;
  height : auto;
  text-decoration : none;
  cursor : pointer;
}

ul#map li a:visited span.offset span, ul#map li a:hover span.offset span, ul#map li a:focus span.offset span, ul#map li a:active span.offset span {
  display : block;
}

/* Gallery page */
div#galleria {
	margin: auto;
	width: 800px;
	height: 600px;
	background: #000;
}