.BoxGeneric{
	position: absolute;
	margin: 0;
	padding: 0;
	Background-color: #C7DBFF; /* #AEFFFF; #C7DBFF;  */
	z-index: 10;
}

.TitreBox {
	position: relative;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	top: 3px;
	left: 0;
	font-family: "Bookman Old Style";
	font-weight: bold;
	text-align: center;
	z-index: 13;
}

.BoxHG {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 22px;
	height: 25px;
	background: url('../images/page/box/hg.jpg') no-repeat top left;
	z-index: 12;
}

.BoxBG {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	bottom: 0px;
	width: 22px;
	height: 29px;
	background: url('../images/page/box/bg.jpg') no-repeat top left;
	z-index: 12;
}

.BoxHD {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	width: 26px;
	height: 25px;
	background: url('../images/page/box/hd.jpg') no-repeat top left;
	z-index: 12;
}

.BoxBD {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0px;
	right: 0;
	width: 26px;
	height: 29px;
	background: url('../images/page/box/bd.jpg') no-repeat top left;
	z-index: 12;
}

.BoxD{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	width: 26px;
	height: 100%;
	background: url('../images/page/box/d.jpg') repeat top left;
	z-index: 11;
}

.BoxB{
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 29px;
	background: url('../images/page/box/b.jpg') repeat top left;
	z-index: 11;
}