html, body {
	height: 100%;
	margin: 0;

	}
#global {
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	position: relative;
	}
#footer {
	position: absolute;
	width: 740px;
	bottom: 0;
	font-size:80%;
	padding:5px;
	height:12px;
	}
#prefooter {
	position: absolute;
	height:43px;
      background:url('img/prefooter.jpg') no-repeat bottom right;
	width: 750px;
	bottom:22px;
	}
#center {
	/* éviter la superposition 
	du pied de page et du contenu */
	margin-top:20px;
	padding-bottom: 60px; 
	overflow: auto;
	}
#sidebar {
	float: left ;
	width: 200px;
	}
#content {
	/* On laisse de la place à droite 
	pour l'autre colonne */
	float: left;
	width: 530px; 
	}