
#server-status
{
	display: none; 
	text-align: right; 
	position: absolute; 
	right: 60px; 
	top: 30px; 
}

/* Les lignes pour faire joli */

.underline
{
	background-color: rgb(0, 0, 0); 
	box-shadow: 0px 2px 2px rgb(255, 255, 255); 
	opacity: 0.3; 
	border-radius: 150px / 1px; 
	height: 2px; 
	margin-bottom: 10px; 
}

/* Blocs translucides */

.border-content { border-radius: 20px; }

.border-content 
{
	margin: 5px;
	padding: 5px;
}

.content 
{ 
	margin: 15px; 
	font-family: "trattatello";
	font-size: 1.4em;
	color: rgb(53, 45, 36);
	text-shadow: none;
}

#news .news-date, #codex .codex-date, #comics-index .comics-date, #games-index .games-date 
{ 
	color: rgb(155, 45, 45);  
	text-shadow: none; 
}
