html, body {
	height: 100%;
	margin: 0;
	}

#shortcuts{
	border-top: 3px solid #000 ;
	}
#global {
	margin: 0px auto; 
	min-height: 100%;
	width: 750px;
	position: relative;
	}
#footer {
	position: absolute;
	width: 750px;
	border-top: 3px solid #000 ;
	text-align : center;
	bottom: 0;
	}
#center {
	/* éviter la superposition 
	du pied de page et du contenu */
	padding-bottom: 30px; 
	overflow: auto;
	border-top: 3px solid #000 ;
	background: #FFF001;
	}
	
#sidebar {
	float: left;
	width: 180px;
	}
	
#content {
	/* On laisse de la place à droite 
	pour l'autre colonne */
	float: right;
	width: 530px;
	}
