/*
    GENERAL
*/

#module > div{
    position: relative;
    width: 100%;
}

#block{
    margin-top: 0px;
}

/*
    BLOCKS
*/

#image{
    position: relative;
    height: 400px;
    overflow: hidden;
    padding-bottom: 20px;
}

/*
    MAIN
*/


/* HEAD */
#head{
    min-height: 90px;
    padding-left: 3px;
}

#head_title > span{
    display: block;
}


#head_tools{
    float: right;
    height: 30px;
    padding-top: 20px;
}

.coeur{
    padding-top: 5px;
}

/*   ARTICLE   */


#article{
    float: left;
    position: relative;
    width: 730px;
    height: auto;
}


#article_body{
    padding-top: 30px;
    padding-bottom: 50px;
}

#article_body span{
    display: block;
}

#article_text{
    position: relative;
    left: 125px;
    width: 480px;
}

#article_text p, #article_text span {
    margin-top: 40px;
    text-align: justify;
    //text-indent : 60px;
}

#article_text > span:first-child {
    font-style: italic;
    font-size: 16px;
}

#article_text img{
    padding-top: 30px;
    max-width: 480px;
}

.article_publicated{
    position: relative;
    left: 125px;
    width: 480px;
}

/* FOOT */
#foot{
    height: 95px;
}

#foot_print{
    position: relative;
    float: left;
    top: 5px;
}

#foot_addthis{
    position: relative;
    float: right;
    top: 5px;
}

/* COMMENTS */
#comment{
    height: auto;
    padding-bottom: 20px;
}

#comment > div{
    position: relative;
    width: 100%;
}

#comment .head img{
    float: left;
}

div#comment_add{
    float: right;
    position: relative;
    width: 200px;
    text-align: right;
    height: 20px;
}

.comment{
    position: relative;
    padding-top: 10px;
    margin-top: 10px;
}

.comment:first{
    border-top: none;
}

.comment div {
    position: relative;
}

.comment_body > span{
    display: block;
    min-height: 20px;
}

.comment_footer{
    height: 40px;
}

.comment_left{
    float: left;
    width: 300px;
    padding-top: 5px;
}

.comment_right{
    float: right;
    width: 200px;
    text-align: right;
}

/*  comment response    */
.comment_response{
    padding-left: 20px;
}


/* Comment form */

.block_comment_form{
    margin-top: 20px;
    padding-bottom: 20px;
}

.block_comment_form table{
    padding-top: 30px;
    width: 500px;
}

.block_comment_form table span{
    font-size: ;
}

.block_comment_form td{
    width: 50%;
    padding-top: 10px; 
}


#visitor_name, #visitor_email{
    width: 230px;
}

#title, .block_comment_form textarea{
    width: 480px;
}

.block_comment_form textarea{
    height: 100px;
}



.form_label{
    display: block;
}

/*
    SIDE
*/

#side{
    float: right;
    position: relative;
    width: 230px;
    margin-left: 20px;
    line-height: 20px;
    padding-bottom: 30px;
    font-size: 12px;
}

#portrait{
    padding-bottom: 20px;
}

/*   dates   */
#where_dates{
    padding-top: 20px;
    padding-bottom: 20px;
}

#where_dates > span{
    display: block;
}

/*   about   */
#about_text{
    padding-top: 20px;
    padding-bottom: 20px;
}

#about_text span{
    display: inline;
}
#about_text > span{
    display: block;
}

/* more */

#more_text{
    padding-top: 20px;
    padding-bottom: 20px;
}

/*
    RELATED
*/

#related{
    height: 295px;
}

.related{
    position: relative;
    float: left;
    width: 230px;
    height: 170px;
    margin-top: 20px;
}

.notfirst{
    margin-left: 20px;
}

