/*----------------------- CSS PAGES PORT DE LIEGE -----------------------*/

#pageLeft{
	width:278px;
	float:left;
}

#pageRight{
	width:692px;
	float:left;
	padding:15px;
	text-align:justify;

	_overflow: hidden;
}

	#pageRight .leftSide{
		width:447px;
		float:left;
		margin-right:15px;
	}

	#pageRight .rightSide{
		width:230px;
		float:left;
	}

	#pageRight .twoColumns{
		width:692px;
	}
	
		#pageRight .twoColumns .column{
			width:338px;
			float:left;
		}

	#pageRight .threeColumns{
		width:692px;
	}

		#pageRight .threeColumns .column{
			width:220px;
			float:left;
		}

	#pageRight .sepColumn{
		width:16px;
		height:1px;
		float:left;
	}

/*----------------------- Link --------------------------------*/

.link{
	border:1px solid #87C0F0;
	padding:5px;
	margin-top:24px;
	margin-bottom:15px;
}

	.link A{
		display:block;
		padding:2px 5px 2px 5px;
		margin-bottom:1px;
		background-color:#F1F9FF;
		text-decoration:none;
	}

		.link A:hover{
			color:#2F85CD;
			border-right:3px solid #87C0F0;
			background-color:#FFFFFF;
		}
		
		.link A.active{
			margin-top:10px;
			color:#FFFFFF;
			background-color:#87C0F0;
		}

			.link A.active:hover{	
				color:#2F85CD;
				border-right:3px solid #87C0F0;
				background-color:#FFFFFF;
			}


/*----------------------- Cadre--------------------------------*/

.cadre{
	border:1px solid #87C0F0;
	padding:5px;
	margin-bottom:15px;
}


/*----------------------- Important ---------------------------*/

.important{
	padding:10px;
	border:1px solid #87C0F0;
	background-color:#F1F9FF;
	color:#87C0F0;
	font-size:120%;
	text-align:justify;
}


/*----------------------- Liste ---------------------------*/

.liste{
	font-size:10px;
	margin-bottom:15px;
	border-top:3px solid #87C0F0;
}

.liste TD{
	padding:2px;
	background-color:#F1F9FF;
	border-bottom:1px dotted #87C0F0;
}

.liste TH{
	padding:3px 0px 3px 0px;
	background-color:#87C0F0;
}


/*-----------------------------------MISE EN FORME HOME---------------------------------*/

#homePage{
	width:722px;
	position:relative;
	top:-45px;
	margin-bottom:-45px;
	left:-15px;
	margin-right:-30px;
}

#bigLinks{
	width:722px;
	height:295px;
	font-size:11px;
	padding:0px;
	position:relative;
	z-index:3;
}

	#bigLinks A{
		height:185px;
		padding:110px 20px 0px 20px;
		display:block;
		float:left;
		text-align:left;
		font-size:14px;
		text-decoration:none;
	}

		#bigLinks A:hover{
			filter:alpha(opacity=70);  
			-moz-opacity:0.70;
			opacity:0.70;
		}
	
	#bigLinks .link2{
		width:192px;
		color:#6B6B6B;
		background:url('images/bg_biglink2.gif') 0px 0px no-repeat;
	}
	
	/*-- FR --*/
	#bigLinks .link1{
		width:205px;
		color:#265F8C;
		background:url('images/bg_biglink1.gif') 0px 0px no-repeat;
	}

	#bigLinks .link3{
		width:205px;
		color:#607705;
		background:url('images/bg_biglink3.gif') 0px 0px no-repeat;
	}

	/*-- EN --*/
	#bigLinks .link1En{
		width:205px;
		color:#265F8C;
		background:url('images/bg_biglink1en.gif') 0px 0px no-repeat;
	}

	#bigLinks .link3En{
		width:205px;
		color:#607705;
		background:url('images/bg_biglink3en.gif') 0px 0px no-repeat;
	}

	/*-- NL --*/
	#bigLinks .link1Nl{
		width:205px;
		color:#265F8C;
		background:url('images/bg_biglink1nl.gif') 0px 0px no-repeat;
	}

	#bigLinks .link3Nl{
		width:205px;
		color:#607705;
		background:url('images/bg_biglink3nl.gif') 0px 0px no-repeat;
	}

	/*-- DE --*/
	#bigLinks .link1De{
		width:205px;
		color:#265F8C;
		background:url('images/bg_biglink1de.gif') 0px 0px no-repeat;
	}

	#bigLinks .link3De{
		width:205px;
		color:#607705;
		background:url('images/bg_biglink3de.gif') 0px 0px no-repeat;
	}

/*-----------------------------------*/

