.strophe{
	color:black;
	text-align:center;
	margin-left:30%;
	background-color:lightgrey;
	width:300%;
	background-size:50%;
	
}

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

h1{/* titre*/
	font-size: 60px;
	background-color:Lightgrey;
	font-family: Footlight MT Light;
	color: Black;
	text-align: center;
	margin-right: -50%;
	margin-left: -10%;
	margin-top: 2%
}
	
h2{/* signature*/
	font-size: 30px;
	/*background-color: gold*/
	color:black;
	font-family: Broadway;
	text-align: center;
}

h3{/*titre dominique sagne du lien sur le cÃ´tÃ©*/
	font-size: 20px;
	/*background-color: gold*/
	color: black;
	font-family: BahnschriftLight;
	text-align: center;
	margin-top:8%
}

.entete{
	text-align:center;
}

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

.lien2{
	float: right;
	width:30%; /*largeur du block de la page*/
	margin-right: -40%;
	background-color: lightgrey;
	text-align: center;
}
	
.poeme{
	margin-left: 34%;
	width: 20%; 
	font-family: BahnschriftLight;
	height: 850px;
	margin-top:5%;
}

body {
	color:black;
    background-image: url(piano4.png);
    /*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: 100%;
	margin-right: auto;
}

.image{
	display: block;
	border-bottom: 50%;
	margin-right: auto;
	margin-left: 5%;
	width:90%;
	height:60%
}
.rime{
	color:#5FABE9;
	font-weight:bold;
	font-size:20px;
    font-family:Ink Free;
}