/* CLF 2.0 TEMPLATE VERSION 1.02 | VERSION 1.02 DU GABARIT NSI 2.0 */
/* THREE COLUMN LAYOUT CSS BEGINS | DEBUT DU CSS DE LA MISE EN PAGE DE TROIS COLONNES */

/* 2.2.1  Three-column layout
The institution’s primary menu page and all sub site menu pages must apply a three-column layout with the following dimensions: 150 pixels for the left column, 405 pixels for the middle column, and 195 pixels for the right column, with a 5 pixel padding between the columns. The institution has the option of repeating this three-column layout on some or all of its Web pages, but it also has the flexibility to expand the content area by implementing a two-column format on secondary pages. */

div.left {
	float: left;
	width: 150px;
}
div.right {
	float: right; 
	width: 195px;
}
div.center {
	padding: 0px 5px 5px 5px;
	margin-left: 150px;
	margin-right: 195px;
}
* html div.center {
	margin-left: auto;
	margin-right: auto;
	float: left;
}
/* THREE COLUMN LAYOUT CSS ENDS | FIN DU CSS DE LA MISE EN PAGE DE TROIS COLONNES */
