html, body {
	margin: 0;
	}
	
#global {
	min-height: 100%;
	width: 950px;
	margin: 0 auto;
	position: relative;
	}
	
#footer {
	position: relative;
	width: 950px;
	bottom: 0;
	clear:both;
	height:50px;
	margin: 0 auto;
	}
	
#center {
	/* éviter la superposition 
	du pied de page et du contenu */
	padding-bottom: 60px; 
	overflow: auto;
	}
	
#sidebar {
	float: left;
	width: 180px;
	height:100%;
	/*border:5px solid #DDD;*/
	padding:5px;
	}
	
#content {
  padding:0px 10px;
  margin:0px;
	/* On laisse de la place à droite 
	pour l'autre colonne */
	float: right;
	width: 740px; 
	height:100%;
	}
	
	
.float_right{
  float:right;
}

.float_left {
  float:left;
}

.center {
  text-align:center;
}

#spot {
  width:411px;
  height:120px;
  margin-left:280px;
  border:2px solid #666;
}