/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Style CSS
 * par Julien CADET, Directeur du développement informatique
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@font-face {
	font-family: "BradleyHITC";
	src: url("../fonts/BRADHITC.TTF"), url("../fonts/BRADHITC.eot");
}
@font-face {
	font-family: "MyriadPro";
	src: url("../fonts/MyriadPro-Regular.ttf"), url("../fonts/MyriadPro-Regular.eot");
}
@font-face {
	font-family: "WhereStars";
	src: url("../fonts/wherestarsshinethebrightest.ttf"), url("../fonts/wherestarsshinethebrightest.eot");
}

/* HTML & BODY */
html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Verdana, Sans-cerif;
	color: #f4f4ea;
	
	height: 100%;
}
body {
	font-size: 80%;
	background-image: url("../imgs/background.jpg");
}

/* CENTERBLOCK */
#centerBlock {
	position: relative;
	height: 100%;
	min-height: 790px;
}

/* HEADER */
#header {position: absolute;bottom: 255px;height: 524px;width: 100%;}

#infoheader {position: relative;top: -50px;width: 800px;margin: 0 auto;}
#moto {display: block; text-align: center;}
#copyright {position: absolute;top: 30px;right: 20px;font-size: 10px;color: #908b8b;}

/* LOGOS */
#logo {position: relative;width: 800px;margin: 0 auto;}
.logo_ico {position: absolute;top: 194px;left: 328px;}
.logo_txt {position: absolute;top: 230px;left: 455px;}


/* CONTENT */
#content {position: absolute;bottom: 0;height: 281px;width: 100%;}





