body {
	text-align: center;
}

.filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=0);
}

.contents{
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

#box1, #box2, #box3, #box4, #box5 {
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 370px;
	height: 470px;
	padding: 0;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:11;
	overflow: none;
}

.boxheader
{
	position:absolute;
	top:0%;
	left:0%;
	width:359px;
	height:20px;
	padding:0;
	padding-top:2px;
	padding-left:8px;
	margin:2px;
	margin-right:2px;
	border-bottom:1px solid black;
	background-color: #a5a54f;
	color:white;
	text-align:left;
	font-family: "Arial Narrow";
	font-weight: bold;
}
.storefront {
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000;
}

.boxclose
{
	float:right;
	position:absolute;
	top: 0;
	right: 0px;
	background-image:url(images/close.gif);
	background-repeat:no-repeat;
	background-color:#CCC;
	border:1px solid black;
	width:20px;
	height:20px;
}

.boxcontent
{
	position:absolute;
	top:23px;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	overflow: auto;
	width:322px;
	height:100%;
	font-size: 12px;
	text-align:left;
	padding-top: 8px;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-left: 24px;
}

.infos {
	width: 300px;
}

.map {
	width: 1024px;
	height: 618px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: auto;
}
.piece {
	width: 128px;
	width: 103px;
}

a img 
{ 
border: none;
border-bottom: 0px;  

} 

.Tableau
{
	padding: 0px 0px 0px 0px ;
	border-collapse: collapse;
	margin-right: auto;
	margin-bottom: auto;
}

table
{
	padding: 0px 0px 0px 0px ;
	border-collapse: collapse;
	margin-right: auto;
	margin-bottom: auto;
}

tr, td
{
border: none;
padding: 0px 0px 0px 0px ; 
border-collapse: collapse; 
spacing:0px;
}


img {
display: block;
}













