/*Mon CSS perso*/
.strophe{
text-align:center;
color :white;
}

.surligner {
color : red;	
font-weight: bold; 
text-decoration:underline
}
h1 {
	font-size:20px;
	background-color:none;
	font-family:Cursive;
	text-align:center;
	color:red;
}
.entete {
	text-align:center;
}
.lien { 
float:left ;
width:30%;
background-color:none;
}
.poeme {
	margin-left:30%;
	width:70% ;
}

body {
	background:url(Albatros.jpg) ;
	background-position :center ;
}

h2 {
	font-size:20px;
	background-color:;
	font-family:cursive;
	color:white;
	text-align:center;
}
.image_centree {
	display:auto;
	border-radius:10%;
	margin-left:auto;
	margin-right: auto;
}