/* =Gabarit à 3 colonnes */
/* (16)	468	312	179 */
/* 4+12	457+11	301+11	179 reste 11+4 */

/* = Deux colonnes principales (largeur de #portal définie dans .global_out (global.css) */
#portal {
	width: 780px;
	float: left;
	margin-left: 16px;
}

#right {
	width: 179px;
	float: left;
}


/* = largeur des colonnes correspondant à des .portal-column */
#left {
	width: 468px;
	float: left;
}

#center {
	width: 312px;
	float: left;
}

#bottom {
	width: 780px;
	clear: both;
}

#M_footer {
	clear: both;
}


