*{
	padding: 0px;
	margin: 0px;
}

body{
	background-color: #06080A;
}

a{
	color: #BBBBBB;
	text-decoration: none;
}
a:hover{
	color: #DDDDDD;
	text-decoration: underline;
}

#container{
	height: 800px;
	width: 100%;
	background: url("design/fond1.png") repeat-x;
}

#menu{
	color: white;
	padding-top: 250px;
	padding-left: 50px;
	float: left;
	height: 248px;
	width: 248px;
	background: url("design/header.png") no-repeat
}

#menu a{
	display: block;
	text-decoration: none;
	color: #DDDDDD;
	font-family: Verdana;
	padding: 5px;
	padding-left: 10px;
	border-left: 6px solid #656E72;
}

#menu a:hover{
	color: white;
	border-left: 6px solid #4BAFDD;
}

#menu a.tag{
	display: block;
	font-size: 0.8em;
	text-decoration: none;
	color: #DDDDDD;
	font-family: Verdana;
	padding: 5px;
	padding-left: 25px;
	margin-left: 3px;
	border-left: 3px solid #656E72;
}

#menu a.tag:hover{
	color: white;
	border-left: 3px solid #4BAFDD;
}

#menu .info{
	font-style: italic;
	font-size: 0.8em;
}

#content_border{
	margin-left: 292px;
	margin-right: 90px;
	position: relative;
	top: 31px;
	min-height: 740px;
	padding-left: 8px;
	padding-right: 8px;
	background: url("design/fond3.png") repeat-x #040506;
}

#content{
	min-height: 740px;
	padding: 10px;
	background: url("design/fond2.png") repeat-x #040506;
	border: 1px solid #47545A;
}