
/*--------------------------------------*/
/*--            MISE EN PAGE          --*/
/*--------------------------------------*/

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

#pageRightHome{
	width:630px;
	float:right;
}

#pageRight{
	width:630px;
	min-height:540px;
	float:right;
}

	#pageRight .padding{
		padding:15px;
	}
	
	#pageRight .leftSideContainer{
		float:left;
		margin-right:10px;
	}

	#pageRight .leftSide{
		width:380px;
		min-height:510px;
		padding:10px 15px 15px;
	}

	#pageRight .leftSide2 {
		width:410px;
		float:left;
	}

	#pageRight .leftSideContainer .roundedBottomLeft {
		width:410px;
		height:5px;
	}

	#pageRight .rightSideContainer{
		float:right;
	}

	#pageRight  .rightSide{
		width:180px;
		padding:10px 15px 15px;
	}

	#pageRight  .rightSide2{
		width:210px;
		float:right;
	}

	#pageRight .rightSideContainer .roundedBottomRight{
		width:210px;
		height:5px;
	}

	/*--- lightBlue ---*/
	
	.lightBlue .leftSide{color:#013e52;background:url("images/bg_roundedleft_lightblue.gif") 0px 0px no-repeat #c2ebf9;}
	.lightBlue .roundedBottomLeft{background:url("images/bg_roundedleftbottom_lightblue.gif") 0px 0px no-repeat #c2ebf9;}
	.lightBlue .rightSide{color:#013e52;background:url("images/bg_roundedright_lightblue.gif") 0px 0px no-repeat #c2ebf9;}
	.lightBlue .roundedBottomRight{background:url("images/bg_roundedrightbottom_lightblue.gif") 0px 0px no-repeat #c2ebf9;}

	.lightBlue .leftSide H1,
	.lightBlue .rightSide H1{color:#013e52;}

	.lightBlue .leftSide A,
	.lightBlue .rightSide A{color:#292929;}

	.lightBlue .leftSide HR,
	.lightBlue .rightSide HR{
		color:#7fd7f5;
		background-color:#7fd7f5;
		height:1px;
		border:0px;
	}

	.lightBlue .leftSide input, select, textarea,
	.lightBlue .rightSide input, select, textarea{
		border:1px solid #a5e3f8;
		background-color:#ffffff;
	}

	.lightBlue .leftSide .btn{
		border-top:1px solid #00c8f1;
		border-left:1px solid #00c8f1;
		border-right:1px solid #0097e5;
		border-bottom:1px solid #0097e5;
		background-color:#00b0eb;
	}

		.lightBlue .leftSide .btn:hover{
			border-top:1px solid #353535;
			border-left:1px solid #353535;
			border-right:1px solid #1c1c1c;
			border-bottom:1px solid #1c1c1c;
			background-color:#292929;
		}

	/*--- darkBlue ---*/

	.darkBlue .leftSide{color:#ffffff;background:url("images/bg_roundedleft_darkblue.gif") 0px 0px no-repeat #00b0eb;}
	.darkBlue .roundedBottomLeft{background:url("images/bg_roundedleftbottom_darkblue.gif") 0px 0px no-repeat #00b0eb;}
	.darkBlue .rightSide{color:#ffffff;background:url("images/bg_roundedright_darkblue.gif") 0px 0px no-repeat #00b0eb;}
	.darkBlue .roundedBottomRight{background:url("images/bg_roundedrightbottom_darkblue.gif") 0px 0px no-repeat #00b0eb;}

	.darkBlue .leftSide H1,
	.darkBlue .rightSide H1{color:#ffffff;}

	.darkBlue .leftSide A,
	.darkBlue .rightSide A{color:#292929;}

	.darkBlue .leftSide HR,
	.darkBlue .rightSide HR{
		color:#00c8f1;
		background-color:#00c8f1;
		height:1px;
		border:0px;
	}

	/*--- lightGrey ---*/
	.lightGrey{background-color:#f6f6f8;}

	/*--- darkGrey ---*/

	.darkGrey .leftSide{color:#ababab;background:url("images/bg_roundedleft_darkgrey.gif") 0px 0px no-repeat #292929;}
	.darkGrey .roundedBottomLeft{background:url("images/bg_roundedleftbottom_darkgrey.gif") 0px 0px no-repeat #292929;}
	.darkGrey .rightSide{color:#ababab;background:url("images/bg_roundedright_darkgrey.gif") 0px 0px no-repeat #292929;}
	.darkGrey .roundedBottomRight{background:url("images/bg_roundedrightbottom_darkgrey.gif") 0px 0px no-repeat #292929;}

	.darkGrey .leftSide H1,
	.darkGrey .rightSide H1{color:#ffffff;}

	.darkGrey .leftSide A,
	.darkGrey .rightSide A{color:#00b0eb;}

	.darkGrey .leftSide HR,
	.darkGrey .rightSide HR{
		color:#353535;
		background-color:#353535;
		height:1px;
		border:0px;
	}

	/*--- end Color ---*/

#pageFull{
	width:850px;
	padding:15px;
	background-color:#f6f6f8;
}

#pageFull2{
	width:850px;
	padding:15px;
	background-color:white;
}




/*--------------------------------------*/
/*--         LIQUID DIVISION          --*/
/*--------------------------------------*/

.liquidRight {
	width: 49%;
	float: left;
	margin-left: 14px;
}

.liquidLeft {
	width: 49%;
	float: left;
}


/*--------------------------------------*/
/*--            LINK                  --*/
/*--------------------------------------*/

.link{
}

	.link A{
		display:block;
	}

		.link A:hover, .linkActive{
		}


/*--------------------------------------*/
/*--            CADRE                 --*/
/*--------------------------------------*/

.cadre{
	padding:10px;
	margin-bottom:15px;
	border:1px solid #dadada;
	background-color:#f9f9fa;
}

.style1{border:1px solid red;}
.style2{border:1px solid red;}


.cadre2 {
	padding:10px;
	margin-bottom:15px;
	background:url("images/bg_cadre2.jpg") 0px 0px repeat-x #c4ebfa;
	border: 1px solid #00b0eb;

	color: #013e52;
}

	.cadre2 hr {
		color: white;
		background-color: white;
		height:2px;
		border-top:1px solid #8fdbf8;
	}

	.cadre2 TD{
		padding:0px 6px 0px 0px;
	}

	.cadre2 .label{	
		text-align:right;
		font-weight:bold;
		font-size:11px;
	}

	.cadre2 .input {
		border:1px solid #a5e3f8;
		background-color:#FFFFFF;
		color:#696969;
		font-size:11px;
		font-family:Arial;
		margin-bottom:0px;
		padding-left: 3px;
}

/*--------------------------------------*/
/*--           IMPORTANT              --*/
/*--------------------------------------*/

.important{
	padding:10px;
	margin-bottom:15px;
	border:1px solid #80dbfe;
	background-color:#e0f7ff;
	color: #013e52;
}

/*--------------------------------------*/
/*--            LISTE                 --*/
/*--------------------------------------*/

.liste{
	text-align:left;
	margin-bottom:15px;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
}

.liste TD{
	padding:3px;
	border-bottom:1px solid #dedede;
}

.liste TH{
	color:#ffffff;
	padding:3px;
	background-color:#4b7390;
}


#rounded-corner{
	text-align:left;
	border-collapse:collapse;
	margin-top:15px;
	margin-bottom:10px;
	color:#013e52;
}

#rounded-corner thead th.rounded-company{
	background:url("images/corner_left.gif") 0px 0px no-repeat #80d7f5;
}

#rounded-corner thead th.rounded-q4{
	background:url("images/corner_right.gif") right -1px no-repeat #80d7f5;
}

#rounded-corner th{
	font-weight:bold;
	padding:10px;
	background:#80d7f5;
}

#rounded-corner td{
	padding:5px 10px;
	border-top:1px solid #fff;
	background:#e3f6fc;
}

	#rounded-corner .up{
		background:#c2ebf9;
	}

#rounded-corner tfoot td.rounded-foot-left{
	background:url("images/corner_botleft.gif") left bottom no-repeat #e3f6fc;
}

#rounded-corner tfoot td.rounded-foot-right{
	background:url("images/corner_botright.gif") right bottom no-repeat #e3f6fc;
}


/*--------------------------------------*/
/*--            BANNER                --*/
/*--------------------------------------*/

#bannerContainer{
	width:630px;
	height:200px;
	margin-bottom:10px;
}

	#bannerContainer .banner{
		width:630px;
		height:170px;
	}

	#bannerContainer .rateBox{
		display:block;
		width:590px;
		height:17px;
		padding:7px 0px 6px 40px;
		font-size:14px;
		color:#ffffff;
		text-decoration:none;
		background:url('images/bg_ratebox.jpg') 0px 0px no-repeat;
	}

/*--------------------------------------*/
/*--            INSERTS               --*/
/*--------------------------------------*/

#inserts{
	width:420px;
	height:330px;
	float:left;
}

	#inserts A{
		display:block;
		width:130px;
		height:210px;
		float:left;
		padding:10px;
		cursor:pointer;
		font-size:11px;
		text-decoration:none;
	}

	#inserts H1{
		font-size:24px;
		font-weight:normal;
		line-height:20px;
		margin-bottom:0px;
	}

	#inserts .insertSimulation{color:#ffffff;background:url('images/bg_insertsimulation.jpg') 0px 0px no-repeat;}
	#inserts .insertSend{color:#7fd7f5;background:url('images/bg_insertsend.jpg') 0px 0px no-repeat;}
	#inserts .insertInvestment{width:290px;height:70px;color:#ababab;background:url('images/bg_insertinvestment.jpg') 0px 0px no-repeat;}
		#inserts .insertSimulation:hover,
		#inserts .insertSend:hover,
		#inserts .insertInvestment:hover{color:#013e52;background-position:0px bottom;}

	#inserts .insertSimulation H1{color:#ffffff;}
	#inserts .insertSend H1{color:#00b0eb;}
	#inserts .insertInvestment H1{color:#ffffff;}
		#inserts .insertSimulation:hover H1,
		#inserts .insertSend:hover H1,
		#inserts .insertInvestment:hover H1{color:#013e52;}

#inserts .separator{
	width:10px;
	height:1px;
	float:left;
}

.insertContact {
	display:block;
	width:185px;
	height:103px;
	margin-top:10px;
	padding:5px 15px 0px 40px;
	text-decoration:none;
	color:#292929;
	background:url('images/bg_insertcontact.jpg') 0px 0px no-repeat;
}

	.insertContact span.email {font-weight: bold;font-size: 13px;}
	.insertContact span.phone {font-weight: bold;font-size: 18px;color: #48ccf2;}
		.insertContact:hover span.phone {color: white;}
	.insertContact:hover{color:#013e52;background-position:0px bottom;}
	.insertContact H1{color:#00b0eb;margin-bottom:0px;}
	.insertContact:hover H1{color:#013e52;}
	.insertContact:hover hr {color: white;background-color: white;}

	.contact {}
		.contact hr {
			margin: 10px 0px 10px 0px;
		}
		.contact h3 {color: #f7f7f7;font-size: 13px;margin: 0px 0px 0px 0px;}
		.contact span.phone {color: #f7f7f7;font-size: 18px;font-weight: bold;}

#insertPartners{
	width:610px;
	height:50px;
	padding:10px 10px 0px;
	margin-top:10px;
	background:url('images/bg_insertpartners.jpg') 0px 0px no-repeat;
}

#insertPartners2{
	width:240px;
	height:188px;
	margin-top:10px;
	background:url('images/bg_insertpartners2.jpg') 0px 0px no-repeat;
}

#insertPartners3{
	width:610px;
	height:50px;
	padding:10px 10px 0px;
	margin-top:-10px;
	background:url('images/bg_insertpartners.jpg') 0px 0px no-repeat;
}

#insertPartners4{
	width:610px;
	height:50px;
	padding:10px 10px 0px;
	margin-top:-10px;
	background:url('images/bg_insertpartners.jpg') 0px 0px no-repeat;
}

	/* INSERTS COLONNE DE DROITE */

	/* couleurs */

	.blueBox h1 {color: white;}
	.blueBox {color: white;}
	.blueBox:hover {color: #013e52;}
	.blueBox:hover h1 {color: #013e52;}

	.lightBlueBox h1 {color: #013e52;}
	.lightBlueBox {color: #013e52;}
	.lightBlueBox:hover {color: white;}
	.lightBlueBox:hover h1 {color: white;}

	.blackBox h1 {color: #00b0eb;}
	.blackBox {color: #7fd7f5;}
	.blackBox:hover {color: #292929;}
	.blackBox:hover h1 {color: #292929;}
	

	.grayBox h1 {color: #292929;}
	.grayBox {color: #292929;}
	.grayBox:hover {color: #292929;}
	.grayBox:hover h1 {color: #292929;}

	.grayBoxLinks {
		background-color: #f3f3f3;
		border: 1px solid #dadada;
		color: #717171;

		padding: 5px;
	}
	
		.grayBoxLinks a {
			text-decoration: none;
			color: #717171;
		}

		.grayBoxLinks a:hover {
			color: #00b0eb;
		}

	/* small box */

	.smallLinkBox {
		display:block; 
		width:190px;
		height:91px;
		padding:10px 10px;
		font-size:12px;
		text-decoration:none;
	}

	.smallLinkBox h1 {
		font-size:23px;
		font-weight:normal;
		line-height:23px;
		margin-bottom:5px;
	}

	.smallLinkBoxBlue {
		color:#ffffff;
		background:url('images/bg_smallLinkBox.jpg') 0px 0px no-repeat;
	}

		.smallLinkBoxBlue h1 {color: white;}

	.smallLinkBoxBlue:hover {
		color: #013e52;
		background:url('images/bg_smallLinkBox.jpg') 0px -111px no-repeat;
	}

		.smallLinkBoxBlue:hover h1{color: #013e52;}

	.smallLinkBoxLightBlue {
		color: #013e52;
		background:url('images/bg_smallLinkBox.jpg') 0px -111px no-repeat;
	}
	
		.smallLinkBoxLightBlue h1 {color: #013e52;}

	.smallLinkBoxLightBlue:hover {
		color: white;
		background:url('images/bg_smallLinkBox.jpg') 0px -222px no-repeat;
	}

		.smallLinkBoxLightBlue:hover h1{color: white;}

	.smallLinkBoxBlack {
		background:url('images/bg_smallLinkBox.jpg') 0px -222px no-repeat;
		color: #7fd7f5;
	}

			.smallLinkBoxBlack h1 {color: #00b0eb;}

	.smallLinkBoxBlack:hover {
		color: #292929;
		background:url('images/bg_smallLinkBox.jpg') 0px -333px no-repeat;
	}

		.smallLinkBoxBlack:hover h1{color: #292929;}

	.smallLinkBoxGray {
		background:url('images/bg_smallLinkBox.jpg') 0px -333px no-repeat;
		color: #292929;
	}

	.smallLinkBoxGray:hover {
		background:url('images/bg_smallLinkBox.jpg') 0px 0px no-repeat;
		color: white;
	}

		.smallLinkBoxGray:hover h1 {
			color: white;
		}

	/* medium box */

	.mediumLinkBox {
		display:block; 
		width:190px;
		height:151px;
		padding:10px 10px;
		font-size:12px;
		text-decoration:none;
	}

	.mediumLinkBox h1{
		font-size:23px;
		font-weight:normal;
		line-height:20px;
		margin-bottom:5px;
	}

	/* variantes */

	/**** simulation ****/

	.simulationLightBlue {
		background:url('images/bg_mediumLinkBox_simulation.jpg') 0px -171px no-repeat;
	}

	.simulationLightBlue:hover {
		background:url('images/bg_mediumLinkBox_simulation.jpg') 0px -342px no-repeat;
	}

	/**** contact ****/

	.contactBlue {
		background:url('images/bg_mediumLinkBox_contact.jpg') 0px 0px no-repeat;
	}

	.contactBlue:hover {
		background:url('images/bg_mediumLinkBox_contact.jpg') 0px -171px no-repeat;
	}

	.contactLightBlue {
		background:url('images/bg_mediumLinkBox_contact.jpg') 0px -171px no-repeat;
	}

	.contactLightBlue:hover {
		background:url('images/bg_mediumLinkBox_contact.jpg') 0px -342px no-repeat;
	}

	.contactBlack {
		background:url('images/bg_mediumLinkBox_contact.jpg') 0px -342px no-repeat;
	}

	.contactBlack:hover {
		background:url('images/bg_mediumLinkBox_contact.jpg') 0px bottom no-repeat;
	}

	/**** regroupement de crédit ****/

	.regroupementBlue {
		background:url('images/bg_mediumLinkBox_regroupement.jpg') 0px 0px no-repeat;
	}

	.regroupementBlue:hover {
		background:url('images/bg_mediumLinkBox_regroupement.jpg') 0px -171px no-repeat;
	}

	.regroupementLightBlue {
		background:url('images/bg_mediumLinkBox_regroupement.jpg') 0px -171px no-repeat;
	}

	.regroupementLightBlue:hover {
		background:url('images/bg_mediumLinkBox_regroupement.jpg') 0px -342px no-repeat;
	}

	.regroupementBlack {
		background:url('images/bg_mediumLinkBox_regroupement.jpg') 0px -342px no-repeat;
	}

	.regroupementBlack:hover {
		background:url('images/bg_mediumLinkBox_regroupement.jpg') 0px bottom no-repeat;
	}

	.regroupementGray {
		background:url('images/bg_mediumLinkBox_regroupement.jpg') 0px bottom no-repeat;
	}

	.regroupementGray:hover {
		background:url('images/bg_mediumLinkBox_regroupement.jpg') 0px top no-repeat;
	}

	/**** demande en ligne ****/

	.demandeBlue {
		background:url('images/bg_mediumLinkBox_demande.jpg') 0px 0px no-repeat;
	}

	.demandeBlue:hover {
		background:url('images/bg_mediumLinkBox_demande.jpg') 0px -171px no-repeat;
	}

	/**** temperament ****/

	.temperamentLightBlue {
		background:url('images/bg_mediumLinkBox_temperament.jpg') 0px -171px no-repeat;
	}

	.temperamentLightBlue:hover {
		background:url('images/bg_mediumLinkBox_temperament.jpg') 0px -342px no-repeat;
	}

	/**** hypothecaire ****/

	.hypothecaireBlue {
		background:url('images/bg_mediumLinkBox_hypothecaire.jpg') 0px 0px no-repeat;
	}

	.hypothecaireBlue:hover {
		background:url('images/bg_mediumLinkBox_hypothecaire.jpg') 0px -171px no-repeat;
	}

	/**** express ****/

	.expressBlue {
		background:url('images/bg_mediumLinkBox_express.jpg') 0px 0px no-repeat;
	}

	.expressBlue:hover {
		background:url('images/bg_mediumLinkBox_express.jpg') 0px -171px no-repeat;
	}

	.expressBlack {
		background:url('images/bg_mediumLinkBox_express.jpg') 0px -342px no-repeat;
	}

	.expressBlack:hover {
		background:url('images/bg_mediumLinkBox_express.jpg') 0px bottom no-repeat;
	}

	/**** epargne ****/

	.epargneBlue {
		background:url('images/bg_mediumLinkBox_epargne.jpg') 0px 0px no-repeat;
	}

	.epargneBlue:hover {
		background:url('images/bg_mediumLinkBox_epargne.jpg') 0px -171px no-repeat;
	}

	.epargneBlack {
		background:url('images/bg_mediumLinkBox_epargne.jpg') 0px -342px no-repeat;
	}

	.epargneBlack:hover {
		background:url('images/bg_mediumLinkBox_epargne.jpg') 0px bottom no-repeat;
	}

	.epargneGray {
		background:url('images/bg_mediumLinkBox_epargne.jpg') 0px -513px no-repeat;
	}

	.epargneGray:hover {
		background:url('images/bg_mediumLinkBox_epargne.jpg') 0px -171px no-repeat;
	}

	/**** psuccessorale ****/

	.psuccessoraleBlue {
		background:url('images/bg_mediumLinkBox_psuccessorale.jpg') 0px 0px no-repeat;
	}

	.psuccessoraleBlue:hover {
		background:url('images/bg_mediumLinkBox_psuccessorale.jpg') 0px -171px no-repeat;
	}

	.psuccessoraleLightBlue {
		background:url('images/bg_mediumLinkBox_psuccessorale.jpg') 0px -171px no-repeat;
	}

	.psuccessoraleLightBlue:hover {
		background:url('images/bg_mediumLinkBox_psuccessorale.jpg') 0px -342px no-repeat;
	}

	/* separator */

	.encartSeparator {
		width: 1px;
		height: 10px;
		display: block;
	}

/*--------------------------------------*/
/*--            ONGLETS               --*/
/*--------------------------------------*/

	.onglets {
		position: relative;
		top: 3px;
	}

	.onglets a {
		display:block;
		height:17px;
		float:left;
		padding:4px 10px 0px 10px;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
		margin-right:2px;

		color:#00b0eb;
		background-color:#292929;
	}
 
		.onglets .btn {
			width: 150px;
			height: auto;
			color:white;
			font-size:11px;
			font-weight:bold;
			padding:3px 6px;
			cursor:pointer;
			text-align:center;
			background-color: #00b0eb;

			border-bottom: 1px solid #0097e5;
			border-right: 1px solid #0097e5;
			border-left: 1px solid #c2ebf9;
			border-top:1px solid #c2ebf9;

			position: absolute;
			margin-top: 270px;
			margin-left: 18px;
		}

		.onglets .btn:hover{
			border-top:1px solid #7fd7f5;
			border-left:1px solid #7fd7f5;
			border-right:1px solid #7fd7f5;
			border-bottom:1px solid #7fd7f5;
			background-color:#7fd7f5;
			color: #013e52;
		}

	.onglets .active{
		color:#013e52;
		background-color:#7fd7f5;
	}

	.onglets .activeHidden{
		color:#013e52;
		background-color:#7fd7f5;
		display: none;
	}

	h2.ongletActive {
		display:block;
		height:17px;
		float:left;
		padding:4px 10px 0px 10px;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
		margin-right:2px;

		color:#292929;
		background-color:#7fd7f5;

		position: relative;
		top: 13px;
	}

	.onglets .hide {}

		.onglets a:hover {
			background-color:#7fd7f5;
			color: #013e52;
		}

	.onglets a.btn_autreMontant {
		display:block;
		height:17px;
		float:right;
		padding:4px 30px 0px 10px;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		text-align:center;

		color:#00b0eb;

		background:url('images/bg_autremontant.gif') 100px 7px no-repeat #292929;
	}

		.onglets a.btn_autreMontant:hover {
			color:#013e52;
			background:url('images/bg_autremontant_hover.gif') 100px 7px no-repeat #7fd7f5;
		}

/*--------------------------------------*/
/*--          NEWS IN HOME            --*/
/*--------------------------------------*/

#newsHome{
	width:200px;
	height:330px;
	float:right;
}

	#newsHome .insertNews{
		width:200px;
		height:309px;
		background:url('images/bg_insertnews.gif') 0px 0px no-repeat #7fd7f5;
	}

		#newsHome .insertNews #ControlNewsList{
			height:292px;
			padding-top:5px;
			overflow:hidden;
		}

/*--------------------------------------*/
/*--          MENU DEROULANT          --*/
/*--------------------------------------*/

#rollMenu{
	display:block;
	width:200px;
	background-color:#7fd7f5;
	border-right:1px solid #013e52;
	border-bottom:1px solid #013e52;

	position:absolute;
	margin-left:164px;
	z-index:100;
}

	#rollMenu A{
		width:185px;
		padding:3px 10px 0px 5px;
		text-align:left;
		color:#013e52;
		border-top:1px solid #a5e3f8;
		border-bottom:1px solid #59cbf2;
	}

		#rollMenu A:hover{
			color:#ffffff;
			border-top:1px solid #353535;
			border-bottom:1px solid #1d1d1d;
			background-color:#292929;
		}

	#rollMenu B{
		color:#ffffff;
		font-weight:bold;
		padding-right:5px;
	}

/*--------------------------------------*/
/*--          BTN DEMANDE             --*/
/*--------------------------------------*/

.btnSend{
	width:630px;
	padding:5px 0px;
	display:block;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	text-decoration:none;
	background:url('images/bg_btnsend.jpg') 0px bottom no-repeat #00b0eb;
}

	.btnSend:hover{
		color:#ffffff;
		background:url('images/bg_btnsend.jpg') 0px 0px no-repeat #292929;
	}
	

/*--------------------------------------*/
/*--          UL LI                   --*/
/*--------------------------------------*/

ul {}

ul li {
	/*margin-left: -15px;
	padding-left: 15px;

	background:url('images/bg_li.png') 0px 3px no-repeat;
	list-style-type: none;*/
}

/*--------------------------------------*/
/*--          Map                     --*/
/*--------------------------------------*/


.map-be {
	display: block;
	width: 420px;
	height: 326px;
	
	background:url('images/bg_map.jpg') 0px 0px no-repeat;

	float: left;

	margin-top: 4px;
}

.map-large-be {
	display: block;
	width: 630px;
	height: 180px;
	
	background:url('images/bg_map-large.jpg') 0px 0px no-repeat;

	float: left;

	margin-top: 0px;
}

/* -------------------------------------------- */
/*                TAGCLOUD                      */
/* ------------------------------------------- */	

#tagCloud{
	display: block;
	width: 220px;
	height: 120px;

	padding: 10px;

	position: relative;
	top: 10px;

	text-align: justify;

	margin: 0px;
	color: #013e52;

	background:url('images/bg_tagCloud.jpg') 0px 0px no-repeat;
} 

	#tagCloud a.tag1 { font-size: 11px; font-weight: 100; }
	#tagCloud a.tag2 { font-size: 12px; font-weight: 200; }
	#tagCloud a.tag3 { font-size: 13px; font-weight: 300; }
	#tagCloud a.tag4 { font-size: 14px; font-weight: 400; }
	#tagCloud a.tag5 { font-size: 15px; font-weight: 500; }
	#tagCloud a.tag6 { font-size: 16px; font-weight: 600; }
	#tagCloud a.tag7 { font-size: 17px; font-weight: 700; }

	#tagCloud a { 
		padding: 0px;
		color: #013e52;
		text-decoration: none;
	}

	#tagCloud a:hover { 
		background-color: #01b4ee;
		color: white;
	}



/***************/
