body {
	background: #000;
	font: 11px/16px Tahoma, Helvetica, Arial, sans-serif;
	color: #cee2b5;
	margin: 0;
	padding: 0;
}

	.clearfix { overflow: hidden; width: 100%; }
	img { border: 0; }

	#wrapper {
		width: 830px;
		height: 570px;
		margin: 20px auto 20px auto;
		position: relative;
	}
		
	div.logo {
		position: absolute;
		right: 130px;
		bottom: 46px;
	}
	
	#menu {
		position: absolute;
		right: 0;
		top: 50px;
		font-size: 22px;
		text-align: right;
		line-height: normal;
	}
	#menu ul { list-style: none; padding: 0; margin: 0; }
	#menu ul li { padding: 1px 0;  }
	#menu ul li a {
		display: inline-block;
		text-decoration: none;
		padding: 5px 3px 3px 3px;
		height: 20px;
	}
	#menu ul li.current a, #menu ul li a:hover {
		background: #fff;
		color: #000;
	}
	
	div.slideshow_container {
		position: absolute;
		right: 0;
		bottom: 220px;
		width: 405px;
		height: 105px;
	}
	
	div.annonce_container {
		height: 117px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	div.annonce_container p { margin: 0; padding: 0; }
	
	#footer {
		width: 330px;
		position: absolute;
		right: 50px;
		top: 515px;
		text-align: center;
	}
	
	h1, h2 {
		font-size: 37px;
		margin: 5px 0;
		padding: 0;
		font-weight: normal;
	}
	h2 {
		font-size: 23px;
		text-transform: uppercase;
	}
	
	h3 {
		font-size: 11px;
		font-weight: normal;
		text-decoration: underline;
		margin: 0;
		padding: 0;
		line-height: normal;
	}
	
	a:link, a:visited {
		color: #cee2b5;
		outline: 0;
	}
	a:hover { text-decoration: none; }
	