/* CSS BY STEFHAN.COM */

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

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

#contenu {
	margin: auto;
	padding: 0;
	width: 600px;
	text-align: center;
}

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

ul {
	list-style: none;
	text-align: center;
}

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

li a {
	text-decoration: none;
}

a:hover {
	color: orange;
}

#bas {
	margin: auto;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 10px;
	text-align: center;
}

.createdby {
	color: gray;
	font-size: 12px;
}

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

.createdby a:hover {
	color: white;
	text-decoration: underline;
}