@charset "UTF-8";
/* CSS Document */

<style type="text/css">

#sign {
	background-color: #E0CAAE;
	position: absolute;
	z-index: 10;
	height: 20px;
	width: 20px;
	top: 0px;
	right: 0px;
	text-align: center;
	padding-top: 5px;
}

@font-face {
    font-family: 'neutrelight_alt';
    src: url('neutretext-lightalt-webfont.eot');
    src: url('neutretext-lightalt-webfont.eot?#iefix') format('embedded-opentype'),
         url('neutretext-lightalt-webfont.woff') format('woff'),
         url('neutretext-lightalt-webfont.ttf') format('truetype'),
         url('neutretext-lightalt-webfont.svg#neutrelight_alt') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'neutrelight_italic_alt';
    src: url('neutretext-lightitalicalt-webfont.eot');
    src: url('neutretext-lightitalicalt-webfont.eot?#iefix') format('embedded-opentype'),
         url('neutretext-lightitalicalt-webfont.woff') format('woff'),
         url('neutretext-lightitalicalt-webfont.ttf') format('truetype'),
         url('neutretext-lightitalicalt-webfont.svg#neutrelight_italic_alt') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'neutre_tfbold_alt';
    src: url('neutretf-boldalt-webfont.eot');
    src: url('neutretf-boldalt-webfont.eot?#iefix') format('embedded-opentype'),
         url('neutretf-boldalt-webfont.woff') format('woff'),
         url('neutretf-boldalt-webfont.ttf') format('truetype'),
         url('neutretf-boldalt-webfont.svg#neutre_tfbold_alt') format('svg');
    font-weight: normal;
    font-style: normal;

}
#bg {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index: -10;
}
#bg img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}

* {
	margin: 0;
	padding: 0;
}

#content {
	position: absolute;
	width: 710px;        /* selon la largeur voulue */
	margin-left: -355px;  /* moitie de width */
	left: 50%;          /* constant, toujours 50% */
	height: 1146px;       /* selon la quantite de texte */
	top: 30px;
	background-color: #000;
}
#logo {
	position: absolute;
	height: 247px;
	width: 219px;
	text-align: center;
	left: 245px;
	top: 20px;
}
#main {
	position: absolute;
	height: 1000px;
	width: 670px;
	top: 265px;
	left: 20px;
}
#adresse {
	position: absolute;
	height: 80px;
	width: 160px;
	left: 110px;
	top: 1024px;
}
#infos {
	position: absolute;
	height: 80px;
	width: 240px;
	top: 1024px;
	right: 180px;
}
#logo-small {
	position: absolute;
	height: 80px;
	width: 80px;
	top: 1024px;
	left: 20px;
}
#sign {
	position: absolute;
	height: 15px;
	width: 510px;
	left: 101px;
	top: 994px;
}
#soon {
	position: absolute;
	height: 15px;
	width: 510px;
	left: 101px;
	top: 1014px;
}
	.txt-intro {
	font-family: 'neutrelight_alt', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	}
	.txt-courant {
	font-family: 'neutrelight_alt', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cccccc;
	text-align:justify;
	}
	.txt-sign {
	font-family: 'neutrelight_alt', Arial, Helvetica, sans-serif;;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	}
	
	.txt-cap {
	font-family: 'neutrelight_alt', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cccccc;
	text-align: justify;
	text-transform: uppercase;
	}

</style>
