/*

Création de sites internet : yank.fr

contact@yank.fr
www.yank.fr

////////////////////////////////////////

Création graphique et multimédia : studio76.fr

contact@studio76.fr
www.studio76.fr

*/

body {
	margin: 0;
	text-align: center;
	background-color: #12100D;
	background-image: url(ds.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}
#global {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 400px;
	margin-top: -200px;
	margin-left: -150px;
	background-image: url(dsbar.jpg);
	background-repeat: no-repeat;
	background-color: #12100D;
	background-position: center top;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	visibility: hidden;
	float: left;
}
p {
	font-family: "Trebuchet MS", Arial, Heveltica, sans-serif;
	font-style: normal;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-top: 200px;
}
a {
	color: #fff;
	font-size: 0.7em;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}
img {
	margin-top: 25px;
}