/* CLF 2.0 TEMPLATE VERSION 1.02 | VERSION 1.02 DU GABARIT NSI 2.0 */

/* GENERAL CSS BEGINS | DEBUT DU CSS GENERAL */

/* This box is to avoid tables for next and previous page links | */
.outerBox {
margin-top: 6px; 
margin-bottom: 6px; 
background-color: #CCCCCC; 
border : 1px solid #000000; 
padding: 4px 4px 4px 4px;
}

/*For previous page links | */
.previous {
text-align: left;
}

/*For Next page links | */
.next {
text-align: right;
}

/*Simulating a two and three column single and multiple row table | */
div.row {
margin: 0; 
padding: 0; 
width: 98.5%;
}


div.cols2 {
float: left; 
width: 49%; 
margin: 0 3px 0 0; 
padding: 0;
}

div.cols3 {
float: left; 
width: 32%; 
margin: 0 3px 0 0; 
padding: 0;
}



/* Box with a border and a red background colour without using a table | */

div.box {
background-color: #CC0000; 
width : 80%; 
border: 1px solid #000000;
}

/*single-column, multi-row table with a red background colour and a border | */

div.box {
background-color: #CC0000;
width : 80%; 
border: 1px solid #000000;
}



/* GENERAL CSS ENDS | FIN DU CSS GENERAL */