@charset "UTF-8";
/* CSS Document */

#show_menu {
	width: 1000px;
	margin: auto;
}

#show_menu a {
	display:block;
	position:relative;	
	float: left;
	margin-left:32px;
	margin-bottom: 32px;
	text-decoration:none;
}

#show_menu a img {
	border: none;
}


#show_menu .legende0, #show_menu .legende1 {
	bottom: 30px; 
	left: 7px;
	position: absolute;
	display:block;
	width: 200px;
	text-align: center;
	text-decoration:none;
	font-family:"Courier New", Courier, monospace;
}

#show_menu .legende1{
	color: black;
	background-color: white;
	text-decoration: none;
}

#show_menu .legende0{
	color: white;
	background-color: black;
	text-decoration: none;
}