/* conteneur */
div#global {
	width: 980px;
	margin-left: 15px;
	padding: 0;
	position: relative;
}
/* definit les frontieres de l element global comme point de repere pour le positionnement de ses enfants. */
div#menuConteneur {
  float: left;
  width: 100%;
  height: 20px;
}
div#left, div#left2cols {
	float: left;
  padding-bottom: 50px;
}
div#left {
	/*background: url(/img/design/fnd_colonnedos.gif) repeat-y;
	background: url(http://cache.20minutes.fr/img/design/fnd_colonnesummer.gif) repeat-y;*/
	background: url(/img/rugby2007/fnd_colonnerugby.gif) repeat-y;
}
div#big_col_left {
	float: left;
	width: 780px;
}
div#big_col_right {
	float: left;
	width: 200px;
	overflow: hidden;
}
div#centrale {
	width: 780px;
	float: left;
}
div#col_gauche {
  float: left;
  width: 480px;
  overflow: hidden;
}
div#col_gauche_big {
  float: left;
  width: 770px;
  overflow: hidden;
}
div#col_centrale {
  float: left;
  width: 300px;
  overflow: hidden;
  /*background: url(/img/rugby2007/topcol.jpg) no-repeat;*/
}
/* footer */
div#footer {
  width: 100%;
}

