/* CLF 2.0 TEMPLATE VERSION 1.04 | VERSION 1.04 DU GABARIT NSI 2.0 */

/* GENERAL CSS BEGINS | DEBUT DU CSS GENERAL */


/* START 2 - 3 - 4 colums Div layout */

	div.divRow  {
		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.5%; 
		margin: 0 3px 0 0;
		padding: 0;
	}
	
	div.cols4  {
		float: left; 
		width: 24%; 
		margin: 0 3px 0 0;
		padding: 0;
	}

/* END 2 - 3 - 4 colums Div layout */

/* PHOTO GALLERY - COLS */

div.col2galBorder {
	float: left; 
	font-size:90%;
	border:solid 1px #000000;
	padding:10px 0px 10px 0px;
	width:49%;
	text-align:center;
	margin-bottom:3px;
	/* you will need to add height in a in-line style */
}

div.col3galBorder {
	font-size:90%;
	float: left; 
	border:solid 1px #000000;
	width: 32.5%;
	padding:10px 0px 10px 0px; 
	width:182px; 
	text-align:center;
	margin-bottom:3px;
	/* you will need to add height in a in-line style */
	}

/* END PHOTO GALLERY - 3 COLS */

/* GENERAL CSS ENDS | FIN DU CSS GENERAL */

/* ExcelleNCE  */

.excPageTitle {
	text-align:left;
	color:#660000;
	font-size:.9em;
	font-weight:bold;
}

.excLeftNav {
	text-align:right;
	background-image:url(/pubs/ncenet-telerce/summer-08-ete/images/leftnav-bg.jpg); 
	background-repeat:no-repeat; 
	width:118px;
}

a.LeftNavexc {
	text-align:right;
	color:#600;
	font-weight:bold;
	font-size:.7em;
	text-decoration:none;}
	
a.LeftNavexc:hover {
	text-align:right;
	color:#009;
	font-weight:bold;
	font-size:.7em;
	text-decoration:underline;}
	
a.LeftNavexc:visited {
	text-align:right;
	color:#600;
	font-weight:bold;
	font-size:.7em;
	text-decoration:none;
	}
	
	
a.LeftNavexc:active {
	text-align:right;
	color:#009;
	font-weight:bold;
	font-size:.7em;
	text-decoration:underline;}
	
.excIndexBlue {
	color:#26355d;
	font-size:.9em;
}

.excBlue {
	color:#272262;
}


/* Icons on reports and pubs index page */
div.icon a {color:#000!important; text-decoration:none; font-size: 7.5pt; font-weight:bold;}

div.icon a:hover				{text-decoration:underline; }
div.icon img 					{vertical-align:middle; border-right:5px solid #fff; }
div.icon, div.icon form  		{display:inline; vertical-align:middle}
div.icon form p			 		{display:inline; }
div.highlight div.icon img, div.highlight2 div.icon img {border-right:5px solid #eee; }

/* publications */
.pub {	width: 100%; margin:15px 0px}

.next, .previous, .toc {
	
	padding: 3px;
	overflow: hidden;
	border:1px solid #ab8f73;
	text-align:center;
}

.next a, .previous a, .toc a { text-decoration:none;}
.next, .previous, .toc  { color: #999999}
.next a:hover, .previous a:hover, .toc a:hover { text-decoration:underline}

.next {
	float: right;
	width: 31%; 
	margin-left: 3px;
}

.previous {
	float: left;
	width: 31%; 
	margin-right: 3px;
}

.toc {height: 1%; /* IE6 hack... it's very minor, though */}

.borderFull {
	border:1px solid #000;
	padding:5px;
}

.logo_floatleft {
	float:left;
	margin:0 10px 10px 0;
}



