/* CSS BY STEFHAN.COM */

body {
	background: black url(../medias/fond.jpg) no-repeat;
	color: silver;
	font: 11px Verdana, sans-serif;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	color: orange;
}

ul {
	list-style: none;
	padding-right: 30px;
}

li {
	display: inline;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 5px;
}

li a {
	text-decoration: none;
}

#bonnet {
	width: 190px;
	height: 220px;
	background: url(../medias/bonnet-noel.png) no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	top: 40px;
	position: relative;
	left: 10px;
}

#logo {
	margin: auto;
	width: 1080px;
	height: 560px;
	text-indent: -3000px;
	background-image: url(../medias/st.png);
}

#logo404 {
	margin: auto;
	width: 1028px;
	height: 579px;
	text-indent: -3000px;
	background-image: url(../medias/st404.png);
}

#contenu {
	margin: auto;
	padding: 10px 30px;
	width: 550px;
	text-align: center;
}

#infos {
	margin: 30px auto auto;
	font-size: 10px;
	text-align: center;
	width: 400px;
	color: #a9a77a;
}

#infos a {
	margin: 30px auto auto;
	font-size: 10px;
	text-align: center;
	width: 400px;
	color: #d5d3aa;
}

#infos a:hover {
	margin: 30px auto auto;
	font-size: 10px;
	text-align: center;
	width: 400px;
	color: orange;
}

#createdby {
	color: gray;
	font-size: 10px;
	margin-top: 30px;
}

#createdby a {
	color: gray;
	text-decoration: none;
}

#createdby a:hover {
	color: silver;
	display: inline;
}