/**
* Feuille de Style du Site
* 
* 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: style.css 232 2009-11-16 17:07:07Z amonra $
*/

.banniere_accueil {
    width: 550px;
/*    border: 1px solid #C7C5C8; */
    margin-bottom: 20px;
}
               
span.enligne {
    color: green;
    font-weight: bold;
}

span.horsligne {
    color: red;
    font-weight: bold;
}

a.title_membre {
    font-size: 22px !important;
    font-weight: bold;
    text-decoration: none;
}

.news_block h2.block_content {
    margin: 0px;
}

#left_col {
    width: 225px;
    float: left;
    left: 0px;
    top: 0px;
}

#page_content {
    margin-right: 225px;
    margin-left: 225px;
    text-align: left;
    top: 0px;
    min-width: 550px;
    max-width: 1000px;
}

#page_content_left {
    margin-left: 225px;
    text-align: center;
    min-width: 775px;
    max-width: 1000px;
}

#page_content_right {
    margin-right: 225px;
    text-align: center;
    min-width: 775px;
    max-width: 1000px;
}

#page_content_big { /* disposition seul */
    /* float: left; */
    text-align: center;
    /* border: 2px solid red; */
    /* min-width: 1024px;
    max-width: 1280px; */
}

#right_col {
    width: 225px;
    /* float: right; */
    position: absolute;
    right: 0px;
    top: 0px;
    /* border: 2px solid orange; */
}

.gras{
	font-weight: bolder;
}

.displayOff{
	display: none;
}

.oui {
	font-weight: bolder;
	color: green;
}

.non {
	font-weight: bolder;
	color: #CA0000;
}

.title_true {
    color: green;
    font-size: 18px;
}

.title_false {
    color: red;
    font-size: 18px;
}

/* EN BETA TEST ************************************************/

.html_div {
    float: left;
}

.html_div_clear {
    clear: both;
}

.html_div_small {
    width: 25%;
    float: left;
    top: 0px;
}

.html_div_medium {
    width: 50%;
    float: left;
    left: 0px;
    top: 0px;
}

.html_div_big {
    width: 75%;
    float: left;
    left: 0px;
    top: 0px;
}

.html_div_content {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.html_div_full {
    width: 100%;
    float: left;
    left: 0px;
    top: 0px;
}

span.debug {
    color: red;
    
}

.block {
    margin: 5px;
    margin-bottom: 10px; 
}

.block_title {     
    color: #FFFFFF;
    padding: 5px 15px 5px 5px;
    border-bottom: none;
    text-align: right;
    color:#FFFFFF;
    background-color:#899ab6;
    border:1px solid #CCCCCC;
    border-collapse:collapse;
    table-layout:auto;
    vertical-align:middle;
}

.block_content { 
    padding: 5px;
    border: 1px solid #CCC;
/*    background: #dfc6e4;*/
}

.block_info {
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.block_table {
    margin: 5px 5px 10px;
    padding: 0px;
/*    background: #0D0D0D url(../../images/block/background.jpg) no-repeat bottom right;  */
}

.block_content li, .block_content ul {
/*    list-style: none;
    padding-left: 0px;   */
}

