/* ------------------------- Menu ---------------- */
.menu21 {	
	z-index: 599; 
	left: 140px; 
	width: 390px; 
	position: fixed; 
	top: 0px; 
	height: 118px
	cursor: pointer;
}

.menu22 {	
	z-index: 600; 
	left: 140px; 
	width: 405px; 
	position: fixed; 
	top: 0px; 
	height: 623px
	cursor: pointer;
}
.menu1 {	
	z-index: 650; 
	left: 0px; 
	width: 167px; 
	position: fixed; 
	top: 40px; 
	height: 198px
	cursor: pointer;
}

.menu_info {	
	z-index: 655; 
	left: 0px; 
	width: 136px; 
	position: fixed; 
	top: 220px; 
	height: 137px
	cursor: pointer;
}

/* ------------------------- Cadre ---------------- */
.top, .middleLeft, .middleRight, .bottom
{
	position : fixed;
	background-color: black ;
	z-index: 500;
	cursor:pointer;
}

.top {
	left: 0px;
	top: 0px;
	height: 35px;
	width: 100%;
	background-image: url(images/interface/bois_hor.jpg) ;
}

.bottom{
	left: 0px;
	bottom: 0px;
	height: 35px;
	width: 100%;
	background-image: url(images/interface/bois_hor_bas.jpg) ;
}

.topLeft, .topRight, .bottomLeft, .bottomRight {
	height: 35px;
	width: 35px;
	position:relative ;
}

.middleLeft{
	top: 0px;  
	left: 0px;
	height: 100%;
	width: 35px;
	background-image: url(images/interface/bois_ver_g.jpg) ;
}

.middleRight{
	top: 0px;
	right: 0px;
	height: 100%;
	width: 35px;
	background-image: url(images/interface/bois_ver_d.jpg) ;
}

.topLeft{
	left: 0px;
	top: 0px;
	background-image: url(images/interface/bois_coin_h_g.jpg) ;
}

.topRight{
	right: 0px;
	top: 0px;
		background-image: url(images/interface/bois_coin_h_d.jpg) ;
}

.bottomLeft{
	left: 0px;
	bottom: 0px;
		background-image: url(images/interface/bois_coin_b_g.jpg) ;
}

.bottomRight{
	right: 0px;
	bottom: 0px;
		background-image: url(images/interface/bois_coin_b_d.jpg) ;
}

.backG{
	background-image: url(images/interface/fond_liege.gif);
	background-repeat: repeat;
	border-spacing: 0px 0px;
	left: 0px;	top: 0px;
	width:9795px; height:3926px;
}

body{
	cursor:move;
}