﻿/* CLF 2.0 TEMPLATE VERSION 1.04 | VERSION 1.04 DU GABARIT NSI 2.0 */
/* THREE COLUMN LAYOUT CSS BEGINS | DEBUT DU CSS DE LA MISE EN PAGE DE TROIS COLONNES */
div.left {
	float: left;
	width: 160px;
}
div.right {
	float: right; 
	width: 180px;
}
div.center {
	padding: 0px 0px 0px 5px;
	margin-left: 162px;
	margin-right: 180px;
}
* html div.center {
	margin-left: auto;
	margin-right: auto;
	float: left;
}

/* ########################################################################################################## */
/* ###################################### START : SIDE BY SIDE COLUMNS ############################################ */
/* ########################################################################################################## */

div.LeftColumn {
    width:400px;
} 
div.RightColumn {
    width:400px;
}
div.BottomColumn {
    float:left;
    width:405px;
}

/* ########################################################################################################## */
/* ###################################### END : SIDE BY SIDE COLUMNS ############################################ */
/* ########################################################################################################## */
