@import 'global.css';
@import 'sidebar.css';
@import 'contenu.css';

body
{
	background: black;
	margin: 0;
	font: 0.96em "Georgia", "Trebuchet MS", serif;
	color: #3F3F3F;
}
#page
{
	position: absolute;
	left: 50%;
	width: 780px;
	margin-left: -390px;
	text-align: left;
}
#header
{
	background: url('interface/header.gif') no-repeat;
	height: 313px;
	margin-bottom: 10px;
}
#header a
{
	text-indent: -5000px;
	display:block;
	position: absolute;
	border-bottom: none;
	width: 380px;
	height: 200px;
	top: 100px;
	margin-left: 15px;
}
#prelude
{
	position: absolute;
	color: #DFDFDF;
	font-size: 0.7em;
	padding: 5px 0 0 20px;
}
#prelude a
{
	color: #DFDFDF;
	border-bottom: none;
}
#prelude a:hover
{
	color: #666;
}
#sidebar
{
	float: right;
	width: 216px;
}
.menu_haut
{
	background: url('interface/menu_haut.gif') no-repeat;
	height: 21px;
}
.menu_contenu
{
	background: url('interface/menu.gif') repeat-y;
	padding: 0 15px 0 15px;
}
.menu_bas
{
	background: url('interface/menu_bas.gif') no-repeat;
	height: 20px;
}
.billet
{
	float: left;
	width: 560px;
	_width: 555px;
}
.contenu_haut
{
	background: url('interface/contenu_haut.gif') no-repeat;
	height: 20px;
	margin-left: -5px;
}
.contenu_post
{
	background: url('interface/contenu.gif') repeat-y;
	padding: 0 20px 0 20px;
	margin-left: -5px;
}
.contenu_bas
{
	background: url('interface/contenu_bas.gif') no-repeat;
	height: 33px;
	margin-left: -5px;
}
#tampon
{
	clear: both;
}
#footer
{
	background: url('interface/footer.gif') no-repeat;
	height: 162px;
}
#dotclear
{
	color: white;
	padding: 147px 0 0 15px;
	font-size: 0.7em;
}
#dotclear a
{
	color: white;
	border-bottom: none;
}

