body
{
	background: #000000;
	width: 900px;
	margin: auto;
	font-family: "century Gothic", verdana;
}
#header
{
	background: #000000 url("../images/liens/header.jpg");
	width: 900px;
	height: 315px;
	color: #ffffff;
}
#accueil
{
	position: relative;
	width: 60px;
	height: 25px;
	top: 105px;
	left: 365px;
	padding-left: 20px;
	font-size: 0.8em;
	font-weight: bold;
}
#accueil a
{
	color: #999999;
	text-decoration: none;
}
#accueil a:hover
{
	color: #c8c8c8;
	text-decoration: underline;
}
#retour
{
	position: relative;
	width: 60px;
	height: 25px;
	top: 80px;
	left: 445px;
	text-align: right;
	padding-right: 20px;
	font-size: 0.8em;
	font-weight: bold;
}
#retour a
{
	color: #999999;
	text-decoration: none;
}
#retour a:hover
{
	color: #c8c8c8;
	text-decoration: underline;
}
#texte_header
{
	position: relative;
	width: 510px;
	height: 150px;
	top: 110px;
	margin: auto;
	color: #ffffff;
	text-align: center;
	font-size: 0.8em;
	border: 1px solid transparent;
}
#texte_header a
{
	background: url(../images/liens/bouton-noir.png) no-repeat;
	color: #999999;
	text-decoration: none;
	display: block;
	width: 175px;
	height: 30px;
	margin: auto;
	padding-top: 5px;
	font-weight: bold;
}
#texte_header a:hover
{
	color: #c8c8c8;
	text-decoration: underline;
}
#hover_sound
{
	position: relative;
	width: 28px;
	height: 34px;
	left: 844px;
	top: -17px;
}
#hover_sound a
{
	background: url("../images/liens/sound.jpg");
}
#hover_sound a:hover
{
	background: url("../images/liens/hover-sound.jpg");
}
#contenu
{
	background: #000000 url("../images/liens/contenu.jpg") repeat-y;
	width: 900px;
	color: #ffffff;
}
#texte_contenu
{
	position: relative;
	width: 780px;
	margin: auto;
	text-align: center;
}
table
{
	width: 450px;
	margin: auto;
	font-size: 0.8em;
}
table a
{
	color: #999999;
	text-decoration: none;
}
table a:hover
{
	color: #c8c8c8;
	text-decoration: underline;
}
.bouton_lien
{
	background: url(../images/liens/bouton-lien.png) no-repeat center top;
	width: 450px;
	height: 60px;
}
#footer
{
	background: #000000 url("../images/liens/footer.jpg");
	color: #999999;
	width: 900px;
	height: 63px;
	text-align: center;
	padding-top: 1px;
}
#separation
{
	background: url("../images/trait-blanc.jpg");
	width: 200px;
	height: 10px;
	margin: auto;
}
.lien_promo a
{
	color: #999999;
	text-decoration: none;
}
.lien_promo a:hover
{
	color: #c8c8c8;
	text-decoration: underline;
}
.promotion
{
	border: 1px solid #a0a0a0;
	color: #000000;
	background: #ececec;
	display: block;
	padding: 10px;
	width: 600px;
	margin: auto;
}
.block
{
	display: block;
	width: 100%;
	height: 100%;
}
.center
{
	text-align: center;
}