@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	background-color: #000;
	background-image: url(images/A103.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.titre{
	position: fixed;
	bottom: 1%;
	left: 50%;
	width: 100%;
	background: rgba(255,255,255,0.6);
	text-emphasis-color: black;
	text-align: left;
	font-size: large;
}