* { margin:0; padding:0; font-size: small;}

body 
{
	background-color: #000000;
}

a
{
	color: #FFD100;
	text-decoration: none;
}

a:link  { color: #FFD100; }
a:visited  { color: #FFD100; }

a:hover
{
	color: #E1E1E1;
}

#wrapper
{
	background-color: #181818;
	text-align: justify;
	color: #CCCCCC;
	border: 1px solid #404040;
	margin: 20px auto 20px auto;
	padding: 20px;
	width:900px;
	border-radius: 15px;
}

h1
{
	margin-bottom: 20px;
	font-size: x-large;
	text-align: center;
}
li
{
	color:  #FFD100;
	background-color: #404040;
	font-size: medium;
	text-align:left;
	padding: 4px 8px 4px 8px;
	margin-left: 10px;
	list-style-type:none;
	font-weight: bold;
	display:inline;
	cursor:pointer;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#down li:hover
{
	color:#E1FFC2;
	text-decoration: underline;
}

h3
{
	font-size: small;
	text-align: center;
	font-weight: light;
	padding-top: 2px;
}

table.zone /* table */
{
	margin: 3px auto 10px auto;
	border: 3px solid  #404040;
}

.boss span
{
	padding: -20px;
	background-color: #181818;
	display: inline;
}

.boss /* td */
{
	background-color: #181818;
	width: 270px;
	height: 180px;
	padding: 20px 20px 10px 20px;
	border-radius: 5px;
}

.vide /* td */
{
	background-color: #181818;
	width: 270px;
	height: 180px;
	padding: 20px 20px 10px 20px;
	border-radius: 5px;
}

.boss:hover
{
	background-color: #202020;
	color: #FFD100;
}

.noimage /* div */
{
	background-color: #000000;
	border: 1px solid #404040;
	padding: 10%;
	height:100%;
}

.screen /* img */
{
	width:100%;
	height:100%;
	border: 3px solid  #404040;
	border-radius: 5px;
}

table, tr, td {border:none; border-radius: 5px;}

table.gruul, table.magtheridon, table.timers, table.world, table.oeil, table.blacktemple, table.sunwelt
{
	display:none;
}

#down a.retour_forum
{
	position:fixed;
	top:0px;
	right:0px;
	color: #FFF;
	font-size:medium;
	padding: 5px;
	font-weight: bold;
	border: 1px black solid;
	background-color: #1B1C1B;
	background-image: url(images/ocean/tcat_bg.png);
	background-position:0% 0%;
	background-repeat:repeat-x;
	border-bottom-left-radius: 5px;
}

 a.retour_forum:hover
 {
	text-decoration: underline;
 }