/* Scroll Bar Master Styling Starts Here */
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
.vscrollerbar {width: 10px;background: #FFCC00;} /*couleur barre*/
.vscrollerbarbeg {height: 0px; width: 0px; background: -108px -10px no-repeat;}
.vscrollerbarend {height: 0px; width: 0px; background: -108px 0px no-repeat;}
.vscrollerbase {width: 10px;background: #F2F2F2 0px 0px repeat-y;} /*couleur fond*/
.vscrollerbasebeg {width: 10px;height: 10px ;background: url(imgs/scrollbar.png) 0px -10px no-repeat;} /*flèche haut*/
.vscrollerbaseend {height: 10px;width: 10px;background: url(imgs/scrollbar.png) 0px 0px no-repeat;} /*flèche bas*/
.hscrollerbase {height: 0px; background-color: white;}
.hscrollerbar {height: 0px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 10px; z-index: 2;}
.scrollerjogbox {width: 10px;height: 10px;top: auto; left: auto;bottom: 0px; right: 0px;background: #FFFFFF;}

body {
	margin: 0;
	padding:0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #F2F2F2;
}

#global {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 520px;
	background-color:#FBFBFB;
    }

#scroll {
	width: 330px;
	height: 300px;
	position: absolute;
	overflow: auto;
	top : 110px;
	left: 0px;
	z-index: 100;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align : justify;
	}

#scroll5 {
	width: 330px;
	height: 300px;
	position: absolute;
	overflow: auto;
	top : 110px;
	left: 330px;
	z-index: 100;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align : justify;
	}

#scroll3 {
	width: 330px;
	height: 300px;
	position: absolute;
	overflow: auto;
	top : 110px;
	left: 660px;
	z-index: 100;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align : justify;
	}

#haut {
	width: 990px;
	height: 110px;
	position: absolute;
	overflow: hidden;
	top : 10px;
	left: 1px;
	z-index: 100;
	}

#bas {
		width: 990px;
		height: 70px;
		position: absolute;
		z-index: 1000;
		top : 460px;
		left: 0px;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align : left;
	text-align:center;
	}

#bas a {
	color: #FFCC00;
	text-decoration: none;
	}

.textebase {
	margin: 20px
}

