body 
{
	background: <?php echo $couleur_fond; ?>;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	margin: 0px;
}

div 
{
     	position: absolute;
     	left: 50%;
     	top: 50%;
     	background-repeat: no-repeat;
     	/*border: 0px solid red;*/
}

img
{
	height: 100%;
	width: 100%;
	border: 0px green;
	margin: 0px;
}

#global 
{
    left: 50%; 
    top: 50%;
    width: 800px;
    height: 576px;
    margin-top: -288px; 
    margin-left: -400px;
    background-image: url(<?php echo $image_fond; ?>);
}

