@charset "utf-8";
/* CSS Document */
body{
	background-color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#global {
	position:absolute;
	left: 715px;
	width:900px;
	margin-left:-500px;
	top: 153px;
	height: 709px;
}

#entete{
	width: 900px;
	height: 50px;
	background-image: url(images/hautdepage.png);
	background-repeat: no-repeat;
}
#corps{
	width: 900px;
	background-image: url(images/corpdepage.png);
	background-repeat: repeat-y;
}
#pied{
	width: 900px;
	height: 50px;
	background-image: url(images/pieddepage.png);
}

#texte{
	font-size: 12px;
	padding-right: 100px;	
	padding-left: 100px;	
}
