/* = Gabarit: 3 (2+1) colonnes */

/* @auteur	Alsacreations, VP	*/
/* @cree	2008-07-17			*/
/* @modif	2008-07-17			*/
/* @gabarit	11					*/
/* @version	1					*/

/* = Deux colonnes principales */
#portal {
	float: left;
	width: 768px;
}

#right {
	float: right;
	width: 178px;
	padding-top: 19px;
}

/* = Descendants de #portal dont 2 sous-colonnes */
#left {
	float: left;
	width: 457px;
	padding-top: 6px;
}

#center {
	float: right;
	width: 300px;
	padding-top: 11px;
}

#bottom {
	clear: both;
	width: 768px;
}

