html {
background: #394046;
}
html , body{
margin : 0;
padding: 0;
}
#top-container .logo{
	margin-top: 5px;
}
input.searchinput, input[type="text"].searchinput {
	margin-top: 15px;
	border:1px solid #d6d6d6;
	background : url("search.gif") no-repeat scroll right center white;
	color : #333;
	width: 90px;
}
.site_title {
	font-size: 30px;
	padding-top:15px;
	padding-left: 10px;
	color:white;
	font-weight:100;
}
#top-container {
	background: #394046;
	height: 85px;
	border-bottom: 2px solid #24282b;
	font-size: 12px;
	z-index: 11;
}

#top-menu {
	background: #a4a7a9;
	font-size: 13px;
	-moz-box-shadow: 0px 1px 3px #5d5e5f;
	-webkit-box-shadow: 0px 1px 3px #5d5e5f;
	box-shadow: 0px 1px 3px #5d5e5f;
	z-index: 10;
	position: relative;
	border-bottom: 1px solid #5d5e5f ;
	overflow: visible;
	height: 30px;
}
#darkline {
	background: url('bgdark.jpg');
	margin: 0;
	overflow: auto;
	color: white;
}
#ariane {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}

div.content {
	width: 900px;
	margin: 0 auto;
	
}

#contenu {
	background :#eaeaea;
	font-size: 12px;
	z-index: 9;
	padding-bottom: 10px;
}

#footer-container a {
	color: #c2c2c2;
	
}
#footer-container {
	background: #394046;
	color: #939393;
	border-top: 2px solid #24282b;
	font-size: 12px;
	padding: 10px 0 0 0;
}