/* layout {{{ */ 

.presse #content-top {
    background: transparent url('/media/images/presse/background-top.png') no-repeat top left;
}

.presse #content-main {
    background: transparent url('/media/images/presse/background.png') no-repeat top left;
}

.presse #content-title {
    background: transparent url('/media/images/presse/title.png') no-repeat top right;
}

/* end layout }}} */
/* scrollbars {{{ */

.jScrollPaneTrack {
    background-color: #aaa;
}

/* end scrollbars }}} */


#content-main.presse {
    padding: 0;
    margin: 0;
    height: 432px;
}

.presse #content-main-left-media {
    margin: -4px 0 0 40px;
    background-color: white;
    border: 1px solid white;
    width: 500px;
    height: 375px;
}

.presse #content-main-right div.separator {
    height: 30px;
    margin: 20px 30px 20px 50px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.presse #content-main-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.presse #content-main-right li {
    color: white;
    font-size: 1.1em;
    padding-bottom: 10px;
    background: transparent url('/media/images/common/bullet.png') no-repeat top left;
    text-indent: 20px;
}

.presse #content-main-right li a {
    color: white;
    text-decoration: none;
}

.presse #back {
    text-align: right;
    margin-right: 30px;
}

.presse #back a {
    color: white;
    background: transparent url('/media/images/common/bullet.png') no-repeat top left;
    padding-left: 10px;
}

#next-page-link {
    display: none;
}
