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

body {
	margin: 0;
	padding: 0;
	background: #333333;
	font: 1em Gemerald, Galant, serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #514cc4;
}
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;
	text-align: center;
}
#cote {
	position:absolute;
	top: 50%;
	width: 100%;
	height:500px;
	margin-top: -250px; /* moitié de la hauteur */
	background-image: url(img/bar_index2.jpg);
	background-repeat: repeat-x;
	z-index:1;
}
div#header {
	display: block;
	height: 70px;
	width: 1024px;
	margin: 0;
	padding-top: 10px;
}
div#header ul {
	height: 60px;
	width: 840px;
	margin: 0;
	padding: 0 0 0 127px;
	list-style-type: none;
}
div#header ul li {
	display: block;
	float: left;
	text-align: center;
	width: 120px;
	height:60px;
}
div#header li a {
	font: 0.8em Gemerald, Galant, serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #514cc4;
	display: block;
	text-decoration: none;
	line-height: 90px;
}
div#header ul li a:hover {
	color: #c30;
}
.img {
	display: block;
	margin: 10px auto;
	height: 130px; /* spécifiez la hauteur de l'image, une bonne attitude à prendre */
	width: 292px; /* spécifiez la largeur de l'image, une bonne habitude à prendre */
}
.img2 {
	display: block;
	margin: 10px auto;
	height: 139px; /* spécifiez la hauteur de l'image, une bonne attitude à prendre */
	width: 100px; /* spécifiez la largeur de l'image, une bonne habitude à prendre */
}
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;
}
}
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;
}
