.strophe{
	text-align:center;  /*le texte sera aligné a gauche au centre*/
	color: #4B0082;  /*le texte sera en bleu, les couleurs sont codées #rrvvbb de #000000 à #FFFFFF*/
	font-family: Lucida Calligraphy;
	background-color: #FFFFFF*/;
}

.traduction{
	text-align: center;  /*le texte sera aligné au centre*/
	color #8a1351;  /*le texte sera rouge, les couleurs sont codées #rrvvbb de #000000 à #FFFFFF*/
	font-family:Garamond;
	background-color: #FFFFFF*/;
}
	
	
.surligner{
	color: silver;
	font-weight: bold;
	/*text-decoration: underline*/
}
h1{ /*titre*/
	font-size: 60px;
	background-color: Lightgrey;
	font-family: Edwardian Script ITC;
	color: purple;
	text-align: center;
	margin-right: -50%;
	margin-left:-10%;
	/*margin-top: 3%; */
}
        
.entete{
	text-align:center;
}

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

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

.rime{
	
	color: red;
	font-weight: bold;
	text-decoration: undeline;
	font-size: 15px;
	font-family: vivaldi;
	background-color: #FFFFFF*/;
	
}

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

body {
	color:black;
	background-image: url("demon slayer.webp");
	/*background-repeat: no-repeat;*/
	background-width:100%;
	background-height:100%;
	position:center;
	width: 70%;
	height: 70%
}

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

.image{
	display: block;
	border-radius: 10%
	border-bottom: 50%;
	margin-right: auto;
	margin-left: 5%;
	width: 90%;
	height: 60%;
}


