/**
* Feuille de Style du Site : PassionDuTemps.com
* 
* 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 $
*/

blockquote {
    background: #f7d1ff;
    border-color: #b287bc #FFFFFF #FFFFFF #b287bc;
}

fieldset {
    border: 0 none;
}

a.lien_active {
    color: #800080; 
    text-decoration: none;   
}

span.enligne {
    color: green;
    font-weight: bold;
}

span.horsligne {
    color: red;
    font-weight: bold;
}

.news_block h2.block_content {
    margin: 0px;
}

#left_col {
    /* clear: both; */
    width: 225px;
    /* position: absolute; */
    float: left;
    left: 0px;
    top: 0px;
    /* border: 2px solid blue; */
}

#page_content {
    /* float: left; */
    /* position: absolute; */
    margin-right: 225px;
    margin-left: 225px;
    text-align: left;
    top: 0px;
    /* border: 2px solid red; */
    min-width: 550px;
    max-width: 1000px;
}

#page_content_left {
    /* float: left; */
    margin-left: 225px;
    text-align: center;
    /* border: 2px solid red; */
    min-width: 775px;
    max-width: 1000px;
}

#page_content_right {
    /* float: left; */
    margin-right: 225px;
    text-align: center;
    /* border: 2px solid red; */
    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;
    
}

div.html_link_search {
    margin-left: 5px !important;
    margin-bottom: 30px !important; 
}

.block {
    margin: 5px;
    margin-bottom: 30px; 
}

.block_title {     
    margin-bottom: 20px;
    font-style: italic;
    color: #666;
    background-color: white;
    font-size: 18px;
}

.block_content { 
/*    padding: 5px;*/
/*    line-height: 1.6em;*/
}

.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;  */
}

.html_table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    vertical-align: top;
    margin-bottom: 15px;
    border: 1px solid #CCC;
}

.html_table thead tr {

}

.html_table thead th {
    color: white;
    background-color: #666;
    border: 1px solid #CCC;
    border-collapse: collapse;
    text-align: center;
    table-layout: auto;
    vertical-align: middle;
}

.html_table thead th, .html_table tbody td {
    vertical-align: top;
    border-collapse: collapse;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

.html_table tbody tr {
/*    ici pour coloriser nos cellules en background si pas de background image dans .html_div_table      */
    color: #666;
    background-color: #F7F7F7;
}

.html_table tbody tr.checked {
/* colorise une ligne qui a été checked dans html_table() */
    background-color: #b287bc;    
}

.html_table tbody tr.checked td {
/* met en gras le texte qui a été checked dans html_table() */ 
    font-weight: bold;    
}

.html_table tbody tr:hover.hover, .html_table tbody tr td:hover.hover, .html_table tbody tr:hover.checked {
    color: #666;        
}

/*.html_table th {
    border: 1px solid #141818;
    padding: 5px;               
    background-color: #b287bc;
    text-align: left;
} */

.html_table td {
}

.html_table tfoot th {
    color: white;
    background-color: #666;
    border: 1px solid #CCC;
    border-collapse: collapse;
    text-align: left;
    table-layout: auto;
    vertical-align: middle;
    padding: 5px;     
}

.html_table tfoot tr {
    background: url(../../images/block/title_background.png) repeat top left;
}

.html_table_titre {
    font-weight: bold;

}

/************************* VOTES ***************************/
#divVote{
	display: inline-block;
	width: 49%;
}

#divVote ul{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 15px;
	background: url('../../mc6/images/divers/starrating.png') top left repeat-x;
}

#divVote ul li{
	margin: 0;
	padding: 0;
	float: left;
	height: 15px;
}

#divVote ul li a{
	display: inline-block;	
	height: 15px;
	width: 100%;
	cursor: pointer;
}

.aVide{
	background: url('../../mc6/images/divers/starrating.png') top left;
}

.aSurvol{
	background: url('../../mc6/images/divers/starrating.png') center center;
}

.aVote{
	background: url('../../mc6/images/divers/starrating.png') bottom center;
}

#displayVote{
	display: inline-block;
	width: 49%;
}

#displayVote ul{
	list-style: none;
	margin: 5px 0 0 0;	
	padding: 0;
	height: 15px;
}

#displayVote ul li{
	margin: 0;
	padding: 0;
	float: left;
	height: 15px;
}

#displayVote ul li a{
	display: inline-block;	
	height: 15px;
	width: 100%;
	cursor: pointer;
}
