* {margin: 0; padding: 0; border:0;	letter-spacing: normal; outline:none;box-sizing:border-box;}
html {}
body {
	background: linear-gradient(to bottom, #303030 20%, #9a9abd 100%) no-repeat fixed;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #fefefe;
	font-size: 0.9em;
}
#contenu {
	position: absolute;
	margin: auto;
	height: 240px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	font-size: 20px;
	flex-wrap: wrap;
}
#contenu p {
width:100%;
text-align:center;
line-height: 30px;
}










