@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0px;
	background-color:#2e5b91;
	background-image:url(images/bkg.jpg);
	background-repeat:repeat-x;
	
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #002b55;
}

a {
outline:none;
}

#wrapper {
	width: 1025px;
	margin: 0 auto 0 auto;
}

#TopLink {
	height: 40px;
}

#footer {
	height: 65px;
	margin: 0 0 0 25px;
}

#BlocMenu {
	width: 255px;
}

#BlocContent {
	/*background-color:#fff;*/
	/*height:600px;*/
}

#BlocTitre {
}

#BlocFlash {
}

#BlocText {
	margin: 20px 40px 20px 50px;
	/*min-height:300px;*/
}


/*---------------------LINKS*/
a:link, a:visited, a:active{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #5E7CA1;
	text-decoration:none;
}
a:hover{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #002b55;
}

#divMenu_aboutUs a:hover{
	color:#FFFFFF;
}

a.Toplinks:link, a.Toplinks:visited, a.Toplinks:active{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
}
a.Toplinks:hover{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #8ca6c4;
}


a.Bottomlinks:link, a.Bottomlinks:visited, a.Bottomlinks:active{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
}
a.Bottomlinks:hover{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #8ca6c4;
}


.ContentText {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #002b55;
}

.Titre {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #002b55;
}

.SousTitre {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #5E7CA1;
}

.MainClass {
	background-color:#FFFFFF;
}

#propertyMenu a {
color:#FFFFFF;
font-size:12px;
font-weight: bold;
}
#propertyMenu a:hover {
color:#FFFFFF;
font-size:12px;
font-weight: bold;
}
#propertyMenu td:hover{
	background-image:url(images/propertyMenu_bkg-over.gif);
}


.propertyHeadings {
padding:0 10px 0 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color:#002b55;
font-weight: bold;
}









/*  Page Gate  */
.PageGateModalClose {position:absolute;top:10px;left:433px;}
.PageGateModalClose{
	width: 15px;
	height: 15px;
	background-image: url(../images/PageGate_btclose.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
body.PageGate {width:470px;}
.PageGateModal {background:#FFF;border:1px solid #0E3462;padding:10px;width:470px;height:290px;position:relative;}
.PageGateModalContent {padding:0px;margin:0px;width:470px;}
.PageGate .PageGateLegal {text-align:center;color:#000;position:absolute;bottom:10px;left:0;}
.PageGate .PageGateSubtitle {padding:0 80px 0 86px;color:#5e5e5e;margin:0;}
.PageGate .PageGateButton {position:absolute;bottom:43px;left:87px;}
.PageGate .PageGateModalContent2 {padding:0px;margin:0px;background:#d9e3ed url(/pagegate/images/download_sl_bg_bottom.jpg) no-repeat bottom;position:relative;width:470px;height:265px;font-family:Arial, Helvetica, sans-serif;font-size:9pt;}
.PageGate .PageGateModalContent2 p {line-height:140%;}
.PageGate .PageGateModalContent2 img {display:block;border:none;}
/* links */
.PageGate .PageGateModalContent2 a:link, 
.PageGate .PageGateModalContent2 a:visited 	{color:#006198;text-decoration:underline;}
.PageGate .PageGateModalContent2 a:hover 	{text-decoration:none;}
.PageGate .PageGateModalContent2 a:active	{color:#006198;}
.PageGateModalMask{
	opacity: .6;
	filter: alpha(opacity=60);
	background-color: #d1d1d1;}
.PageGateModalTitle{
	display:none;
	height: 25px;
	background-image :url(/pagegate/images/download_sl_bg_top1.png);
	background-repeat: no-repeat;
	position:relative;}
.PageGateModalFooter, .PageGateModalResize{	display: none;}
/*  Page Gate  */






.generic_overlay {
	display:none;
	z-index:10000;
	background-color:#fff;
	
	width:150px;	
	min-height:150px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}