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

body {
	margin: 0;
	padding: 0;
	font: 0.8em "Geneva", arial, sans-serif;
	background: #333333;
	color: #FFFFFF;
}
div#conteneur {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 1024px;
	height:500px;
	margin-top: -250px; /* moitié de la hauteur */
	margin-left: -512px; /* moitié de la largeur */
	z-index:2;
}
div#contenu {
	padding: 0 25px 0 100px;
	text-align: left;
}
div#cadre {
	width: 440px; 
	padding: 0;
	position:relative;
	float:left;
	font-size:90%;
}
div#header {
	display: block;
	height: 70px;
	width: 1024px;
	margin: 0;
	font: small-caps 1em/25px Georgia, serif;
	font-weight: bold;
	letter-spacing: 2px;
}
div#header ul {
	height: 60px;
	width: 560px;
	margin: 0;
	padding: 10px 25px 0 200px;
	list-style-type: none;
}
div#header ul li {
	display: block;
	float: left;
	text-align: center;
	width: 80px;
	height:60px;
}
div#header li a {
	text-transform:lowercase;
	font: 0.8em gemerald, galand, serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
	display: block;
	text-decoration: none;
	line-height: 90px;
}
div#header ul li a:hover {
	color: #c30;
}
a.A {
	margin : 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 38px;
	width: 48px;
	background: url(img/storyboard-roll.png) no-repeat left top;
}
a.A:hover {
	background-position: left bottom;
}
a.B {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 38px;
	width: 48px;
	background: url(img/production-roll.png) no-repeat left top;
}
a.B:hover {
	background-position: left bottom;
}
a.C {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 38px;
	width: 48px;
	background: url(img/concept_art-roll.png) no-repeat left top;
}
a.C:hover {
	background-position: left bottom;
}
a.D {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 38px;
	width: 48px;
	background: url(img/news-roll.png) no-repeat left top;
}
a.D:hover {
	background-position: left bottom;
}
a.E {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 38px;
	width: 48px;
	background: url(img/bio-roll.png) no-repeat left top;
}
a.E:hover {
	background-position: left bottom;
}
a.F {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 38px;
	width: 48px;
	background: url(img/contacts-roll.png) no-repeat left top;
}
a.F:hover {
	background-position: left bottom;
}
a.G {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 38px;
	width: 48px;
	background: url(img/liens-roll.png) no-repeat left top;
}
a.G:hover {
	background-position: left bottom;
}
a.H {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 70px;
	width: 179px;
	background: url(img/archimage_small.png) no-repeat left top;
	float: right;
	display:block;
}
a.H:hover {
	background-position: left bottom;
}
p#footer {
	margin-top: 8px;
	padding-right: 10px;
	line-height: 15px;
	text-align: center;
	font-size: 0.8em;
	background: transparent url(img/footer.png) repeat-x;
}
div#contenu h5 {
	font-size:90%;
	font-weight:bold;
	text-align: right;
}

