/*Mon CSS perso*/
.strophe{
text-align:center; 	/*le texte sera aligné au centre*/
color : green; 	/*le texte est en orange*/
}
.surligner {
color : brown;	/*le texte est en rose */
font-weight: bold; 	/*la police est en gras */
text-decoration:underline;
}

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

h2
{ 
    color:orange;
    front-size : 20px ;
	background-color : pink ;
	font-family: Cursive ;
	color : green ;
	text-align : center ;
}
.entete{
	background-color: wheat;
	text-align:center;
}

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

.poeme {
	    margin-left : 30%;
		width: 70%;
		height : auto;
		background-color : wheat;
}

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