body	{
	font-family:  'BerlyemptyRegular';
	font-size: 15px;
	background-color: #0C0C0C;
	color: white;
}
H1 {
	color: white;
	font-family: 'BerlyemptyRegular';
	font-size: 60px;
	text-align: center;
}
h2 {
	color: white;
	font-size: 12px;
}
h3, h4 {
	color: white;
	font-size: 15px;
	font-family: 'BerlyemptyRegular';
}
.asterisque {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
.page {
	width: 30%;
	margin: auto;
}
.poeme-express-contenue{
	text-align:center;
}
.poeme-express{
	width:450px;
	margin: auto;
	border:5px solid #AAA;
	box-shadow: 5px 5px 3px # 666;
}
a {
	color: white;
	text-decoration: white;
}
a:visited {
	color: white;
	text-decoration: white;
}