p {
	text-align: center;
	font-weight: normal;
	font-size: 12pt;
	font-type: arial, sans-serif;
	margin: auto;
}
body {
	background-color: #003300;
}
.buttonnavigation {
     font-size: 16px;
	 cursor: pointer;
}
#retour {
	 position: absolute;
	 left: 3%;
	 top:3%;
}
#poeme {
	position:absolute;
	left:31%;
	top:3%;
	opacity:0;
    -moz-animation: anim 3s linear forwards 60s;
    -webkit-animation: anim 3s linear forwards 60s;
    -o-animation: anim 3s linear forwards 60s;
    -ms-animation: anim 3s linear forwards 60s;
    animation: anim 3s linear forwards 60s;
}
@-moz-keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}
@-webkit-keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}
@-o-keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}
@-ms-keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}
@keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}


