/******************************************************
  GABARIT STANDARD
*******************************************************/
#menuBar, #mainContent {
	float: left;
	height: auto !important;
	height: 500px;
	min-height: 500px;
}


#mainContent {
	width: 680px;
}


/******************************************************
  CONTENU 3 COLONNES
*******************************************************/
.content3cols {
	width: 680px;
}

.content3cols .left, .content3cols .middle, .content3cols .right {
	width: 209px;
	margin-right: 25px;
	float: left;
}

.content3cols .right {
	margin-right: 0px;
}

body#jmh .content3cols {
	background: url(../layout/content3cols_bg.gif) no-repeat left bottom;
	/*height: auto !important;
	height: 750px;
	min-height: 750px;*/
}

/******************************************************
  CONTENU 2 COLONNES
*******************************************************/
.content2cols {
	width: 680px;
}

.content2cols .left, .content2cols .right {
	width: 327px;
	margin-right: 25px;
	float: left;
}

.content2cols .right {
	margin-right: 0px;
}
