/**
* Feuille de Style des Commentaires
* 
* MagicCorporation WebSystem v6.0
* Gestionnaire de Contenu pour site Internet
* 
* @package      MC6
* @subpackage   Index
* @author       Jean-Christophe Taisne <amonra@magiccorporation.com>
* @link         http://mc6.magiccorporation.com 
* @copyright    2000-2009 MagicCorporation
* @version      6.0 $Id: comment.css 2189 2014-09-09 08:39:03Z amonra $
*/

.comment p {
    cursor: pointer;
}

.comment #currentPage {
    color: orange;
}

/**
* Ajouter un Commentaire
*/

.comment_block_add #title {
    width: 50%;
}

.comment_block_add label {
/*    display: inline-block;*/
    width: 100px;
    font-weight: bolder;
    margin-bottom: 5px;
}

.comment_block_add .block_content {
    text-align: left;
/*    margin: 10px 0 10px 0;   */
}

.comment_block_add #btnSubmit {
    margin-top: 10px;    
/*    border: 1px solid orange;*/
}

.comment_list {
    text-align: center;
}

.comment_block_add legend { 
    font-size: 18px;
    font-weight: bold;
}

.comment_block_add fieldset { 
/*    border: 1px dashed #666666;  */
}

label {
/*    margin-top: 10px;
    display: block; */
}

#comments .tab_message .jump_page {
    text-align: right;
/*    padding: 5px;*/
}
#commentListPages {
    text-align: center;
/*    padding: 5px;*/
}

#comments .html_table td.tab_message {
    max-width: 495px;
}

.comment_block_add img.avatar {
    float: left;
    border: 0 none;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 50px;
    vertical-align: top !important;
}

.comment_block_add p.grade, .comment_block_add p.membre {
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
}

.comment_block_add .membre_info {
    width: 270px;
}

.comment_block_add .membre_info , .comment_block_add .stats {
    float: left;
}

.comment_block_add .stats span {
    font-weight: bold;
    font-size: 18px;    
}

.comment_block_add .stats {
   text-align: right;
   width: 380px;
}