﻿/* =Gabarit à 3 colonnes: TITRE en wide puis après portal = 2 COLONNES left/center */

/* = 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;
	margin-top: -60px;
}


/* = largeur des colonnes correspondant à des .portal-column */
#left {
	width: 468px;
	float: left;
}

#center {
	width: 312px;
	float: left;
}

.bottom_item {
	margin-top: 18px;
}

#bottom {
	width: 780px;
	clear: both;
}

#M_footer {
	clear: both;
}


