/**
 * Dotations box Stylesheet
 */

/** DOTATION BLOC **/
sup {
    vertical-align: top;
}

.box .title h2.dotations {
    text-transform: none;
}

div.dotations {
    background-image: url('../images/interface/logo-stmartin-square.jpg');
    background-position: 97% 100%;
    background-repeat: no-repeat;
}

ul.dotations li.dotation {
    width: 458px;
    height: 141px;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0 0 10px 8px;
    background-image: url('../images/interface/bg-dotation-big.gif');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
ul.dotations li.dotation-small {
    width: 458px;
    height: 80px;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0 0 10px 8px;
    background-image: url('../images/interface/bg-dotation-small.gif');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
    ul.dotations li.dotation li.lot {
        width: 458px;
        height: 110px;
        background-image: url('../images/interface/separator-dotation.gif');
        background-position: 174px 95%;
        background-repeat: no-repeat;
        clear: both;
    }
        ul.dotations li.dotation li.lot p.image {
            float: left;
            display: inline;
            width: 172px;
            height: 107px;
            margin: 3px 0 0 2px;
        }
    ul.dotations li.dotation li.partenaire {
        width: 458px;
        height: 31px;
        clear: both;
    }
        ul.dotations li.dotation li.partenaire p.text {
            float: left;
            display: inline;
            color: #9397ab;
            font-size: 11px;
            margin: 3px 0 0 0;
            width: 284px;
            height: 28px;
        }
        ul.dotations li.dotation li.partenaire p.image {
            float: left;
            display: inline;
            width: 172px;
            height: 20px;
            margin: 0 0 0 2px;
        }
ul.dotations li.dotation-small p.image {
    float: left;
    display: inline;
    margin: 27px 0 0 0;
}
ul.dotations li.dotation-small dl {
    margin: 15px 10px 0 5px;
}
ul.dotations li.dotation-small dl.large {
    width: 423px;
    margin: 15px 10px 0 25px;
}

dl {
    float: left;
    display: inline;
    width: 269px;
    margin: 25px 10px 0 5px;
    font-weight: bold;
    line-height: 1.5em;
}
    dl dt {
        color: #cd173d;
        font-size: 12px;
    }
    dl dd {
        color: #0094d1;
        font-size: 12px;
    }
    dl dd a {
        color: #19265e;
        font-style: italic;
        font-size: 13px;
        text-decoration: none;
    }
    dl dd a:hover {
        text-decoration: underline;
    }
    dl dd strong {
        color: #19265e;
        font-size: 13px;
        font-weight: bold;
    }
.footer {
    clear: both;
    height: 65px;
    text-align: center;
    font-size: 12px;
    color: #70758f;
}
    .footer p {
        padding: 40px 0 0 0;
    }
    .footer a {
        color: #dd5e14;
        text-decoration: underline;
    }
    .footer a:hover {
        text-decoration: none;
    }
/** /DOTATION BLOC **/
