body{
margin:0px;
padding:0px;
}
#Layer1{
	width:100%;
	position:relative;
	height:100%;
	margin-top:10px;
	margin-left:0px;
}
#Layer2, #Layer3, #Layer4, #Layer5, #Layer6 {
	background:url(../images/charte/bg_table.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:494px;
  height:229px;
	margin:10px 0px 0px 50px;
  padding:10px 0px 0px 0px;
	/*border:solid 0px #DB3C2D;
	background-color:#9F1D11;*/
}
#Layer7, #Layer8, #Layer9 {
	background:url(../images/charte/bg_table2.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:583px;
  height:227px;
	margin:10px 0px 0px 5px;
  padding:10px 0px 0px 0px;
	/*border:solid 0px #DB3C2D;
	background-color:#9F1D11;*/
}
#Layer2{
	width:494px;
	position:relative;
	display:none;
}
#Layer3{
	width:494px;
	position:relative;
	display:none;
}
#Layer4{
	width:494px;
	position:relative;
	display:none;
}
#Layer5{
	width:494px;
	position:relative;
	display:none;
}
#Layer6{
	width:494px;
	position:relative;
	display:none;
}
#Layer7{
	width:583px;
	display:none;
	position:relative;
}
#Layer8{
	width:583px;
	display:none;
	position:relative;
}
#Layer9{
	width:583px;
	display:none;
	position:relative;
}
.show{
	display:block;
}
.hide{
	display:none;
}