html
{
	background-color: rgb(189, 183, 107);
}
body
{
	width: 800px;
	margin: auto;
	
}
#lux
{
	position: fixed;
	top: 400px;
	left: 20px;
	width: 160px;
	
}
#flamme
{
	height: 42px;
	vertical-align: bottom;
}
#flamme img
{
	margin-bottom:-8px;
}
#chand
{
	height: 54px;
	vertical-align: top;
	
}
#son
{	
	position: fixed;
	top: 470px;
	right: 40px;
	width: 70px;
	height: 122px;
}
#play_pause
{
	background-color: rgb(189, 183, 107);
}
header
{
	background-color: rgb(145, 138, 62);	
	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(255, 255, 245);
	color: rgb(189, 183, 107);
	font-family: Arial,"Courrier New";
	font-weight: bold;
	padding: 10px;
	text-align: left;
	border: 1px solid black;	
}
a, a:visited
{
	text-decoration: none;
	color: rgb(189, 183, 107);
}
#central
{
	width: 798px;
	margin: auto;
	background-color: rgb(250, 240, 180);
	padding-top: 15px;
	color: rgb(189, 183, 107);
	text-align: center;
	font-family: Arial,"Courrier New";
	font-weight: bold;
}
#apres, #avant
{
	visibility: visible;
}