html, body {
	height: auto !important;
	background-color: #4F4432;
}

#global-content {
	background-color: #4F4432;
	overflow: hidden;
	height: 100%;
}

.bloc {
	text-align: center;
	overflow: hidden;
	width: 90%;
	float: left;
	font-family: "Helvetica";
	color: #4F4432;
	size: 24px;
	font-weight: bold;
	border-radius: 4px;
	background-color: white;
	background-color: #4F4432;
	padding: 10px;
	margin: 10px;
}
.bloc video {
	margin-bottom: 7px;
}
