html
{
	background-color: rgb(60, 60, 60);
}
#gche	{
	position: absolute;
	width: 30vw;
	height: 70vh;
	margin-left: 0vw;
	margin-top: 290px;
	background-color: rgba(0, 255, 0, 0); /* rgba pour avoir de la transparence sans utiliser opacity qui contrarie z-index */
	z-index: 2;
	border: none;
}
#drte	{
	position: absolute;
	width: 30vw;
	height: 70vh;
	margin-left: 70vw;
	margin-top: 290px;
	background-color: rgba(0, 255, 0, 0);
	z-index: 2;
	border: none;
}
#central
{
	width: 800px;
	margin: auto;
	background-color: black;
	padding-top: 0px;
	color: rgb(160, 160, 200);
	text-align: center;
	font-family: Arial,"Courrier New";
	font-weight: bold;
}
header
{
	background-color: rgb(130, 130, 170);	
	color: rgb(255, 255, 245);
	font-family: arial;
	font-weight: bold;
	font-size: 1.8em;	
	border: 1px solid black;
}
.cote
{
	width: 152px;
	text-align: center;
}
.cote img
{
	width: 132px;	
	margin-top: 10px;
}
#milieu
{
	width: 496px;		
	text-align: center;
}
.flcontain	{
	display: flex;
	color: rgb(255, 255, 245);
	font-family: arial;
	font-weight: bold;
}
.flcontain > div	{
	
	margin: 8px;
	padding: 0px;
}
.g	{
	width: 300px;
	height: 100px;
}
.c	{
	width: 152px;
	text-align: center;
}
.d	{
	width: 300px;
	height: 100px;
	text-align: right;
}
#ssttre	{
	line-height: 0.1;
	text-align: center;
}
#chdefer
{
	width: 800px;
	height: 45px;
	background-color: rgb(160, 160, 200);
	color: rgb(60, 60, 60);
	font-family: Arial,"Courrier New";
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
	border: 1px solid black;	
}
a, a:visited
{
	text-decoration: none;
	color: blue;
}
#play_pause
{
	background-color: rgb(160, 160, 200);
}
#coeur
{
	width: 798px;
	margin: auto;
	background-color: black;
	padding-top: 15px;
	color: rgb(160, 160, 200);
	text-align: center;
	font-family: Arial,"Courrier New";
	font-weight: bold;
}
#coeur a
{
	color: rgb(160, 160, 200);
}
#coeur img
{
	border: 2px solid rgb(160, 160, 200);
}
#après, #apresbis	{
	visibility: visible;
}
#avant, #avantbis	{
	visibility: hidden;
}

#avis1, #avis2	{
	display: inline-block;	
	width: 340px;
	height: 25px;
	margin: 25px;
	text-align: center;
	border: 2px solid rgb(160, 160, 200);
	border-radius: 10px;
}
#avantbis, #apresbis	{
	display: block;
	width: 100%;
	height: 100%;
}