/* 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/bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
a { text-decoration: none; color: #FFFFFF; }
a:hover { color: #FF0000; }
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: #FF0000;
}
div#titre {
	position: absolute;
	width: 350px; height: 100px;
}
	div#titreA {
		position: absolute;
		font-size: 100px; 
		font-weight: bold; 
		line-height: 100px;
	}
	div#titreB {
		position: absolute; 
		font-size: 40px; 
		font-weight: bold; 
		line-height: 40px; 
		margin-top: 90px; 
		margin-left: 10px;
	}
div#presentation {
	position: absolute;
	width: 350px; height: 200px;
	margin-top: 140px;
}
div#media {
	position: absolute;
	width: 600px; height: 200px;
	margin-left: 370px; margin-top: 20px;
}
	div#media img {
		border: 1px solid #FFFFFF;
		margin-left: 10px;
		margin-top: 10px;
	}
	div#media img:hover {
		border: 1px solid #FF0000;
	}
div#downloads {
	position: absolute;
	width: 400px; height: 150px;
	margin-top: 240px; margin-left: 370px;
}
	.download_title {
		padding-left: 20px;
		background-image: url(sources/list_dls.gif);
		background-repeat: no-repeat;
		background-position: top left;
		height: 15px; padding-top: 2px;
	}
div#links {
	position: absolute;
	width: 300px; height: 120px;
	margin-top: 240px; margin-left: 660px;
}
div#details {
	position: absolute;
	width: 350px; height: 30px;
	margin-top: 340px;
}
div#credits {
	position: absolute;
	width: 350px; height: 170px;
	margin-top: 430px;
	font-size: 11px;
}
	.credits_name {
		color: #ffffff;
	}
	.credits_role {
		color: #999999;
	}
div#copyright {
	position: absolute;
	width: 260px; height: 50px;
	/** margin-top: 570px; margin-left: 370px; **/
	margin-top: 460px; margin-left: 370px;
	font-size: 10px;
}
div#contact {
	position: absolute;
	width: 350px; height: 10px;
	margin-top: 390px;
}
	.contact_mail {
		float: right;
		padding-right: 20px;
		color: #999999;
	}
