/*****************************************
*
*	style du programme
*
*****************************************/

#scroll_table #td_contenu #scroll_conteneur
{
	position: relative;
	overflow: hidden;
	height: 100%;
}
#scroll_table #td_contenu #scroll_conteneur #scroll_contenu
{
	position: absolute;
	width: 100%;
}
#scroll_table #scroll_table_barre
{
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}
#scroll_table #td_barre
{
	height: 100%;
}
#scroll_table #td_ascenseur
{
	vertical-align: top;
}
#scroll_table #td_ascenseur #scroll_conteneur_ascenseur
{
	position: relative;
	height: 100%;
}
#scroll_table #td_ascenseur #scroll_conteneur_ascenseur #scroll_ascenseur
{
	position: absolute;
}

/****************************************
*
*	style personnalisable
*
*****************************************/

#scroll_table
{
	border-collapse: collapse;
}
#scroll_table #td_contenu
{
	width: 568px;
	height: 370px;
	vertical-align: top;
}
#scroll_table #td_barre
{
	width: 18px;
}
#scroll_table #td_fleche_haut
{
	height: 14px;
}
#scroll_table #td_ascenseur
{
	height: 370px;
}
#scroll_table #td_fleche_bas
{
	height: 14px;
}
#scroll_table #td_ascenseur #scroll_conteneur_ascenseur #scroll_ascenseur
{
	width: 16px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/fond-scroll.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#scroll_table #td_ascenseur #scroll_conteneur_ascenseur #scroll_ascenseur #fond_bottom_scroll_ascenseur {
	background-image:url(../images/fond-haut-scroll.gif);
	width:16px;
	height:8px;
}
