@CHARSET "UTF-8";

body
{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
}

#dbgames *
{
	font-size: 13px;
	line-height: 1.7em;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
}
#dbgames
{
	width: 100%;
	height: 22px;
	margin: 0;
	padding: 0;
	background-color: #000;
	text-align: left;
	color: #FFF;
}
#dbgamescontent
{
	position: relative;
	margin: 0 auto;
	width: 850px;
}
#dbgamesmenu, #dbforumsmenu
{
	width: 100px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: visible;
	padding-top: 2px;
	background-color:#111; 
	text-align: center;
	color: #ee7f00;
	font-weight: bold;
}
#dbgamesmenu span, #dbforumsmenu span
{
	display: block;
	width: 100px;
	height: 20px;
	color: #000;
	background: #111 url("/images/interface/onglet-db-games.gif") 0 2px no-repeat;
	overflow: hidden;
}
#dbgamesmenu span a, #dbforumsmenu span a
{
	color: #000;	
}
#dbgamesmenu span a:hover, #dbforumsmenu span a:hover
{
	color: #EE7F00;	
}
#dbgameslist, #dbforumslist
{
	display: none;
	width: 200px;
	position: absolute;
	z-index: 1000;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	padding: 8px;
	right: 0;
	top: 22px;
	background-color:#111;
	opacity: 0.85;
	text-align: left;
	font-weight: normal;
}
#dbgames ul, #dbgames li
{
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#dbforumsmenu
{
	right: 100px;	
}
#dbforumslist
{
	right: -100px;	
}
#dbgamesmenu:hover, #dbforumsmenu:hover {
background-color: #333;
}
#dbgamesmenu:hover div, #dbforumsmenu:hover div  {
display:block;
}

#dbgameslist a, #dbforumslist a
{
	color: #FFF;
	display: block;
	font-weight: normal;
	text-decoration: none;
}
#dbgameslist a:hover, #dbforumslist a:hover
{
	color: #EE7F00;
	background-color: #444;
}


