/* Global */
html, body {
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:0px;
	font-family: Lucida, Arial, sans-serif;
}

a { 
	cursor:hand;
	color:#333333;
	text-decoration:none 
}

a:hover { 
	text-decoration:none;
	cursor:hand; 
}

img { border:none; }

h1{
	color:#333333;
	font-size:16px;
	margin:0;
	padding:0;	
	
}

.spacer{
	clear:both;
}
.global_div_help_act {
	padding:13px 8px 15px 13px;
	margin:0px 0px 0px 0px;
	width:169px;
	height:60px;
	background-image:url(../img/nss_popup_infobulle.gif);
	background-repeat:no-repeat;
	font-size:10px;
	color:#333333;
}
.global_div_help_desact {
	display:none;
}

/**/
.global_table_popup_act {
	top:230px;
	position:absolute;
	background-image:url(../img/nss_popup_signup.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	height:220px;
	z-index:150;
}
.global_table_popup_desact {
	display:none;
}
.global_td_popup_close {
	width:252px;
	color:#333333;
	padding:0px 28px 3px 0px;
	margin:0px 0px 0px 0px;
	text-align:right;
	height:27px;
	vertical-align:bottom;
}
.global_td_popup_txt {
	vertical-align:top;
	text-align:center;
	width:224px;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	padding:0px 28px 0px 28px;
	margin:0px 0px 0px 0px;
	height:155px;
}
.global_td_popup_link {
	width:252px;
	color:#333333;
	vertical-align:top;
	padding:0px 28px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:right;
}
.global_a_popup_close {
	font-size:10px;
	color:#3DA5CD;
	text-decoration:none;
	padding:0px 14px 0px 0px;
	margin:0px 0px 0px 170px;
	background-image:url(../img/close.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
.global_a_popup_close:hover {
	color:#3DA5CD;
	text-decoration:underline;
	padding:0px 14px 0px 0px;
	margin:0px 0px 0px 170px;
}
.global_a_popup{
	font-size:11px;
	font-weight:bold;
	color:#FF1831;
	text-decoration:none;
	padding:0px 14px 0px 0px;
	margin:0px 0px 0px 127px;
	background-image:url(../img/arrow_btn_popup.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
.global_a_popup:hover {
	text-decoration:underline;
}
/**/
#global_div_head_content {
	height:44px;
	width:962px;
	padding:0px 0px 0px 0px;
	margin:10px auto 0px auto;
	background:#3DA5CD url(../img/corner_TR.gif) no-repeat top right;
	position:relative;
}
.global_form {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#global_div_body_content {
	width:962px;
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
}
#global_div_foot_content {
	height:24px;
	width:962px;
	/*padding:0px 20px 55px 0px;*/
	padding:0px;
	margin:0px auto 55px auto;
	background-image:url(../img/border_bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	font-size:0.4em;
	clear:left;
	text-align:right;
	color:#b0b0b0;
	font-size:10px;
}
#global_div_foot_content p{
	margin:0px;
	padding:0px;
	margin-right:20px;
}
.global_googleMap_act	{ width: 462px;height:270px;} /*width: 462px;*/
.global_googleMap_desact{ width: 462px;}
.global_displayNone		{ display:none; }
.global_displayBlock	{ display:block; }
.global_spacer_h100		{ float:left;height:100px; width:100% }
.global_spacer_h55		{ height:55px; width:100%; }
.global_spacer_h20_w1	{ width:1px; height:20px; font-size:1px; }
.global_greyed a		{ color:#cccccc }
.global_greyed			{ color:#cccccc }
.global_greyed_med		{ color:#a3a3a3 }
.global_12px			{ font-size:12px }

hr{
	color:#E4E4E4;
	background-color:#E4E4E4;
	height:2px;
	border:none;
}