html {

background: url(photo-wide-4.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
overflow: auto;
}

.strophe{
text-align:center;
color : WHITE;
font-size: 18px;
}
.surligner {
color : red;
font-weight: bold;
}


h1 {
		padding : 15px 10px 15px 10px;
		font-size : 30px ;
		height : auto;
		font-family: sans-serif ;
		background-color: transparent;
		color : WHITE ;
		text-align : center ;
	}

h2{
	font-family: Cursive ;
	color : DarkSalmon;
	text-decoration: underline;
	text-align : center ;
	font-weight : 800 ;
	font-style : italic ;
	background-color : ;
}


.entete {
	background-color: transparent;
	text-align:center;
}

.liens {
		float:left;
		margin-left : 0px;
		padding-top:15px;
 		padding-bottom:10px;
 		padding-right:15px
 		padding-left:10px;
		width: 30%;
		font-family : sans-serif;
		height : auto;
		background-color : #2dbbff85;
		border-radius: 10px;

		}

.poeme {

		margin-left : 30%;
		font-family : sans-serif;
		padding-top:15px;
 		padding-bottom:10px;
 		padding-right:15px;
 		padding-left:10px;
		width: 70%;
		height : auto;
		background-color : #2dbbff42;
		border-radius: 10px;
		}

.image_centree {
	display: block;
	border-radius: 50%;
	margin-left: auto;
    	margin-right: auto;
}

body
{

	background-position : center
}
