.scroll {
    overflow:auto;
	/*height:320px;*/
}

/* ajout en JS d'un ID sur l'?l?ment HTML */

#js .scroll {
    /*position:relative;*/
    /*overflow:hidden;*/
}

/* les elements suivants sont ajoutes en JS seulement : donc inutile de les prefixer par #js */

/* quand le scroll est necessaire */
.scrollContent {
    position:absolute; 
	top:0; 
	width:98%
	/*left:0;*/
}
/* quand le scroll n'est pas necessaire */
.scrollNone {}

.scrollBar {
    position:absolute; 
	top:15px; 
	right:0;
    width:11px; 
	/*height:290px;*/
    background:url(/fr/fr/img/cdc_track.png) repeat-y;
}

.scrollBar .up, .scrollBar .down {
    position:absolute; 
	left:0px;
    overflow:hidden; /* pour IE */
    width:11px; height:11px;
    cursor:pointer;
}
.scrollBar .up {top:-11px;background:url(/fr/fr/img/cdc_arrow_up.gif) no-repeat}
.scrollBar .down {bottom:-11px;background:url(/fr/fr/img/cdc_arrow_down.gif) no-repeat}

.scrollBar .face {
    position:absolute; 
	top:0;
	right:0;
	_right:-1px;
    width:11px;
	background: #000 url(/fr/fr/img/cdc_drag_middle.gif);
	height:20px;
}

/***********************************************/
/**** anti effets de bords **********************/
/*
#comptoirInnerScroll.box input {
float:none;
margin:auto;
}

#js .box input {
height:auto;
left:auto;
position:static;
width:auto;
}

.scrollContent #compte input {
float:left;
}

.scrollContent #compte input.compteSaisie {
	width:142px
}

.scrollContent #compteClient label {
padding-right:0;
}

.scrollContent #naissanceAnneeREP,.scrollContent #compteList #naissanceAnneeREP ul,.scrollContent #naissanceAnnee div {
width:60px !important;
}*/


