.rime{
	color: #F1ED18;
}

.strophe{
text-align:center; 	/*le texte sera aligné au centre*/
color : #ffff; 	/*le texte est en bleu, les couleurs sont codées #rrvvbb de #000000 à #FFFFFF*/
}

body{
	background-image: url("fond.jpg"); 
	background-size: cover;
}

.titre{
	text-align:center;
	color:#FFCC00;
	font-size: 40px;
	background-color:darkred;
	font-family: Dreaming Outloud Script Pro;
	color: yellow;
	text-align: center;
	margin-right: -20%;
	margin-left: -10%
	/*margin-top: 3%;*/
}

h2{/* signature*/
	font-size: 30px;
	/*background-color: gold*/
	color:white;
	font-family: Dreaming Outloud Script Pro;
	text-align: center;
}

h3{/*titre Alexander Rybak du lien sur le côté*/
	font-size: 20px;
	/*background-color: gold*/
	color: black;
	font-family: gold;
}

.entete{
	text-align:center;
}

.lien{
	float: left;
	width:30%; /*largeur du block de la page*/
	background-color: gold;
	text-align: center
}

.lien2{
	float:right;
	width: 30%;
	margin-right:-5%;
	background-color: gold;
	text-align: center;
}

.poeme{
	margin-left: 35%; /*marge de gauche*/
	width: 30%; 
	background-color: black;
	font-family: Dreaming Outloud Script Pro;
	height: 825px;
}



.image_centree{
	display: block;
	border-radius:50%;
	margin-left: 30%;
	margin-right: 40%;
}

