@charset "utf-8";
#dateUTC{
	display: none;
}
#datage {
	position: absolute;
	top: 250px;
	left: 0;
	width: 1080px;
	height: 120px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	z-index: 10;
}
#datage>ul>li{
	display:block;
	float: left;
	line-height: 1;
	width: 50%;
	/*min-width: 48.5%;*/
	margin:0 auto;
	font-size: 1em;
}
#datage>ul>li#clock{
	width: 50%;
	text-align: center;
}
#datage>ul>li#clock>#pendule{
	text-align: right;
}
#moment-day, #moment-month {
	font-weight:normal;
    font-size: 1.2em;
    position: relative;
    left: 145px;
    line-height: .5;
    top: 3px;
}
#moment-month {
	position: relative;
	top: -20px;
}
.ampm{
	/*display: none;*/
}
#moment-date {
	position: absolute;
	left: 67px;
	top: 0;
	font-weight: 100;
	font-size: 3em;
}
#pendule {
	position: absolute;
	top: 16px;
	left: 774px;
	font-size: 1.8em;
	font-weight: normal;
}