/*
  ODULE MUT_AGENDA
  une.css
*/



#agenda_zoneScroll {
position: relative;
margin: 0 0 0 35px;
padding: 0;
height: 70px;
width: 355px;
overflow: hidden;
}


#agenda_contenuScroll {
position:absolute;
width: 340px;
}

#agenda_topScroll {
margin: 0;
padding: 0;
height: 1px;
line-height: 1px;
font-size: .1em;
}

#agenda_bottomScroll {
margin: 0;
padding: 0;
height: 1px;
line-height: 1px;
font-size: .1em;
}

#agenda_contenuScroll ul {
margin: 0;
padding: 0;
list-style: none;
}

#agenda_contenuScroll ul li {
margin: 0 0 10px 0;
padding: 0;
}

#agenda_contenuScroll ul li p.date {
margin: 0;
padding: 0;
font-weight: bold;
font-size: 1em;
color: #921f3e;
}

#agenda_contenuScroll ul li p.titre {
margin: 0;
padding: 0;
font-weight: bold;
color: #456035;
}

#agenda_contenuScroll ul li p.titre a {
text-decoration: none;
color: #456035;
}

#agenda_contenuScroll ul li p.titre a:hover {
text-decoration: underline;
color: #60771D;
}

#agenda_contenuScroll ul li p.chapo {
margin: 0 ;
padding: 0;
color: #4b4b4b;
}

#agenda_contenuScroll ul li p.chapo img {
float: left;
margin: 4px 5px 0 0;
padding: 0;
}


#agenda_contenuScroll ul li a.suite {
display: block;
margin: 2px 0 0 0;
padding: 0;
color: #fd742e;
text-decoration: none;
}


#agenda_contenuScroll ul li a.suite:hover {
text-decoration: underline;
}

#agenda_scrollbar {
position: absolute;
top: 0px;
left: 380px;
width: 12px;
height: 70px;
}

#agenda_scrollbar_up {
position: relative;
display: block;
margin: 0;
padding: 0;
top: 5px;
left: 0;
width: 12px;
height: 8px;
background: transparent url(../img/picto_scroll_haut.gif) no-repeat 0 0;
}

#agenda_scrollbar_up:hover {
background-position: 0 -8px;
}


#agenda_scrollbar_down {
position: relative;
display: block;
margin: 0;
padding: 0;
top: 50px;
left: 0;
width: 12px;
height: 8px;
background: transparent url(../img/picto_scroll_bas.gif) no-repeat 0 0;
}

#agenda_scrollbar_down:hover {
background-position: 0 -8px;
}

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

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