body{
margin:0px;
padding:0px;
}
#Layer1{
	width:550px;
	position:relative;
	height:100%;
	margin-top:10px;
	margin-left:0px;
}
#Layer2, #Layer3, #Layer4, #Layer5, #Layer6, #Layer7 {
	background:url(../images/charte/menu_bg_img.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:solid 1px #DB3C2D;
	background-color:#9F1D11;
}
#Layer2{
	width:550px;
	height:100%;
	position:relative;
	margin-top:10px;
	margin-left:0px;
	display:none;
}
#Layer3{
	width:550px;
	height:100%;
	margin-top:10px;
	margin-left:0px;
	display:none;
	position:relative;
}
#Layer4{
	width:550px;
	height:100%;
	margin-top:10px;
	margin-left:0px;
	display:none;
	position:relative;
}
#Layer5{
	width:550px;
	height:100%;
	margin-top:10px;
	margin-left:0px;
	display:none;
	position:relative;
}
#Layer6{
	width:550px;
	height:100%;
	margin-top:10px;
	margin-left:0px;
	display:none;
	position:relative;
}
#Layer7{
	width:550px;
	height:100%;
	margin-top:10px;
	margin-left:0px;
	display:none;
	position:relative;
}
.show{
	display:block;
}
.hide{
	display:none;
}