/* Copyright (c) 2007 Clément Melendez. All rights reserved. */
 
html, body {
	padding:0; margin:0; border:0;
	width: 100%; height: 100%;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana;
	background-image: url(sources/bg02.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
a { text-decoration: none; color: #ffa45b; }
a:hover { color: #FFFFFF; font-weight: bold; }
img { border: 0px; }
div { padding:0; margin:0; border:0; }
p { padding-top: 0px; margin-top: 5px; margin-bottom: 10px; }

div#page {
	width: 940px; margin-left: auto; margin-right: auto;
	height: 100%;
}
.entete {
	font-size: 12px;
	font-weight: bold;
	color: #AABBDD;
}
div#titre {
	position: absolute;
	margin: 0px; margin-left: 400px; margin-top: 50px;
}
div#presentation {
	position: absolute;
	width: 350px; height: 200px;
	margin-top: 140px;
}
div#media {
	position: absolute;
	width: 960px;
	margin-left: 0px; margin-top: 420px;
}
	div#media img {
		border: 1px solid #FFFFFF;
		margin-left: 10px;
		margin-top: 10px;
	}
	div#media img:hover {
		border: 1px solid #ffa45b;
	}

div#details {
	position: absolute;
	width: 350px; height: 30px;
	margin-top: 340px;
	line-height: 19px;
}
div#downloads {
	position: absolute;
	width: 350px; height: 30px;
	margin-top: 310px; margin-left: 400px;
}
div#downloads2 {
	position: absolute;
	width: 350px; height: 30px;
	margin-top: 310px; margin-left: 650px;
}
div#copyright {
	position: absolute;
	width: 500px; height: 50px;
	margin-top: 700px; margin-left: 260px;
	font-size: 10px;
	color: #222222;
}
