/* Borders */
#bleft
{
	background: #2d2d2d url(../img/borders/bordure_gauche.gif) repeat-y;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	width: 109px;
	height: 900px;
	z-index: 3;
}
#bright
{
	background: #2d2d2d url(../img/borders/bordure_droit.gif) repeat-y;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 393px;
	width: 107px;
	height: 900px;
	z-index: 3;
}

/* Header */
#hleft
{
	background: url(../img/header/title_left.jpg) no-repeat;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -391px;
	width: 165px;
	height: 247px;
	z-index: 5;
}
#htitle
{
	background: #2d2d2d url(../img/header/title_rezone.jpg) no-repeat;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -226px;
	width: 126px;
	height: 46px;
	z-index: 3;
}
#hright
{
	background: #2d2d2d url(../img/header/title_right.jpg) repeat-x;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -100px;
	width: 493px;
	height: 46px;
	text-align: center;
	z-index: 3;
}

/* NextLan */
#nltop
{
	background: #2d2d2d url(../img/nextlan/nextlan_top.jpg) repeat-x;
	position: absolute;
	text-align: center;
	top: 46px;
	left: 50%;
	margin-left: -226px;
	width: 619px;
	height: 68px;
	z-index: 3;
}
#nlbottom
{
	background: #2d2d2d url(../img/nextlan/nextlan_low.jpg) no-repeat;
	position: absolute;
	text-align: center;
	top: 114px;
	left: 50%;
	margin-left: -226px;
	width: 619px;
	height: 28px;
	z-index: 3;
}

/* Menu */
#mleft
{
	background: #505050;
	position: absolute;
	top: 247px;
	left: 50%;
	margin-left: -391px;
	width: 11px;
	height: 653px;
	z-index: 4;
}
#m1top
{
	background: #505050 url(../img/menu/menu_top1.jpg) no-repeat;
	position: absolute;
	text-align: center;
	top: 247px;
	left: 50%;
	margin-left: -380px;
	width: 154px;
	height: 27px;
	z-index: 4;
}
#m1low
{
	background: #737373 url(../img/menu/menu_low1.jpg) no-repeat;
	background-position:  bottom center;
	position: absolute;
	top: 274px;
	left: 50%;
	margin-left: -380px;
	width: 154px;
	height: 150px;
	z-index: 4;
}
#m2top
{
	background: #505050 url(../img/menu/menu_top2.jpg) no-repeat;
	background-position: bottom center;
	position: absolute;
	top: 424px;
	left: 50%;
	margin-left: -380px;
	width: 154px;
	height: 37px;
	z-index: 2;
}
#m2low
{
	background: #737373 url(../img/menu/menu_low2.jpg) no-repeat;
    background-position:  bottom center;
	position: absolute;
	top: 459px;
	left: 50%;
	margin-left: -380px;
	width: 154px;
	height: 175px;
	z-index: 2;
}
#m3top
{
	background: #505050 url(../img/menu/menu_top3.jpg) no-repeat;
	background-position: bottom center;
	position: absolute;
	top: 634px;
	left: 50%;
	margin-left: -380px;
	width: 154px;
	height: 37px;
	z-index: 2;
}
#m3low
{
	background: #737373 url(../img/menu/menu_low1.jpg) no-repeat;
	background-position: bottom center;
	text-align: center;
	position: absolute;
	top: 669px;
	left: 50%;
	margin-left: -380px;
	width: 154px;
	/*height: 159px;*/
	z-index: 2;
}
#mbottom
{
	background: #505050;
	position: absolute;
	top: 500px;
	left: 50%;
	margin-left: -380px;
	width: 154px;
	height: 400px;
	z-index: 1;
}

/* Core */
#cleft
{
	background: #505050;
	position: absolute;
	top: 142px;
	left: 50%;
	margin-left: -226px;
	width: 11px;
	height: 758px;
	z-index: 1;
}
#cright
{
	background: #505050;
	position: absolute;
	top: 174px;
	left: 50%;
	margin-left: 383px;
	width: 10px;
	height: 726px;
	z-index: 1;
}
#ctop
{
	background: #2d2d2d url(../img/core/center_top.jpg) no-repeat;
	position: absolute;
	top: 142px;
	left: 50%;
	margin-left: -226px;
	width: 620px;
	height: 32px;
	z-index: 2;
}
#cmiddle
{
	background: #BFBFBF;/* url(../img/core/center_low.jpg) no-repeat;*/
	/*background-position: bottom center;*/
	position: absolute;
	top: 174px;
	left: 50%;
	margin-left: -215px;
	width: 598px;
	height: 696px;
	text-align: center;
	overflow-y:scroll;
    overflow-x:none;
	z-index: 3;
}
#cforum
{
	background: #505050;/* url(../img/core/center_low.jpg) no-repeat;*/
	/*background-position: bottom center;*/
	position: absolute;
	top: 142px;
	left: 50%;
	margin-left: -215px;
	width: 598px;
	height: 760px;
	text-align: center;
	overflow:auto;
	z-index: 1;
}
#cbottom
{
	background: #2d2d2d url(../img/core/center_low.jpg) no-repeat;
	position: absolute;
	top: 868px;
	left: 50%;
	margin-left: -226px;
	width: 620px;
	height: 32px;
	z-index: 2;
}