body{
	font-family:Arial,Liberation Sans,DejaVu Sans,sans-serif;
	font-size: 12px;
	background-image:url(../img/bg.jpg);
	margin:0;
	padding:0;
	overflow:hidden;
}

#loading{
	z-index:1000;
	position:absolute;
	width:100%;
	text-align:center;
	height:100%;
	background-image:url(../img/bg.jpg);
}

#loading .center{
	position:absolute;
	width:100%;
	top:50%;
	margin-top:-50px;
}

.help{
	width:86px;
	height:144px;
	background-image:url(../img/help.png);
	position:absolute;
	opacity:.35;
	z-index:10000;
	top:40px;
	left:40px;
}

.home{
	width:33px;
	height:33px;
	background-image:url(../img/home.png);
	position:absolute;
	opacity:.35;
	z-index:10000;
	top:200px;
	left:42px;
}

.fullscreen{
	width:50px;
	height:50px;
	background-image:url(../img/fullscreen.png);
	position:absolute;
	opacity:.5;
	z-index:10000;
	bottom:40px;
	left:40px;
	cursor:pointer;
}

.modif{
	position:absolute;
	z-index:10000;
	right:40px;
	top:40px;
	font-size:15px;
	line-height:30px;
	text-align:center;
	color:#929292;
	width:350px;
	height:30px;
	background-color:#efefef;
	border:1px solid #afafaf;
	background-image:url(../img/edit.jpg);
	background-repeat:no-repeat;
	background-position:90px 0;
	opacity:.65;
	cursor:pointer;
}

.modifications{
	position:absolute;
	z-index:10000;
	right:40px;
	top:71px;
	width:310px;
	background-color:#efefef;
	border:1px solid #afafaf;
	opacity:0;
	cursor:pointer;
	padding:20px;
	line-height:20px;
	cursor:default;
}

.titre{
	line-height:30px;
	color:#8f8f8f;
	font-weight:bold; 
}

.visi{
	width:240px;
	line-height:30px;
	color:#9f9f9f;
}

.btn{
	line-height: 32px;
	color:#9f9f9f;
	width:70px;
	height:30px;
	cursor:pointer;
}

.on{
	background-image:url(../img/on.jpg);
	background-repeat:no-repeat;
}

.off{
	background-image:url(../img/off.jpg);
	background-repeat:no-repeat;
}

.slid{
	color:#9f9f9f;
	line-height: 30px;
	color:#9f9f9f;
	width:118px;
}

.slider {
	width:130px;
	cursor:pointer;
}

.ui-slider {
	position: relative;
	text-align: left;
	background-image:url(../img/slider.jpg);
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	cursor: default;
	top:-5px;
	margin-left:-10px;
	background-image:url(../img/sliderHandle.png);
	cursor:pointer;
}
.ui-slider-horizontal {
	height: .8em;
}

a
{
   outline:none;
}

.division{
	text-align: center;
	color:#afafaf;
}