﻿* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #000 url('img/137.gif');
	color: #000;
	font: normal 80% verdana, geneva, sans-serif;
	margin-top: 24px;
	}

#wrapper {
	background: #fff url('img/lespaul-bg.jpg') left top no-repeat;
	border: 2px solid #000;
	color: #000;
	margin: 0 auto;
	padding-top: 24px;
	width: 960px;
	-webkit-box-shadow: 0 9px 20px rgba(0,0,0,.4);  
	-moz-box-shadow: 10px 10px 10px #333;  
	box-shadow: 0 9px 20px rgba(0,0,0,.4);  
	}
	
#header {
	background-color: #fff;
	background: -moz-linear-gradient(top, #a3a3a3, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#a3a3a3), to(#fff));
	border-top: 1px solid #000;
	padding: 6px 0 18px 20px;
	}
	
#nav {
	background: #222 url('img/nav-bg.jpg');
	overflow: hidden;
	color: #fff;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
	}
	
#nav ul {
	font: bold 1em verdana;
	list-style-type: none;
	width: 566px;
	position: relative;
	left: 50%;
	}
#nav li:first-child {border-left: 1px solid #000;}

#nav li {
	float: left;
	text-align: center;
	border-right: 1px solid #000;
	position: relative;
	right: 50%;
	}
	
#nav li a {
	color: #fff;
	display: block;
	width: 100px;
	outline: 0;
	padding: 6px;
	text-decoration: none;
	}
	
#nav li a:hover {
	background-image: url('img/nav-hover.jpg');
	color: #808000;
	}
#nav li a:active  {
	background-image: url('img/nav-hover.jpg');
	color: #999;
	}
#nav li#active {
	background-image: url('img/nav-hover.jpg');
	}
#nav li a#active {
	background-image: url('img/nav-hover.jpg');
	}
#content {
	float: left;
	line-height: 1.5;
	margin: 10px;
	padding: 10px;
	text-align: justify;
	width: 620px;
	}
#sidebar {
	float: left;
	margin: 10px 10px 10px 0;
	text-align: center;
	width: 190px;
	}
#footer {
	background: #996;
	clear: left;
	font-size: .8em;
	padding: .5em;
	}
#linktotop {
	float: right;
	}
h1 {
	font-size: 3em;
	color: #000;
	text-shadow: .08em .08em .08em #999;
	}
#header h2 {
	font-family: arial, sans-serif;
	font-size: 28px;
	margin-right: 20px;
	line-height: 22px;
	color: #808000;
	text-indent: 180px;
	letter-spacing: .09em;
	text-shadow: 1px 1px 1px #000;
	}
h3 {
	font-family: verdana, geneva, sans-serif;
}
div#content h3 {margin-top: 0}

.inset {
	border: 3px double #000;
	float: right;
	margin: 0 0 20px 20px;
	}
