body {
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #000000;
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}
.bloc {
	position: relative;
	margin-top: 100px;
	margin-left: auto;
    margin-right: auto;
    width: 800px;
	height: 650px;
}
p {
	color: #FFFFFF;
	margin-left: 20px;
}
:focus {outline:none}
