/* = Gabarit: 3 (2+1) colonnes */

/* @auteur	Alsacreations, VP	*/
/* @cree	2008-06-25          */
/* @modif	2009-07-22          */
/* @gabarit	3                 */
/* @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 (sous un premier module occupant la largeur de portal) */
#left {
	float: left;
	width: 457px;
	padding-top: 20px;
}

#center {
	float: right;
	width: 300px;
	padding-top: 20px;
}

#bottom {
	clear: both;
	width: 768px;
}

#interieur
{
	padding-top:0;
}

