@CHARSET "UTF-8";

.noDisplay {
	display:none;
}

body {
	background-color: #000;
	color: #FFF;
}

h1 {
margin-bottom: 100px;
}

.pochette {
margin : 25px;
}

#pub {
	position: absolute;
  	top: 0px;
  	right: 0px;
  	background-color: #000;
}

#container {
	width: 800px;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	text-align: center;
}
