
.mod-evenement {
    background: url('../images/mod-evenement-shdw.png') no-repeat bottom left;
    border-bottom-width: 0;
    padding: 0 0 9px 0;
    margin: 1em 0;
    zoom: 1;
}

.mod-evenement .mod-wrapper {
    border: 1px solid #efefef;
    background: url('../images/grad-grey-5.png') repeat-x bottom left #fff;
    padding: 5px;

    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;

}

.mod-evenement-title {
    color: #354a5d;
    font-size: 1.167em;
    font-weight: bold;
    margin: 0 0 0.5em 0;
}

.mod-evenement-title .sp-info {
    margin-right: 5px;
    margin-bottom: 14px;
}

.mod-evenement p {
    color: #555555;
    line-height: 1.2em;
    margin: 0.5em 0;
}

.mod-evenement-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mod-evenement-list .sp-bullet-green {
    padding-left: 8px;
    color: #1c525e;
    display: block;
}