/*Mon CSS perso*/

  body {
            font-family: 'Arial', sans-serif;
            background-image: url('2pac-background.jpg');
            background-size: cover;
            background-position: right top;
            background-repeat: no-repeat;
			background-attachment: fixed;
            color: white;
            margin: 0;
			font-size:16px;
        }

        .conteneur {
			padding: 40px 20px 20px 212px;
        }
		
		.page {
			position: relative;
        }
		
		.menu {
			position:fixed;
			right:30px;
			top:30px;
			font-size: 40px;
        }
		
		.logo {
			padding: 20px;
        }

        .poeme {
            text-align: left;
            max-width: 60%;
        }

        .strophe {
            margin-bottom: 20px;
            line-height: 1.5;
        }

        .rouge-gras {
            color: red;
            font-weight: bold;
			font-size:30px;
        }
		.rouge {
            color: red;
        }
        a {
            color: white;
            text-decoration: none;
        }

        a:hover {
            border-bottom: 1px solid red;
        }
		
		#film {
			padding: 136px 20px 230px 0px;
		}
		
		#california {
			padding: 192px 20px 20px 0px;
		}
		
	    #footer {
			position:fixed;
			bottom: 0px;
			right: 38px;
		}
    </style>