
/**********************************
	CORE.CSS
	version 2010-03-12
	(c) Jeremie 'Sky' Fontana
	www.skynebula.com
***********************************/




/************************
	HTML
*************************/

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	background: #000 url(../img/bg.jpg) center top no-repeat;
	}

hr {
	width: 100%;
	height: 1px;
	border: 0;
	color: #333333;
	margin-bottom: 10px;
	background: #333333;
	}




/************************
	LINKS
*************************/

a, a:link, a:active, a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	}
 
a:hover {
	color: #7c3b14;
	font-weight: normal;
	text-decoration: none;
	}




/************************
	GLOBAL
*************************/

#preload {
	display: none;
	}

#global {
	width: 960px;
	display: block;
	margin: 0 auto;
	background: transparent;
	}

#header {
	width: 960px;
	height: 120px;
	display: block;
	}

#logo {
	width: 320px;
	height: 120px;
	display: block;
	margin: 0 0 0 40px;
	background: transparent url(../img/logo.png) left top no-repeat;
	z-index: 5;
	}
#logo h1 {
	text-indent: -9000px;
	}
#logo h1 a {
	width: 320px;
	height: 120px;
	display: block;
	text-decoration: none;
	text-indent: -9000px;
	}

#desc h2 {
	width: 300px;
	height: 30px;
	display: block;
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -265px;
	text-indent: -9000px;
	background: transparent url(../img/desc.png) left top no-repeat;
	z-index: 3;
	}




/************************
	MENU
*************************/

#menu {
	height: 120px;
	display: block;
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -100px;
	color: #392b05;
	display: block;
	background: transparent;
	z-index: 10;
	}
#menu span.menu_sep {
	height: 21px;
	line-height: 21px;
	margin: 0 10px;
	float: left;
	}
#menu a.bio {
	width: 30px;
	height: 21px;
	display: block;
	float: left;
	text-indent: -9000px;
	background: transparent url(../img/menu_bio.png) left top no-repeat;
	}
#menu a.bio:hover {
	background: transparent url(../img/menu_bio_hover.png) left top no-repeat;
	}
#menu a.actes {
	width: 50px;
	height: 21px;
	display: block;
	float: left;
	text-indent: -9000px;
	background: transparent url(../img/menu_actes.png) left top no-repeat;
	}
#menu a.actes:hover {
	background: transparent url(../img/menu_actes_hover.png) left top no-repeat;
	}
#menu a.gallery {
	width: 67px;
	height: 21px;
	display: block;
	float: left;
	text-indent: -9000px;
	background: transparent url(../img/menu_gallery.png) left top no-repeat;
	}
#menu a.gallery:hover {
	background: transparent url(../img/menu_gallery_hover.png) left top no-repeat;
	}
#menu a.videos {
	width: 58px;
	height: 21px;
	display: block;
	float: left;
	text-indent: -9000px;
	background: transparent url(../img/menu_videos.png) left top no-repeat;
	}
#menu a.videos:hover {
	background: transparent url(../img/menu_videos_hover.png) left top no-repeat;
	}
#menu a.events {
	width: 61px;
	height: 21px;
	display: block;
	float: left;
	text-indent: -9000px;
	background: transparent url(../img/menu_events.png) left top no-repeat;
	}
#menu a.events:hover {
	background: transparent url(../img/menu_events_hover.png) left top no-repeat;
	}
#menu a.links {
	width: 49px;
	height: 21px;
	display: block;
	float: left;
	text-indent: -9000px;
	background: transparent url(../img/menu_links.png) left top no-repeat;
	}
#menu a.links:hover {
	background: transparent url(../img/menu_links_hover.png) left top no-repeat;
	}
#menu a.contact {
	width: 70px;
	height: 21px;
	display: block;
	float: left;
	text-indent: -9000px;
	background: transparent url(../img/menu_contact.png) left top no-repeat;
	}
#menu a.contact:hover {
	background: transparent url(../img/menu_contact_hover.png) left top no-repeat;
	}




/************************
	CONTENU
*************************/

#content {
	width: 960px;
	height: 600px;
	display: block;
	background: transparent;
	}




/************************
	FOOTER
*************************/

#footer {
	width: 960px;
	height: 50px;
	display: block;
	position: absolute;
	top: 720px;
	left: 50%;
	margin-left: -480px;
	line-height: 70px;
	font-size: 12px;
	color: #392b05;
	text-align: center;
	background: transparent;
	}

#footer a {
	color: #392b05;
	}

#footer a:hover {
	color: #000;
	}




/************************
	STYLES
*************************/

.clear {
	clear: both;
	}

.soon {
	padding-top: 200px;
	text-align: center;
	}

li {
	margin-left: 20px;
	}