.strophe{
	color:black;
	text-align:center;
}

.surligner{
	color: #F26A9D;
	font-weight: bold;
	/*text decoration: underline*/
}

h1{/* titre*/
	font-size: 60px;
	background-color:#e6b0c8;
	font-family: Vladimir Script;
	color: White;
	text-align: center;
	margin-right: -50%;
	margin-left: -10%
	/*margin-top: 3%;*/
}
	
h2{/* signature*/
	font-size: 30px;
	/*background-color: gold*/
	color:black;
	font-family: Vladimir Script;
	text-align: center;
}

.entete{
	text-align:center;
}

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

.lien2{
	float:right;
	width: 30%;
	margin-right:-40%;
	background-color: #e6b0c8;
	text-align: center;
}
	

.poeme{
	margin-left: 35%; /*marge de gauche*/
	width: 70%; 
	background-color: white;
	font-family: BahnschriftLight;
	height: 825px;
}

body {
	color:black;
    background-image: url(cerise.jpg);
    /*background-repeat: no-repeat;*/
	background-width: 150%;
	background-height:150%;
    position: center;
    width: 70%;
    height: 70%;
}

.image_centree {
	display: block; /*block d'image*/
	border-radius: 50%; /* rayon du cerle autour de l'image*/
	margin-left: 10%;
	margin-right: 200%;
}

.image{
     display: block; /*block d'image*/
	border-radius: 50%; /* rayon du cerle autour de l'image*/
	margin-left: 10%;
	margin-right: 200%;
}
   