.strophe{
	text-align:center; 
	color:dark;
}
.surligner{
	text-decoration:underline;
	color:purple;
}

h1{
	font-size : 20px ; 
	background-color : red;
	font-family: tahoma ;
	color : dark ;
	text-align : center ;
}

h2{
	font-size : 20px ; 
	background-color : red;
	font-family: tahoma ;
	color : beige ;
	text-align : center ;
}

.liens {
	float:left;
	width: 30%;
	background-color : lightgrey;
}
.poeme {
	margin-left : 30%;
	width: 70%;
	background-color : grey;
	font-weight: bold;
}

body
{
	background:url(dormeur.jpg);
	background-position:right;
}