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

.surligner {
	color : red;
	font-weight: bold;
	text-decoration: underline;
}

    h1 {
		font-size: 20px ;
		background-color : pink;
		font-family : Cursive;
		color : black ;
		text-align : center ;
	}

body
{
	background-image : url("325.jpg");
	background-position: right;
}
	h2 {
		font-size: 20px ;
		background-color: pink;
		font-family: Cursive;
		color: black;
		text-align: center;
	}

.entete {
    text-align: center;
}

.liens {
        float:left;
        width: 30%;
        height : auto;
        background-color : lightgrey;
        }

.poeme {

        margin-left : 30%;
        width : 70%;
        height : auto;
        background-color : pink;
        }
