* {
	margin: 0px;
	padding: 0px;
}
html {
	width:100%;
	height:100%;	
}
body { 
	background: #fff;
	
	width:100%;
	height:100%;
	background-color:#fff; 
}
#jours {
	text-align:center;
	font-family: Helvetica, Arial,sans-serif;
	font-size:120px;
	line-height:120px;
	/*background-color: #ff6666;*/
	position:relative;
	top:50%;
	left:50%;
	height:120px;
	width:280px;
	margin-top:-60px;
	margin-left:-140px; 
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
