/* =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 float bug) */
}

#right {
	width: 179px;
	float: left;
}


/* = largeur des colonnes correspondant à des .portal-column .wide */
#center, #bottom {
	width: 780px;
}

#bottom, #M_footer {
	clear: both;
}

