/*
$Revision:                 $
$Date:                     $
*/
.agenda_breadcrumb {
    margin-bottom: 16px
    }
.agenda_categories {
    height: 32px;
    line-height: 32px
    }
.agenda_categories ul {
    list-style-type: none;
    margin: 0;
    padding: 0
    }
.agenda_categories li {
    float: left;
    margin-left: 10px
    }
/*
 * LISTES
 */
div.agenda_intro {
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px dotted gray
    }
div.agenda_intro .agenda_title {
    font-size: 14px;
    line-height: 20px
    }
div.agenda_intro .agenda_date {
    font-size: 11px
    }
div.agenda_intro .agenda_read_more {
    position: absolute;
    top: 5px;
    right: 0;
    line-height: 30px
    }
div.agenda_intro_big {
    height: 150px;
    padding: 0
    }
div.agenda_intro_big .agenda_title {
    float: left;
    margin: 10px 0 0 120px
    }
div.agenda_intro_big .agenda_date {
    clear: left;
    float: left;
    margin: 0 0 0 120px
    }
div.agenda_intro_big .agenda_image {
    position: absolute;
    top: 10px;
    left: 0
    }
div.agenda_intro_big p.agenda_introduction {
    clear: left;
    margin: 0 90px 0 120px;
    padding: 10px 0 5px 0
    }
div.agenda_intro_big .agenda_read_more {
    top: auto;
    bottom: 5px
    }
/*
div.agenda_intro_small {
clear:left;
height:30px;
}

div.agenda_intro_small .agenda_title {
margin:0; padding:0;
float:left;
}

div.agenda_intro_small .agenda_date {
margin-left:30px;
float:left;
}

div.agenda_intro_small .agenda_read_more {}
*/
/*
 * VIEW
 */
div.agenda_details .agenda_info {
    float: right;
    margin: 0 0 16px 0
    }
div.agenda_details .agenda_image {
    float: left;
    margin-right: 20px;
    margin-bottom: 1em
    }
div.agenda_details .agenda_introduction {
    clear: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6em;
    margin: 1em 0 0
    }
div.agenda_details .agenda_clearer {
    clear: both
    }
div.agenda_details .agenda_date {
    color: #4d7326;
    font-weight: bold;
    text-transform: uppercase
    }
div.agenda_details .agenda_content {
    margin-top: 1.5em;
    margin-bottom: 1em;
    overflow-x: hidden
    }
div.agenda_details .agenda_links {
    clear: both;
    padding: 1em 0;
    text-align: center;
    width: 100%;
    /* IE 6 */
    }
div.agenda_details .agenda_links .agenda_prev_link {
    position: absolute;
    left: 0
    }
div.agenda_details .agenda_links .agenda_next_link {
    position: absolute;
    right: 0
    }
/*
 * DND MODULE AGENDA
 */
.dnd_module_agenda {
    overflow: hidden
    }
.dnd_module_news * {
    margin: 0;
    padding: 0
    }
.dnd_module_agenda .agenda_image img {
    background-color: #fff
    }
/* FLASH */
.dnd_agenda_flash {
    background-color: gray
    }
.dnd_agenda_flash .dnd_module_agenda_content {
    height: 100%;
    width: 100%
    }
.dnd_agenda_flash .agenda_date, .dnd_agenda_flash .agenda_title {
    display: block;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    margin: 0 8px;
    font-size: 14px;
    font-weight: bold
    }
/* MOOQUEE */
.dnd_agenda_mooquee {
    background-color: gray
    }
.dnd_agenda_mooquee .dnd_module_agenda_content {
    display: inline;
    line-height: 32px;
    margin: 0 60px 0 8px
    }
/* LIST */
.dnd_agenda_list {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #efe6bf
    }
.dnd_agenda_list .dnd_module_agenda_content {
    margin: 5px 2px;
    font-size: 85%
    }
.dnd_agenda_list .dnd_module_agenda_content .agenda_date {
    display: block
    }
.dnd_agenda_list .dnd_module_agenda_content .agenda_date a {
    text-decoration: none;
    color: ffffff
    }
.dnd_agenda_list .dnd_module_agenda_content .agenda_title {
    display: block;
    margin-left: 7px;
    font-weight: normal;
    white-space: nowrap
    }
.dnd_agenda_list .dnd_module_agenda_content .agenda_title a {
    color: #78446f;
    font-weight: bold
    }