/*Mon CSS perso*/
.strophe{
text-align:center; 	/*le texte sera aligné au centre*/
color : #81ADF9  ; 	/*le texte est en bleu, les couleurs sont codées #rrvvbb de #000000 à #FFFFFF*/

}
.surligner {
color : #CCDCF6; 	/*le texte est en rouge */
font-weight: bold; 	/*la police est en gras */
}
h1{
	font-size : 30px ;
	background-color : #79A3EB ;
	font-family: Century ;
	color : Black ;
	text-align : center ;
}
body{
	 background-image : url("Showbiz.jpg")
}
.poeme {
		
		margin-left : 24%; 			/*marge gauche 310px*/
		padding : 15px 10px 15px 25px; 	/*marges intérieures :haut, droite, bas puis gauche*/
		width: 50%; 				/* largeur du bloc 70% de la page */
		height : auto; 				/*hauteur du bloc (automatique ici) */
		background-color : #07152E; 		/*couleur de fond arbitraire afin de voir le bloc */
		}
.liens {
	 float: left;
	 width: 20%;
	 background-color: #0B2147;
	 text-align: center;
}
.liens2 {
	 float: right;
	 width: 20%;
	 background-color: #0B2147;
	 text-align: center;
}
	  