/* CLF 2.0 TEMPLATE VERSION 1.04 | VERSION 1.04 DU GABARIT NSI 2.0 */



/* GENERAL CSS BEGINS | DEBUT DU CSS GENERAL */
.opctext ol.toc {
	list-style: none outside none;
	padding-left: 10px;
}
	.opctext ol.toc ol, .opctext ol.toc li { list-style: none outside none; }

.opctext table.striped { border-color: #BAE37D; }
	.opctext table.striped tbody tr { background: #f1fadd; }
	.opctext table.striped tbody tr.odd { background: #def1a2; } /* the "safe" way, using JS enhancement */
	.opctext table.striped tbody tr:nth-child(odd) { background: #def1a2; } /* the "cool" way, using advanced CSS selectors */
	.opctext table.striped tbody td { border-width: 0; }

.opctext ol.alpha, .opctext ol.alpha li { list-style-type: lower-alpha; }

.opctext td.green { background-color: rgb(154, 184, 33); color: #000; } /* http://priv.gc.ca/resource/cp/eval_rep_2009_e.cfm */

/* GENERAL CSS ENDS | FIN DU CSS GENERAL */

