*{
	margin:  0;
	padding: 0;
}
img { border: none; }
a { text-decoration: none; }
body {
	font-size: 12px;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}
#page {
	width: 930px;
	padding: 15px;
	margin: 0 auto;
	background-color: #F63;
	text-align: left;
	overflow: hidden;
}
#header {
	background: #000;
	height: 100px;
}
#header * {
}
#inner_page {
	overflow: hidden;
}
/****************************************************************/
/*	NAV BAR + SEARCH + EDITION NAV
/****************************************************************/
#top_bar {
	margin-top: 15px;
	margin-bottom: 15px;
	/*background: #F66;*/
	height: 26px;
	text-align: center;
	overflow: hidden;
}
#top_bar a.root_menu {
	color: #000;
	float: left;
	line-height: 26px;
	margin-right: 15px;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 14px;
}
#lang {
	float:left;
	/*border-left: 1px solid #000;*/
	width: 215px;
}
#lang a {
	float: left;
	display: block;
	height: 26px;
	line-height: 26px;
	width: 30px;
	text-align: center;
	/*border-right: 1px solid #000;*/
	color: #000;
}
#lang.FR a.fr,
#lang.NL a.nl,
#lang.EN a.en {
	/*font-weight: bold;*/
	background: #ff855c;
}
#lang a:hover {
	color: #ffaa8d;
}

#search_form {
	float: right;
	width: 200px;
	background: #000;
}
.search_tf {
	background: #ff855c;
	height: 16px;
	padding: 5px;
	width: 164px;
	border: none;
	float: right;
}
a.search_btn {
	width: 26px;
	height: 26px;
	background: #ff855c url(imgs/search_icon.gif) no-repeat;
	display: block;
	float: right;
}
#edition_nav{
	float:left;
	width:780px;
	color:#000;
	padding-top:3px;
	border-top:1px solid #000;
	margin-bottom:5px;
}
#edition_nav a{
	float:right;
	color:#FFF;
}
/****************************************************************/
/*	FOOTER
/****************************************************************/
#footer {
	letter-spacing: 2px;
	text-align: center;
	margin: 15px 0 0 0;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover{color:#FFFFFF;}


a.back{
	color:#333;
	padding-left:17px;
	background:transparent url(../../imgs/layout_imgs/back.gif) center left no-repeat;
}
a:hover.back{color:#F63;}
