﻿.poeme {
		margin-left : 30%; 			/*marge gauche 310px*/
		padding : 15px 10px 15px 30px; 	/*marges intérieures :haut, droite, bas puis gauche*/
		width: 60%; 				/* largeur du bloc 60% de la page */
		height : auto; 				/*hauteur du bloc (automatique ici) */
		background-color : azure ; 		/*couleur de fond arbitraire afin de voir le bloc */
		border-color : black ;
		}

h1  {
		margin-left : 10%; 			/*marge gauche 310px*/
		padding : 15px 10px 15px 30px; 	/*marges intérieures :haut, droite, bas puis gauche*/
		width: 100%; 				/* largeur du bloc 60% de la page */
		height : auto; 				/*hauteur du bloc (automatique ici) */
		background-color : black ; 		/*couleur de fond arbitraire afin de voir le bloc */
		border-color : black ;
		}
body{
		margin-left : 0%; 			/*marge gauche 310px*/
		padding : 15px 10px 15px 30px; 	/*marges intérieures :haut, droite, bas puis gauche*/
		width: 80%; 				/* largeur du bloc 60% de la page */
		height : auto; 				/*hauteur du bloc (automatique ici) */
		background-color : azure ; 		/*couleur de fond arbitraire afin de voir le bloc */
		border-color : black ;
		}
.strophe {
		margin-left : 20%; 			/*marge gauche 310px*/
		padding : 15px 10px 15px 10px; 	/*marges intérieures :haut, droite, bas puis gauche*/
		width: 60%; 				/* largeur du bloc 60% de la page */
		height : auto; 				/*hauteur du bloc (automatique ici) */
		background-color : azure ; 		/*couleur de fond arbitraire afin de voir le bloc */
		}

h4 {
		margin-left :20%; 			/*marge gauche 310px*/
		padding : 15px 10px 15px 10px; 	/*marges intérieures :haut, droite, bas puis gauche*/
		width: 60%; 				/* largeur du bloc 60% de la page */
		height : auto; 				/*hauteur du bloc (automatique ici) */
		background-color : azure ; 		/*couleur de fond arbitraire afin de voir le bloc */
		}
		
h5 {    margin-left :20%; 			/*marge gauche 310px*/
		padding : 15px 10px 15px 10px; 	/*marges intérieures :haut, droite, bas puis gauche*/
		width: 60%; 				/* largeur du bloc 60% de la page */
		height : auto; 				/*hauteur du bloc (automatique ici) */
		background-color : azure ; 		/*couleur de fond arbitraire afin de voir le bloc */
		}
		
h6 {    margin-left :20%; 			/*marge gauche 310px*/
		padding : 15px 10px 15px 10px; 	/*marges intérieures :haut, droite, bas puis gauche*/
		width: 60%; 				/* largeur du bloc 60% de la page */
		height : auto; 				/*hauteur du bloc (automatique ici) */
		background-color : azure ; 		/*couleur de fond arbitraire afin de voir le bloc */
		}		
		
body {
   background-image: url("https://www.4tempsdumanagement.com/photo/art/grande/17766540-22158867.jpg?v=1508504827");
}