/* ### Front */

a.external {
    background: transparent url(/static/images/link_external.png) no-repeat scroll right center;
    padding: 0 13px 0 0;
}

#main a.readall {
    position: absolute;
    top: 0px;
    right: 0px;
}

#main div.article {
    clear: both;
    margin: 0 0 60px 0;
}

#main div.article h1 {
    padding: 0 0 0.5em 0;
}

#main div.article h2 {
    margin: 0.8em 0 0 0;
}

#main div.article div.info {
    margin: 15px 0;
    padding: 5px 0;
    border-top: 1px dotted silver;
    border-bottom: 1px dotted silver;
}

    #main div.article div.info div.author {
        display: inline;
        margin: 0 15px 0 0;
    }

    #main div.article div.info ul.tags {
        display: inline;
        list-style-image:none;
        list-style-position:outside;
        list-style-type:none;
    }

    #main div.article div.info ul li.tag {
        background:transparent url(/static/images/tag_blue.png) no-repeat scroll 0 70%;
        display:inline;
        margin-right:8px;
        padding:5px 0 5px 18px;
        color: #333333;
    }

    #main div.article div.info span.author {
        font-weight: bold;
    }

    #main div.article div.info .date_start {
    }

#main div.article div.header {
    clear: both;
    margin: 1.5em 0 1em 0;
    font-style: italic;
}

#main div.article div.description {
    margin: 0 0 5px 0;
}

#main div.article div.body {
    margin: 1em 0;
}

#main div.article div.illustration {
    float: right;
    margin: 0 10px 10px 10px;
}

#main div.article div.comments {
    clear: both;
    text-align: right;
}

/* Share buttons */
#main .share > * {
    float: left !important;
    margin: 0 0.2em !important;
}


/* ### lastest_articles.tt */
#body #globalbox div#rightblocks ul.lastest_articles {
}

    #body #globalbox div#rightblocks ul.lastest_articles li {
        list-style-type: none;
        margin: 0 0 15px 0;
    }

        #body #globalbox div#rightblocks ul.lastest_articles li h3 {
            margin: 0;
        }

            #body #globalbox div#rightblocks ul.lastest_articles li h3 a:link,
            #body #globalbox div#rightblocks ul.lastest_articles li h3 a:visited {
                text-decoration: none;
            }

            #body #globalbox div#rightblocks ul.lastest_articles li h3 a:hover {
                text-decoration: underline;
            }

        #body #globalbox div#rightblocks ul.lastest_articles li div.date {
            font-style: italic;
        }


/* ### subscrite.tt */
#body #globalbox div#rightblocks ul.subscribe {
}

    #body #globalbox div#rightblocks ul.subscribe li {
        margin: 0;
        padding: 0;
        line-height: 1.7em;
        list-style: none;
    }

    #body #globalbox div#rightblocks ul.subscribe li img {
        margin: 0 5px 0 0;
    }



/* ### Back office */

div.box_tag {
    padding: 2px 0 0 0;
    height: 20px;
}

    div.box_tag div.tag {
        background: #7c8163;
        padding: 2px;
        color: white;
        display: inline-block;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    div.box_tag img {
        vertical-align: text-top;
        cursor: pointer;
    }


label.error {
    margin: 0 0 0 180px;
    padding: 3px 0;
    width:auto;
    font-weight: bold;
}

label.message {
    background: transparent url(/static/images/icon_check_vert.gif) no-repeat left 4px;
    margin: 0 0 0 180px;
    padding: 3px 0 0 16px;
    font-weight: bold;
    color: #0f6200;
    width:auto;
    display: none;
}


/* ### Browser */
#browser {
    margin: 0px auto;
    width: 570px;
}

#browser div.box_media {
    float: left;
    margin: 5px;
    cursor: pointer;
    width: 125px;
    height: 125px;
    text-align: center;
    border: 1px solid #AAA;
    /*box-shadow: 10px 10px 5px #888;*/
}

#browser div.box_media:hover {
    background-color: silver;
}

#browser div.box_media img {
    max-width: 110px;
    max-height: 110px;
    padding: 5px;
}

