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

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

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

body {
	font-family: 'aller', sans-serif;
	background-color: #FF0000;
	text-align: center;
	font-weight:400;
}
	
#texte { color: #000; font-size: 2.4em; font-weight: 400; }


a:focus, button:focus { outline: 0; }

a {
	font-size: 0.7em;
	font-weight: 600;
	text-decoration: none;
	color: #e00a14;
}

a:hover {
	text-decoration: none;
	color: #ff3232;
}

/* img { width: 50%; max-width: 400px; margin-top:1.5em; margin-bottom:1em; } */

#logo { display:inline; width: 130px; margin-bottom:-91px;margin-top:-80px;}

#logo path {fill: #fff;}

#cache {
	position: fixed;
	width: 100%; height: 100%;
	background-color: #FFF;
	z-index: 4;
	top:0px;
	left:0px;
}
	
.mentions {
	position: relative;
	font-size: 0.7em;
	font-weight: 400;
	color: #fff;
	margin-top: 8em;
	text-align:center;
}

#grep { width: 50%; max-width: 80px; margin-top:1.5em; margin-bottom:1em; }