/****************************************************************************************************************************

  MODULE MUT_BREVES

 ****************************************************************************************************************************

 @fichier  : liste.css
 @chemin   : /_modules/mut_breves/site/_template/css/
 @auteur   : David COUMANS (http://www.ginko-web.com) et Jérémy SAMOYEAU (http://www.autodidacte.net)
 @creation : 01/04/2006

 ****************************************************************************************************************************

 Utilité : feuille de styles pour la liste des brèves

 ***************************************************************************************************************************/


#breves_zoneScroll {
position: relative;
top: 10px;
margin: 0;
padding: 0;
color: #4b4b4b;
background-color: transparent;
height: 118px;
width: 199px;
overflow: hidden;
}


#breves_contenuScroll {
position:absolute;
width: 175px;
color: #fff;
font-size: .9em;
background-color: transparent;
}


#breves_contenuScroll h6 {
margin: 5px 0 0 0;
padding: 0;
font-size: 1.1em;
}

#breves_contenuScroll p {
margin: 0 0 20px 0;
padding: 0;
text-align: left;
}

#breves_scrollbar {
position: absolute;
top: 0px;
left: 185px;
width: 12px;
height: 138px;
background: transparent;
}

#breves_scrollbar_up {
display: block;
margin: 0;
padding: 0;
position: relative;
top: 15px;
left: 0;
width: 12px;
height: 8px;
background: transparent url(../img/picto_fleche_haut.png) no-repeat 0 0;
}


#breves_scrollbar_down {
display: block;
margin: 0;
padding: 0;
position: relative;
top: 107px;
left: 0;
width: 12px;
height: 8px;
background: transparent url(../img/picto_fleche_bas.png) no-repeat 0 0;
}

#breves_topScroll {
position: relative;
width: 0;
height: 0;
}

#breves_bottomScroll {
position: relative;
width: 0;
height: 0;
}