/* CSS Document */
html, body {
	height: 100%;
	margin: 0;
	}
#global {
	min-height: 100%;
	width: 750px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	}
#footer {
	position: absolute;
	width: 750px;
	bottom: 0;
}
#center {
	/* Ã©viter la superposition 
	du pied de page et du contenu */
	padding-bottom: 15px; 
	overflow: auto;
	}
#sidebar {
  min-height: 100%;
	float: left;
	width: 199px;
	}
#content {
	/* On laisse de la place à gauche 
	pour l'autre colonne */
	padding: 0;
	margin-left: 10px;
	overflow: hidden;
	float: left;
  min-height: 600px;
	width: 530px; 
	}
#tonneau {
  position: absolute;
  bottom:0;
  width: 199px;
  height: 300px;
  margin-bottom: 0px;
  }
#label {
  padding-left: 30px;
  margin-bottom: 30px;
  }

