#menu
{
	position: absolute;
	width: 140px;
	height: 280px;
	left: 840px;
	top: 0px;
	
	padding-top: 14px;
	
	z-index: 96;
	
	background-image:    url('../_img/home_menu_back.jpg');
	text-align: right;
}

#menu div a
{
	display: block;
	padding-right: 15px;
	margin-left: -15px;
	width: 140px;
	height: 20px;
	color: #000000;
}

#menu #selected a
{
	font-weight: bold;
	background-image: none;
}

#menu div a
{
	background-image:  none;
}

#menu div a:hover
{
	background-image:     url('../_img/home_menu_item_over.gif');
	background-position: right;
}

#header
{
	left: 0px;
	height: 280px;
}

#body
{
	width: 900px;
	height: 200px;
	left: 40px;
	top: 300px;
}

.thumbPanel
{
	position: absolute;
	display: block;
	height: 120px;
	width: 280px;
	margin-bottom: 5px;
}

.thumbPanel a
{
	color: #333333;
}

.thumbPanel img
{
	margin-right: 10px;
}

.thumbPanel .title
{
	position: absolute;
	left: 100px;
	top: 0px;
}

.thumbPanel p
{
	position: absolute;
	left: 100px;
	top: 30px;
}

#panel1, #panel2, #panel3
{
	top: 0px;
}

#panel4, #panel5, #panel6
{
	top: 130px;
}

#panel1, #panel4
{
	left:0px;
}

#panel2, #panel5
{
	left: 300px;
}

#panel3, #panel6
{
	left: 600px;
}

#logo_bnp
{
	position: absolute;
	top: 20px;
	left: 435px;
}