
/* 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(35, 35, 50); 
	background-image: linear-gradient(to right, rgb(90, 178, 211) 0%, rgb(0, 0, 0) 50%, rgb(90, 178, 211) 100%);
	opacity: 0.75; 
	border-radius: 10px; 
	position: absolute; 
	left: 0px; 
	right: 0px; 
	top: 10px; 
	bottom: 32px; 
}

.border-content
{
	border-style: solid; 
	border-color: rgb(245, 250, 250); 
	border-width: 12px; 
				
	box-shadow: 5px 5px 10px rgb(90, 178, 211), 
				-5px 5px 10px rgb(90, 178, 211), 
				-5px -5px 10px rgb(90, 178, 211), 
				5px -5px 10px rgb(90, 178, 211);
				
	border-radius: 10px; 
}

.content { border-radius: 10px; }
