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

.strophe{
	text-align:center;
	color:white;
	font-size : 20px;
}

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

h1{
	front-size : 20px;
	background-color : blue;
	font-family: Segoe script;
	color : White ;
	text-align : center ;
}

h2{
	front-size : 10px;
	background-color : blue;
	font-family: Segoe script;
	color : White ;
	text-align : center ;
}

h3{
	front-size : 20px;
	background-color :orange;
	font-family: Segoe script;
	color : black ;
	text-align : center ;
	text-decoration:underline;
}

h5{
	font-size : 20px;
	background-color : orange;
	font-family: Segoe script;
	color : black ;
	text-align : center ;
}

h4{
	font-size : 20px;
	font-family: Gabriola;
	color : black ;
	text-align:left;
}

body
{
	background:url("aube.jpg");
    background-position:top;
}
    


.lien {
	float: left;
	width: 30%;
}

.poeme {
	margin-left : 30%;
	width: 70;
	font-family: Gabriola;
}


