/* CSS Document */

BODY {
	scrollbar-face-color: #486D97;
	scrollbar-highlight-color: #5179A6;
	scrollbar-shadow-color: #335883;
	scrollbar-3dlight-color: #456487;
	scrollbar-arrow-color:  #D1E7FF;
	scrollbar-track-color: #4B678A;
	scrollbar-darkshadow-color: #2B4970;
	background-color: #4B678A;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	FONT-FAMILY:  Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image: url(images/bgPage.gif);
	background-repeat: repeat-x;
	background-position: left top;

}

td {	
	FONT-FAMILY:  Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* page  */
.marginColLeft {
	/*background-image: url(images/bgMarginLeft.gif);*/
	background-repeat: repeat-y;
	background-position: right top;
	width: 18px;
	text-align: right;
	vertical-align: top;	
}

.marginColRight {	
	/*background-image: url(images/bgMarginRight.gif);*/
	background-repeat: repeat-y;
	background-position: lefttop;
	width: 18px;
	text-align: left;
	vertical-align: top;
}

/* HEADER */
.baseCell {	
	background-repeat: repeat-x;
	background-position: left top;
	border-left:3px solid #E9EDF0;
	border-right:3px solid #E9EDF0;
	background-color: #EBEEF1;
	background-image: url(images/body_bg.gif);
}
.footBar {
	background-image: url(images/bgFootBar.gif);
	background-repeat: repeat-x;
	border-left:3px solid #E9EDF0;
	border-right:3px solid #E9EDF0;
	/*border-bottom:1px solid 3D5C79;*/
	font-size:9px;
}

/* menu */
.menuBase {
	background-image: url(images/bgMenuBase.gif);
	background-repeat: repeat-x;
	border-left:3px solid #E9EDF0;
	border-right:3px solid #E9EDF0;
}

/* body */
.bodyCell {
	background-color: #EBEEF1;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	
}

/* left cell */
.leftCell {
	background-color: #F8FAFC;
	background-image: url(images/left_bg.gif);
	background-repeat: repeat-x;
	border-left:1px solid #DEE8EE;	
}

.left-cellBolt {
	background-image: url(images/left_bgBolt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.leftEU {
	/*background-color: #FFFFFF;*/
	/*background-image: url(images/leftEU_bg.gif);*/
	background-repeat: repeat-x;
	padding-left:7px; padding-right:7px;
	padding-bottom:7px;
}

.leftEUTbl {
	background-color:#E7EDF5;
	background-image: url(images/watermark.gif);
	background-repeat: no-repeat;
	background-position: center bottom;

}

/* right cell */
.rightCell {
	background-color: #F9FAFC;
	background-image: url(images/right_bgTable.gif);
	background-repeat: repeat-x;
	border-right:1px solid #DEE8EE;
	background-position: left top;

}

.rightTable {
	background-image: url(images/right_bgCell.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.right-cellBolt {
	background-image: url(images/right_bgBolt.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.rightGreyTbl {
	background-color:#F0F4F9;

}
.thumbTbl td {
	padding-bottom:5px;

}
.thumbImg {
	border:1px solid #00AC37;
}

.thumbImgHover {
	border:1px solid #007EFF;
}
.aLinkThumb{
	color: #00A133;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;

}
.aLinkThumb:hover {
	color: #007EFF;
	text-decoration: none;
	/*border-bottom:1px dashed #007EFF;*/
}


/*  footer */ 
.footCell {
	height:52px;
	background-image:url(images/footLine_bg.gif);
	background-color:white;
	background-repeat: repeat-x;
}
.footLineLeft {
	background-image: url(images/footLine_bgLeft.gif);
	background-repeat: no-repeat;
	padding-bottom:5px;
	padding-left: 15px;
	vertical-align: bottom;

	
}
.footLineRight {
	background-image: url(images/footLine_bgRight.gif);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-bottom:5px;
	background-position: right top;
	vertical-align: bottom;	
}

/* texte */
.divLeft {
	padding-left:15px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:10px;
	font-size: 11px;
	text-align: justify;
	/*color:#244364;*/
}

.divTitle {
	padding-left:15px;
	padding-right:10px;
	padding-bottom:10px;
	font-size: 11px;
	text-align: justify;
	background-image: url(images/divTitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;


}

.divEU {
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:10px;
	font-size: 9px;
	text-align: justify;
	color:#244364;
}

.divSep {
	background-image: url(images/separ_1.gif);
	background-repeat: repeat-x;
	height: 10px;
	background-position: left bottom;
	padding-bottom: 3px;
}

.textNormal {
	color:#003F81;	
}

.textBold {
	font-weight:bold;
	color:#466594;	
}

.textTitle {
	font-weight:bold;
	color:#2458A8;
}

.listBullet {
	list-style-image: url(images/bullet_1.gif);
	list-style-type: square;
	margin-top: 4px;
	margin-bottom: 2px;


}

/* extra */

.aLink {
	color: #00521A;
	text-decoration: none;

}
.aLink:hover {
	color: #006DDD;
	text-decoration: none;
	border-bottom:1px dashed #007EFF;

}
.aLink10 {
	color: #00A133;
	font-size:10px;
	text-decoration: none;

}
.aLink10:hover {
	color: #007EFF;
	text-decoration: none;
	border-bottom:1px dashed #008319;
}

.aLinkBold {
	color: #466594;
	text-decoration: none;
	font-weight: bold;


}
.aLinkBold:hover {
	color: #007EFF;
	text-decoration: none;
	border-bottom:1px dashed #007EFF;
}
.divLeftAlign {

	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:10px;
	font-size: 11px;
	text-align: justify;
}

span.email_hide span { display: none; }
