.scrollbox {position: relative; z-index:1;}

.scrollbox_content {
margin-right: 10px;
}

.scrollbox_scrollbar {
/*background-color: #d5d1c7;*/
height: 100%;
width: 10px;
background:#000;
}

.scrollbox_up_button {
background: transparent url(../images/pictos/top.gif) top right no-repeat;
width:10px;
height:15px;
cursor:pointer;
}

.scrollbox_down_button {
background: transparent url(../images/pictos/bottom.gif) bottom right no-repeat;
width:10px;
height:15px;
cursor:pointer;
}

.scrollbox_handle {
/*background:#fff;*/
background: transparent url(../images/pictos/scrollbar.gif) 60% 45% no-repeat;
cursor:pointer;
}

/**************************************************************************************************************************/
/* Gestion du scroll pour chaque page */
#zone-scroll{position:relative;}
.zone-scroll{position:relative;}

/* Page bons plans */
#somebox-bons-plans {height: 235px; position: absolute; top: 0; left: 0; z-index:2; padding:5px 10px 5px 5px;}
#somebox-bons-plans2 {height: 160px; position: absolute; top: 0; left: 0; z-index:2; padding:5px 10px 5px 5px;}

/* Page mon enseigne */
#somebox-mon-enseigne {height: 235px; position: absolute; top: 0; left: 0; z-index:2; padding:5px 10px 5px 5px;}
#somebox-mon-enseigne2 {height: 90px; position: absolute; top: 0; left: 0; z-index:2; padding:5px 10px 5px 5px;}
#somebox-mon-enseigne3 {width :650px; height: 280px; position: absolute; top: 0; left: 0; z-index:2; padding:5px 5px 5px 0;}

/* Pages près de chez moi */
#somebox-pres-de-chez-moi2 {width:235px; height: 300px; position: absolute; top: 10; left: 0; z-index:2; padding:5px 5px 5px 0;}

/* Pages mentions légales */
#somebox-mentions-legales {width :650px; height: 330px; position: absolute; top: 20px; left: 30px; z-index:2; padding:5px 10px 5px 0;}


