﻿.mModuleCalendarPublic {
	width: 480px;
	overflow:hidden;
    width:100%;
    position: relative;
    font-size: 11px;
}
.ZoneContenu .mEventHeader .mEventDates
{
    background-color: #0076B0;
    color: #EBF6FC;
    font-weight: bold;
    font-size: 11px;
    padding: 5px 0 5px 10px;
}

.ZoneContenu .mEventBody .mEventTitle a 
{
    text-decoration: none;
    font-weight: bold;
    color: #0076B0;
}
.mEventBody .mEventTitle a:hover 
{
    color: #3AA2DC;
}
.ZoneContenu .mEventBody .mEventTitle 
{
    padding: 5px 0;
    border-bottom: solid 1px #0076B0;
}

.mEventBody dl
{
    padding: 0;
    margin: 10px 0;
}
.mEventBody dl dt 
{
    float: left;
    display: inline;
    width: 30%;
    padding: 5px 0;
    margin: 0;
    color: #0076B0;
    font-weight: bold;
}
.mEventBody dl dd 
{
    float: right;
    display: inline;
    width: 70%;
    padding: 5px 0;
    margin: 0;
}

.mEventBody dl dd.mEventContact 
{
    display: block;
    width: 100%;
}
.mModuleCalendarPublic ul.mEventActions 
{
    position: absolute;
    bottom: 0;
    right: 0;
    list-style: none;
}
.mModuleCalendarPublic ul.mEventActions li a {
    text-decoration: none;
    background: url("/image/charte/puceAgenda.gif") right no-repeat;
    color: #AFD0E0;
    padding: 0 25px 0 0;
}
