@font-face {
    font-family: 'MicrogrammaDExtendedBold';
    src: url('microgramma/microgrammad-boldexte-webfont.eot');
    src: url('microgramma/microgrammad-boldexte-webfont.eot?#iefix') format('embedded-opentype'),
         url('microgramma/microgrammad-boldexte-webfont.woff') format('woff'),
         url('microgramma/microgrammad-boldexte-webfont.ttf') format('truetype'),
         url('microgramma/microgrammad-boldexte-webfont.svg#MicrogrammaDExtendedBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MicrogrammaDExtendedMedium';
    src: url('microgramma/microgrammad-mediexte-webfont.eot');
    src: url('microgramma/microgrammad-mediexte-webfont.eot?#iefix') format('embedded-opentype'),
         url('microgramma/microgrammad-mediexte-webfont.woff') format('woff'),
         url('microgramma/microgrammad-mediexte-webfont.ttf') format('truetype'),
         url('microgramma/microgrammad-mediexte-webfont.svg#MicrogrammaDExtendedMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	position: relative;
	background: #333335;
	color: #fff;
	text-align: center;
	font: 1em Arial, Helvetica, sans-serif;
}

.hasCountdown {
	position: absolute;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	color: #888;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 250%;
	text-align: center;
}
.countdown_amount {
	font-size: 300%;
}
.countdown_descr {
	display: block;
	width: 100%;
}
#defaultCountdown {
	position: fixed;
	width: 90%;
	left: 5%;
	top: 40%;
	font-family: 'Fredericka the Great', serif;
}

h1, h2 {
	font-family: 'MicrogrammaDExtendedMedium', sans-serif;
	font-weight: normal;	
	color: #F29400;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
h1 strong, h2 strong {
	font-family: 'MicrogrammaDExtendedBold', sans-serif;
	font-weight: normal;
	color: #BD0926;
}
h1 {
	font-size: 3.5em;
}
h2 {
	font-size: 3em;
}
p.lancement {
	position: fixed;
	text-align: center;
	width: 100%;
	font-family: 'MicrogrammaDExtendedMedium', sans-serif;
	color: #666;
	font-size: 2em;
	top: 27%;
}

img.logo_mineral-spirit {
	position: fixed;
	right: 0px;
	bottom: 0px;
	border: none;
}
a.facebook_page {
	background: url(facebook-page.png) no-repeat;
	margin: 0px;
	padding: 3px 3px 0px 0px;
	height: 22px;
	width: 57px;
	position: fixed;
	left: 20px;
	bottom: 20px;
	text-align: right;
	color: #FFF;
	text-decoration: none;
	line-height: 25px;
	font-size: 11px;
}
a#lien_integer {
	display: block;
	margin: 0px;
	padding: 0px 20px;
	height: 25px;
	position: fixed;
	left: 100px;
	bottom: 20px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	line-height: 25px;
	font-size: 15px;
	background: #777;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
a#lien_integer:hover {
	background: #CCC;
	color: #000;
}
form#integer {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top:0;
	left:0;
	display: none;
}
#integer #trame {
	background: #000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	opacity: 0.7;
}

form#integer textarea {
	height: 80px;
	width: 400px;
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-top: -70px;
	margin-left: -230px;
	padding: 30px;
	background: #777;
	color: #fff;
	border: none;
	font: 15px/20px "Courier New", Courier, monospace;
	z-index: 20;
	border-radius: 20px;
}
form#integer a#exemple {
	display: block;
	z-index: 25;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: 75px;
	height: 20px;
	width: 80px;
	color: #f29400;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
form#integer a#exemple:hover {
	color: #fff;
}