
/* 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: rgba(0, 0, 0, 0.6); 
	border-radius: 20px; 
	position: absolute; 
	left: 0px; 
	right: 0px; 
	top: 10px; 
	bottom: 32px; 

	border-radius: 16px; 
	border: solid 1px rgb(0, 0, 0); 
}

.border-content 
{
	background-color: none;
	margin: 1px; 
	padding: 5px; 
	border-radius: 15px; 
	border: solid 5px rgb(255, 255, 255); 
}

.content 
{ 
	margin: 15px; 
	background-color: none; 
}

#news .news-date, #codex .codex-date, #comics-index .comics-date, #games-index .games-date { color: rgb(255, 254, 165); }
