/* CLF 2.0 TEMPLATE VERSION 1.02 | VERSION 1.02 DU GABARIT NSI 2.0 */
/* TWO COLUMN LAYOUT CSS BEGINS | DEBUT DU CSS DE LA MISE EN PAGE DE DEUX COLONNES */

/* 2.2.2  Two-column layout
Most secondary content pages are well suited to the two-column page layout that allows for left menu navigation and a large area where content is presented. Where implemented, the two column layout must have the following dimensions: 150 pixels for the first column and 605 pixels for the second column, with a 5 pixel padding between the columns, for a total width of 760 pixels. */

div.left {
	float: left; 
	width: 150px;
}
div.center {
	margin-left: 150px;
	padding: 0px 0px 5px 10px;
}
* html div.center {
	margin-left: auto;
	padding-left: 10px;
	padding-right: 20px;
	margin-right: -10px;
	float: left;
	overflow: visible;
}
/* TWO COLUMN LAYOUT CSS ENDS | FIN DU CSS DE LA MISE EN PAGE DE DEUX COLONNES */

