*{
	position: relative;
}

html, body{
	margin: 0;
	padding: 0;
	font-family:Arial;
	font-size: 15px;
}

html, body, #container{ 
	height: 100%; 
}

body > #container{ 
	height: auto; 
	min-height: 100%;
}

body{
	background-color: #343434; 
	/*background-image: url(/images/fond-carbone.png);*/
	background-image: url(/images/sidebar/test.png);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
}

#container{
	background-image: url('/images/sidebar/sidebar-2.png');
	background-repeat: repeat-y;
	background-position: top right;
	width: 1000px;
	margin: auto;
}

#content { 
	padding-bottom: 3em; 
	width: 780px;
	/*top: 0;
	left: 0;*/
	float: left;
}

#header{
	height: 140px;
	width: 780px;
	padding-top: 10px;
}
#header h1 a {
	display: block;
	height: 100%;
	width: 100%;
	outline: none;
}
#header h1 {
	background-image: url("/images/logo.png");
	background-repeat:no-repeat;
	height:79px;
	width:200px;
	text-indent:-9999px;
	margin: 0;
	margin-left: 8px;
	padding: 0;
}
#header h2 {
	border:medium none;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	margin-left:43px;
	color: white;
}
#header ul#navigation{
	padding:0;
	margin:0;
	list-style: none;
	line-height:13px;
	position: absolute;
	top: 10px;
	right: 20px;
	
}
#header ul#navigation li{
	display:inline;
	border-left: solid 1px silver;
	margin:0;
	padding:0;
	padding-left:10px;
	margin-right:5px;
	font-size:12px;
}
#header ul#navigation li.first{
	border: none;
}
#header ul#navigation a {
	color: white;
}

#sidebar{
	width: 180px;
	/*height: 400px;*/
	margin-right: 8px;
	color: white;
	/*top: 0;
	right: 0;
	position: absolute;*/
	display:inline;/* cancel IE double margin bug */
	float: right;
	padding: 10px;
}

#footer {
	clear: both;
	z-index: 10;
	height: 3em;
	margin-top: -3em;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-image: url('/images/sidebar/sidebar-2.png');
	background-repeat: repeat-y;
	background-position: top right;
}
#footer ul{
	color: white;
	padding:0;
	margin:0;
	list-style: none;
	line-height:13px;
	width:780px;
	text-align: center;
	
}
#footer ul li{
	display:inline;
	border-left: solid 1px silver;
	margin:0;
	padding:0;
	padding-left:10px;
	margin-right:5px;
	font-size:12px;
}
#footer ul li.first{
	border: none;
}
#footer ul li a {
	color: white;
}
