@charset "UTF-8";
/* CSS Document */
html,
body{
	height:100%;
}
body{
	font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Tahoma,Arial,sans-serif;
	font-size:12px;
	/*color:#7c7c7c;*/
	color:#000;
	background:#fff url(../image/css_test/ls_bg.jpg) repeat fixed center top;
	padding:0;
	margin:0;
}
#editeur table,
#editeur table td{
	border:1px dotted #999;
}
#splash-up{
	position:relative;
	background:url(../__statics/shadow.png) no-repeat center center;
	margin:0 auto;
	width:860px;
	height:482px;
	top:20px;
}
#splash-up a img{
	border:none;
	margin:5px;
}
#support{
	background-color:#000;
	padding:5px;
	width:840px;
	text-align:center;
	margin:30px auto 0;
}
#support li{
	display:inline;
}
#support2 img,
#support img{
	border:none;
	vertical-align:middle;
}
#site{
	margin:0 auto;
	background:url(../__statics/LSshadowBG.png) repeat-y center top;
}
	#site *{
		margin:0;
		padding:0;
		border:none;
		outline:none;
	}
	#site a:link,
	#site a:visited,
	#site a:hover,
	#site a:active{
		color:#7c7c7c;
		text-decoration:none;
	}
	#site a:hover{
		color:#4b78a4;
		text-decoration:underline;
	}
	#site ul{
		list-style-type:none;
	}
	#site h1,
	#site h2,
	#site h3{
		color:#4b78a4;
		margin:0.5em 0;
	}
	#site h3{
		font-weight:normal;
		color:#060;
		font-size:13px;
	}
	#site h1{ font-size:18px; }
	#site h2,
	#site p{ font-size:12px; }
	#site p{ margin: 5px 0; }
	#site dd{ margin-bottom:5px; }
	#site #bg_img{
		position:fixed;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
	}
	#site #container {
		position:relative;
		width:960px;
		margin:0 auto;
		background:#fff url(../__statics/bground.gif) repeat-x left top;
		text-align:left; /* this overrides the text-align:center on the body element. */
	}
	#site #container{
		padding:0 21px;
		width:966px;
	}

#site #header{
	height:150px;
	padding:20px 0 10px;
}
	#site #header #button_connect{
		position:absolute;
		text-decoration:none;
		border:none;
		margin-left:3px;
		color:#dedede;
	}
	#site #header #button_connect:hover{
		border:none;
		color:#acacac;
	}
	#site #header #logo{
		position:absolute;
		left:54px;
		top:20px;
	}
	#site #header #slogan{
		position:absolute;
		right:21px;
		top:20px;
	}
	
	#site #header #ls_top_banner{
		position:absolute;
		width:586px;
		height:150px;
		left:195px;
		background:#e3e3e3;
	}
#site #leftcol,
#site #rightcol{
	float:left;
	top:0px;
	width:161px;
	padding-bottom:20px;
}
	#site #rightcol{
		float:right;
		width:193px;
		text-align:center;
	}
	#site #leftcol li,
	#site #rightcol li{
		margin-bottom:15px;
	}
	#site #leftcol #menu{
		font-size:13px;
		margin-top:0.5em;
	}
		#site #leftcol #menu li{
			margin-bottom:3px;
		}
		#site #leftcol #menu li.node,
		#site #leftcol #menu li.open{
			cursor:pointer;
			background:url(../__statics/triangle.png) no-repeat left 3px;
			padding-left:10px;
		}
		#site #leftcol #menu li.open{
			background:url(../__statics/triangle_down.png) no-repeat -1px 5px;
		}
		#site #leftcol #menu li.empty{
			background-image:none;
			padding-left:10px;
		}
		#site #leftcol #menu li.empty a,
		#site #leftcol #menu li.node a{
			color:#707070;
		}
		#site #leftcol #menu li.open.empty a{
			color:#060;
		}
		#site #leftcol #menu li.sel a{
			color:#060;
		}
		#site #leftcol #menu li a:hover{
			color:#060;
		}
	#site #leftcol #infos,
	#site #leftcol #stats dd{ font-size:0.8em; }
	#site #leftcol #stats dt{ font-weight:bold; }
	#site #rightcol #ls_right_banner{
		min-height:100px;
	}

#site #mainContent{
	width:586px;
	margin-left:175px;
}
	#site #mainContent a:link,
	#site #mainContent a:visited,
	#site #mainContent a:hover,
	#site #mainContent a:active{
		color:#3c3c3c;
		text-decoration:none;
	}
	#site #mainContent a:hover{
		text-decoration:underline;
		color:#0c0c0c;
	}
	#site #mainContent #clear{
		position:absolute;
		bottom:100%;
	}
	/* quoted images */
	span.quoted_image,
	#site span.quoted_image{
		display:block;
		margin:10px;
		padding:10px;
		background-color:#e0e0e0;
		border:1px solid #999;
	}
	#site span.quoted_image *{
		margin-bottom:3px;
		display:block;
	}
	span.quoted_image.thumbed{
		width:160px;
	}
#site *.heavy{
	color:#751f1f;
	font-weight:bold;
}
#site *.col{
	color:#4b78a4;
}

/* news */
#news,
#news_scroller{
	position:relative;
}
#main_news{
	position:relative;
	margin-bottom:10px;
	width:586px;
	height:340px;
	overflow:hidden;
}
#news .news_main{
	position:relative;
	width:586px;
	background-color:#e5e5e5;
	background-position:center center;
	background-repeat:no-repeat;
	height:340px;
}
#news .news_infos{
	position:absolute;
	bottom:5px;
	width:578px;
	padding:10px 0 0;
}
#news .news_infos_bg{
	position:absolute;
	width:578px;
	left:4px;
	height:93%;
	background:#fff;
	opacity:.9;
}
#news .news_infos_fg{
	position:relative;
	width:566px;
	left:4px;
	margin:0 auto;
	padding-top:10px;
}
#news_shortcuts{
	position:absolute;
	padding:2px 10px 2px 0;
	right:0px;
	top:10px;
	text-align:right;
	background-color:#fff;
	opacity:.8;
}
#news_shortcuts a{
	cursor:pointer;
	color:#333;
	font-weight:bold;
	margin-left:5px;
	padding:3px;
}
/* rightcol accordion */
#site #rightcol li.rightcol_toggler{
	color:#060;
	cursor:pointer;
	font-weight:bold;
	margin-bottom:5px;
}
#site #rightcol li.rightcol_stretcher{
	margin-bottom:5px;
	text-align:left;
}
/* lstv */
#rightcol li.lstv p{
	font-size:0.8em;
	text-align:left;
}
#rightcol li.lstv a{
	display:block;
	text-align:left;
	margin-bottom:3px;
}
/* float img */
img.inserted_image_left{
	float:left;
	margin:0 4px 0 0;
}
img.inserted_image_right{
	float:right;
	margin:0 0 0 4px;
}
img.inserted_image_popup{
	cursor:pointer;
}
