/**
* 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 632 2009-03-22 23:51:25Z 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;
}
