/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; 
	left: 0;
	}
	
.vscrollerbase {
	width: 15px;
	background-color: white;
	}
	
.vscrollerbar {
	width: 15px;
	background-color: black;
	}
	
.hscrollerbase {
	height: 13px;
	background: url(/creapict/wp-content/themes/fab_01/images/perso/fond_scrollbar_base.png) repeat;
	}
	
	
.hscrollerbar {
	background: #d1d1c9 ;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 13px;
	}
	
.vscrollerbar {
	background: #99CBCB ;
	}
	
.vscrollerbar, .hscrollerbar {
	padding: 10px;
	z-index: 2;
	}
	
.vscrollerbarbeg {
	background: #ffcc00;
	width: 15px;
	height: 15px !important;
	}
	
.vscrollerbarend {
	background: #ffcc00;
	width: 15px;
	height: 15px;
	}
	
.hscrollerbarbeg {
	background: #d1d1c9 url(/creapict/wp-content/themes/fab_01/images/perso/fond_scrollbar_left.png) no-repeat;
	height: 13px;
	width: 15px !important;
	}
	
.hscrollerbarend {
	background: #d1d1c9 url(/creapict/wp-content/themes/fab_01/images/perso/fond_scrollbar_right.png) no-repeat;
	height: 13px;
	width: 15px;
	}
	
.scrollerjogbox {
	background: #ffcc00;
	width: 15px;
	height: 15px;
	top: auto; 
	left: auto;
	bottom: 0px; 
	right: 0px;
	}
	
.vscrollerbase {
	background: #D7EBDF;
	}
	
.vscrollerbasebeg {
	background: #000;
	width: 15px;
	height: 15px !important;
	}
	
.vscrollerbaseend {
	background: #000;
	height: 15px;
	width: 15px;
	}
	
.hscrollerbasebeg {
	
	height: 15px;
	width: 15px !important;
	}
	
.hscrollerbaseend {
	
	height: 15px;
	width: 15px;
	}
	
.scrollerjogbox:hover {
	background: #5E828C;
	}

/*------------------------------------------------------------*/
#fond_content1{
				height: 560px;
				width: 980px;
				float:left;
				background: transparent url(/creapict/wp-content/themes/fab_01/images/perso/fond_photos_articles.jpg) no-repeat scroll left top;
				margin: 5px 0 10px 0;
			}

img.floated {
	float: left;
	position: relative; /* fixes many nasty IE bugs */
	
	}
	
.clearfloat {
clear:both; height:0px;
line-height:0px; visibility: hidden;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 948px;
	height: 530px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 15px 0 0 15px;
	
}

#mycustomscroll table{
	padding: 0;
	margin: 0;
	border: 0px;
	
}
#mycustomscroll table td{
	padding: 0;
	margin: 0;
	border: 0px;
	
}
#mycustomscroll img{
	padding-right: 35px;

	
}