/* CSS Document */
body {
	padding: 0;
	margin: 0;
	text-align: center;
	background: #25262A url('../img/content_bg.png') center repeat-y;
}

ul, li {
	margin: 0;
	padding: 0;
}

#top {
	background: url('../img/top_bg.png') repeat-x;
	height: 287px;
}

#top_container {
	width: 797px;
	margin: auto;
	height: 287px;
	position: relative;
	text-align: left;
	background: url('../img/header.jpg') 1px 63px repeat-x;
}

#top_container img { position: absolute; }
#top_logo_top { top: 0; left: -40px; }
#top_logo_bottom { top: 83px; left: -40px; }
#top_border_left { top: 95px; left: 0; }
#top_border_right { top: 63px; right: 0; }
#top_icontop { top: 131px; left: 54px; }
#top_iconbottom { top: 233px; left: 23px; }
#top_slogan { top: 167px; left: 205px; }

#menu_top {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0 9px 0 0;
	list-style-type: none;
	border-left: 1px solid #d3d3d4;
}

#menu_top li {
	display: block;
	float: left;
	height: 63px;
}

#menu_top li a {
	padding: 0 20px 0 20px;
	margin: 0;
	display: block;
	height: 63px;
	line-height: 63px;
	border-right: 1px solid #d3d3d4;
}

#menu_top li a:link { background: none; }
#menu_top li a:visited { background: none; }
#menu_top li a:hover { background: url('../img/top_link_hover.png') repeat-x; text-decoration: none;}

#content {
	background: #F5F8F8 url('../img/content_top_bg.png') bottom center repeat-x;
        padding: 60px 0 100px 0;
}

#page {
	width: 797px;
	margin: auto;
	background: url('../img/content_page_bg.png') repeat-y;
	height: auto !important;
	height:550px;
	min-height: 550px;
	position: relative;
	text-align: left;
}

#content_border_left { position: absolute; left: 0; top: 0; }
#content_border_right { position: absolute; right: 0; top: 0; }
#content_border_top { position: absolute; left: 14px; top: 0; }
#content_pagetab { position: absolute; right:11px; top: 2px; }

#menu {
	width: 170px;
	padding: 20px 0 0 20px;
	float: left;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	margin: 6px 0 6px 0;
	padding: 0 0 0 28px;
	background: url('../img/menu_puce.png') no-repeat;
	height: 14px;
	line-height: 14px;
	font-weight: bold;
}
#inner {
	width: 1110px;
	padding-top: 20px;
        margin: auto;
}

#bottom {
	height: 179px;
	background: url('../img/bottom_bg.png') repeat-x;
	font-weight: bold;
	color: white;
	font-size: 7pt;
}