 body  {
	margin: 0;
	padding: 0;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #000;
	background: #FFF;
	background: url(../images/home_arr_haut.gif) top no-repeat;
 }

 .sliderGallery {
             overflow: hidden;
            }
       .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            /*white-space: nowrap;*/
			top:10px; 
			
          }
        .sliderGallery UL LI {
            display: inline;
			width:150px;
			
 			 
          }
          table {
 			width:200px;
 			margin-right:50px;
              }
			 tr{
  				width:200px; 
 			 }
           .slider {
            width: 800px;
            height: 15px;
            margin-top: 235px;
             padding: 0;
			margin-right:50px;
            position: relative;
            background: url(../images/background-scroll.png) no-repeat;
			float:right;
        }
         .handle {
            position: absolute;
            cursor: pointer;
            height: 25px;
            width: 181px;
			margin-top:-5px;
             background: url(../images/slider_handle_blue.gif) no-repeat;
            z-index: 100;
        }
         .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
         .slider .slider-lbl1 {
            left: 50px;
        }
         .slider .slider-lbl2 {
            left: 107px;
        }
         .slider .slider-lbl3 {
            left: 156px;
        }
         .slider .slider-lbl4 {
            left: 280px;
        }
         .slider .slider-lbl5 {
            left: 455px;
        }