
/* 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 */

.back-content
{
	background-color: rgb(0, 0, 0); 
	background-image: linear-gradient(to right, rgb(5, 5, 5) 0%, rgb(5, 5, 5) 15%, rgb(50, 50, 50) 100%);
	opacity: 0.7; 
	border-radius: 20px; 
	position: absolute; 
	left: 0px; 
	right: 0px; 
	top: 10px; 
	bottom: 32px; 
}

.border-content { border-radius: 20px; }
.content { border-radius: 20px; }
#news .news-date, #codex .codex-date, #comics-index .comics-date, #games-index .games-date { color: rgb(210, 169, 59); }
