/* =Gabarit à 2 colonnes */
/* (16)	780	179 */
/* 4+12	770+10 179 reste 11+4 */

/* = Deux colonnes principales */
#portal {
	width: 780px;
	float: left;
	margin-left: 16px; /* à corriger pour IE6 (doubled margin bug) */
}

#right {
	width: 179px;
	float: left;
}


/* = largeur des colonnes correspondant à des .portal-column .wide */
/* = largeur des colonnes correspondant à des .portal-column */
#left {
	width: 468px;
	float: left;
}

#center {
	width: 312px;
	float: left;
}

#bottom {
	width: 780px;
}

#bottom, #M_footer {
	clear: both;
}



