html {
	background-color: #000000;
	}
body {
	background-color: #;
	position: relative;
	}
html, body {
	height: 100%;
	margin: 0;
	}

div#global {
	position: relative;
	min-height: 100%;
	width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
	margin-top: 20px;
	background: url(img/global.png) center repeat-y;
	}
div#header {
	background: #7fcf2e url(img/banner.gif) no-repeat;
	color: #fff;
	height: 19px;
	}
div#center {
	/* Pour éviter la superposition
	du pied de page et du contenu : */
	overflow: auto;
	overflow: visible;
	height: 1%;
	padding-bottom: 50px;
	}
div#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #777772;
	margin: 0px 0;
	font-size: 0.7em;
	}
#footer {background-color: #000000;
	clear: both;
	}
.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}
.clearfix {display:inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}


div#content {
	float: left;
	width: 750px;
	}
div#sidebar {
	float: left;
	width: 200px;
	border-right: 0px solid silver;
	}
ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul#menu li a {
	display: block;
	height: 30px;
	line-height: 30px;
	background: url(img/marteau1.jpg) no-repeat left top ;
	padding-left: 35px;
	margin: 2px 0;
	font: small-caps 0.8em/30px Georgia,serif;
	color: silver;
	text-decoration: none;
}       }
ul#menu li a:hover {
	background-position: left bottom;
	color: #000000;
}

#spotlight{
filter:light
}