#home{
	width:722px;
	padding-top:20px;
	background:url('images/bg_home.jpg') right 0px no-repeat;	
}

	#home .leftSide{
		width:447px;
		float:left;
		padding-left:15px;
	}

	#home .rightSide{
		width:237px;
		padding-left:5px;
		padding-right:3px;
		float:right;
	}


/*-----------------------------------*/

.thinSlot{
	border-bottom:1px dotted #87C0F0;
	margin-top:16px;
	margin-bottom:15px;
}

	.thinSlot A{
		display:block;
		float:left;
		padding:3px 10px 3px 10px;
		margin-right:3px;
		text-decoration:none;
		font-size:11px;
	}

	.thinSlot .parent{
		margin-top:0px;
		position:relative;
		top:1px;
		height:22px;
		border-left:1px dotted #87C0F0;
		border-top:1px dotted #87C0F0;
		border-right:1px dotted #87C0F0;
		border-bottom:1px dotted #87C0F0;
		background-color:#87C0F0;
		color:#FFFFFF;
	}

	.thinSlot .visible, .thinSlot .hide:hover{
		margin-top:0px;
		position:relative;
		top:1px;
		height:22px;
		border-left:1px dotted #87C0F0;
		border-top:1px dotted #87C0F0;
		border-right:1px dotted #87C0F0;
		border-bottom:1px solid #FFFFFF;
		color:#2F85CD;
	}

	.thinSlot .hide{
		margin-top:9px;
		height:14px;
		border-left:1px solid #E8E8E8;
		border-top:1px solid #E8E8E8;
		border-right:1px solid #E8E8E8;
		color:#B8B8B8;
	}


/*-----------------------------------*/

.linkMapGoogle{
	display:block;
	width:140px;
	height:16px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	background:url('images/bg_maplinkgoogle.jpg') 0px 0px no-repeat;
}

	.linkMapGoogle:hover{
		color:#4D5F05;
		filter:alpha(opacity=70);  
		-moz-opacity:0.70;
		opacity: 0.70;
	}

.linkMap{
	display:block;
	width:140px;
	height:16px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	background:url('images/bg_maplink.jpg') 0px 0px no-repeat;
}

	.linkMap:hover{
		color:#0B3E63;
		filter:alpha(opacity=70);  
		-moz-opacity:0.70;
		opacity: 0.70;
	}

/*-----------------------------------*/

.popZone{
	width:415px;
	background-color:#FFFFFF;
	padding:15px;
	border-right:1px solid black;
	border-bottom:1px solid black;
	position:absolute;
	font-size:10px;
	line-height:11px;
	display:none;
}

.popZone H1{
	line-height:24px;
}

	.popZone_close{
		width:14px;
		height:14px;
		display:block;
		float:right;
		font-weight:bold;
		text-align:center;
		text-decoration:none;
		border-left:1px solid #CACACA;
		border-top:1px solid #CACACA;
		border-right:1px solid #9A9A9A;
		border-bottom:1px solid #9A9A9A;
		cursor:pointer;
		background-color:#FFFFFF;
	}

		.popZone_close:hover{
			color:#FFFFFF;
			background-color:#B8D934;
		}

/*-----------------------------------*/

#concessionnaires{
}

	#concessionnaires H1{
		display:none;
	}

	#concessionnaires SMALL{
		font-size:12px;
	}


/*-----------------------------------*/

#sitemap{
}

	#sitemap A{
		display:block;
		margin-bottom:1px;
		text-decoration:none;
	}

		#sitemap A:hover{	
			border-right:3px solid #2F85CD;
			text-decoration:underline;
		}

	#sitemap .level1{
		padding:3px 3px 3px 25px;
		margin-top:20px;
		background:url('images/boat.gif') 0px 4px no-repeat;
	}

		#sitemap .level2{
			padding:3px 3px 3px 50px;
			background:url('images/level.gif') 40px 2px no-repeat;
		}

			#sitemap .level3{
				padding:3px 3px 3px 75px;
				background:url('images/level.gif') 65px 2px no-repeat;
			}


/*------------  Organigramme  ----------------*/

table.organigramme {
	
}

	table.organigramme th {
		padding: 5px;
		font-size: 18px;
		font-style: italic;
}

	table.organigramme h2 {
		color: #2c2f78;
		font-size: 12px;
		font-weight: bold;
		text-align: right;
		border-bottom: 1px dotted #2c2f78;
		font-style: italic;

		padding-bottom: 3px;
	}

	table.organigramme .worker {
		font-size: 11px;
		text-align: center;
		color: #262a1d;
		font-weight: bold;
	}

	table.organigramme .worker a {
		color: #262a1d;
		text-decoration: none;
	}