/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 *  Maurice Svay
 */

/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

/* @import "layout.css"; */
/* @import "layout-gauche.css"; */
 /* Les éléments HTML en général
-------------------------------------------------------- */
html{
	margin: 0px;
	padding: 0px;
	overflow-x: visible;
}

body{
	background: #000;
	width: 100%;
	height: 100%;
	color: #666; 
	margin: 0px;
	padding: 0px;
	text-align: center; font: normal normal 12px/17px Verdana, Arial, sans-serif;
}

#ffscrollbarfix {
	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1em;
	z-index: -1;
}

input{
	color: #000;
	font: normal normal 12px Arial, sans-serif; 
}

h1{
	font: normal bold 15pt Arial, Verdana, sans-serif; 
	font-variant: small-caps;
	color: #CCC;
	padding: 2px 2px 2px 5px;
}

h2{
	color: #666;
	font:  normal bold 13px Arial, Verdana, sans-serif;
}

h3{
	font: normal bold 11pt Arial, Verdana, sans-serif;
	color: #BCBCBC;
	padding: 3px;
}

h4{
	color: #000;
	font:  normal bold 12px Verdana, Arial, sans-serif;
}

h5{
	color: #000;
	font:  normal bold 11px Verdana, Arial, sans-serif;
}

h6{
	color: #000;
	font:  normal bold 10px Verdana, Arial, sans-serif;
}

ol, ol ol, ol ol ol{
	color: #BCBCBC;
	font: normal normal 12px/17px  Verdana, Arial, sans-serif;
}

ul{
	list-style-image: url('/images/bullet.gif');
	color: #BCBCBC; 
	font: normal normal 12px/17px Verdana, Arial, sans-serif;
}

ul ul{ 
	color: #BCBCBC;
	font: normal normal 11px/16px Verdana, Arial, sans-serif;
}

ul ul ul{
	color: #BCBCBC;
	font: normal normal 10px/13px Verdana, Arial, sans-serif;
}

.tableback{
	background: #191919;
	width: 760px;
	//margin-top: -3px;
	border-top: 1px solid #333;
}

.leftside{
	background: transparent;
	color: #CCC; 
	width: 250px;
	padding: 10px;
	height: 100%;
	text-align: left; 
	font: normal normal 12px/17px Verdana, Arial, sans-serif; 
}
	
.content{
	background: #191919;
	width: 490px;
	color: #BCBCBC; font: normal normal 12px/17px Verdana, Arial, sans-serif; 
	padding: 10px; 
	text-align: left;
	border-left: 1px solid #333;
}

.contentfull{
	background: #191919;
	width: 760px;
	color: #BCBCBC; font: normal normal 12px/17px Verdana, Arial, sans-serif; 
	padding: 10px; 
	text-align: left;
}

.leftside2{
	background: transparent;
	color: #000; 
	width: 150px;
	padding: 10px;
	height: 100%;
	text-align: left; 
	font: normal normal 12px/17px Verdana, Arial, sans-serif; 
}

.content2{
	background: #191919;
	width: 580px;
	color: #BCBCBC;
	font: normal normal 12px/17px Verdana, Arial, sans-serif; 
	padding: 10px; 
	text-align: left;
	border-left: 1px solid #333;
}

#menuheader {
	display: block;
	text-align: left;
	font: normal normal 12px/16px Verdana, Arial, sans-serif; 
	font-variant: small-caps;
	color: #B6B7B8; 
}

.mainmenu { 
	display: block;
	text-align: left;
	font: normal normal 11px/15px Verdana, Arial, sans-serif; 
	color: #B1B1B1; 
	width: 740px; 
	height: 24px;
	padding-left: 10px;
	padding-top: 3px;
}

/* Define main menu mouseover states */
.mainmenu a{
	text-align: left;
	color: #B1B1B1;
	text-decoration: none;
}

.mainmenu a:link{
	text-align: left;
	color: #666;
	text-decoration: none;
}

.mainmenu a:visited{
	text-align: left;
	color: #B1B1B1;
	text-decoration: none;
}

.mainmenu a:hover{
	text-align: left;
	color: #CCC;
	text-decoration: underline;
}

.splashleft{
	background: transparent;
	color: #000;
	width: 300px;
	padding: 10px;
	height: 100%;
	text-align: left;
}

#submenu{ 
	display: block;
	text-align: left;
	font: normal normal 12px/16px Verdana, Arial, sans-serif; 
	font-variant: small-caps;
	color: #B1B1B1; 
	width: 120px; 
	padding-left: 5px;
}

/* Define main menu mouseover states */
#submenu a{
	text-align: left;
	color: #B1B1B1;
	text-decoration: none;
}

#submenu a:hover{
	text-align: left;
	color: #CCC;
	text-decoration: none;
}

/* Define footer section */
.footer{
	border-top: 1px solid #333;
	background: #0E0E0E;
	font: normal normal 11px/14px Verdana, Arial, sans-serif; 
	text-align: center;
	height: 20px; 
	width: 750px;
	padding: 5px;
	color: #CCC;
}

.footer a:link{
	color: #CCC;
	text-decoration: none;
}

.footer a:active{
	color: #FFF;
	text-decoration: none;
}

.footer a:visited{
	color: #CCC;
	text-decoration: none;
}

.footer a:hover{
	color: #FFF;
	text-decoration: underline;
}
	
/* Define standard hyperlinks */	
a:link{
	color: #CCC;
}  

a:active{
	color: #CCC;
}

a:visited{
	color: #CCC;
}

a:hover{
	color: #FFF;
	text-decoration: none;
}


/* Define product page sections */
.productbox{
	background: #EDEEEF;
	color: 000;
	font: normal normal 11px/13px Verdana, Arial, sans-serif; 
	padding: 4px 10px 4px 10px;
	border: 1px solid #CBCBC8;
	text-align: left;
}

.productboxtop{
	background: #660000;
	color: #FFF;
	font: normal bold 12px/15px Verdana, Arial, sans-serif; 
	padding: 4px 10px 4px 10px;
	text-align: center; 
	border-top: 1px solid #CBCBC8;
	border-left: 1px solid #CBCBC8;
	border-right: 1px solid #CBCBC8;
}

.products{
	background: #191919;
}

.productsleft{
	background: #FFF;
	color: #195C82;
	border-left: 1px solid #CBCBC8; 
	border-top: 1px solid #CBCBC8; 
	padding: 4px 10px 4px 10px;
	text-align: center;
}

.productsright{
	background: #FFF;
	color: #195C82;
	border-left: 1px solid #CBCBC8;
	border-top: 1px solid #CBCBC8; 
	padding: 4px 10px 4px 10px;
	text-align: center;
	border-right: 1px solid #CBCBC8;
}

.productboxleft{
	background: #EDEEEF;
	color: #000;
	text-align: center;
	font: normal normal 11px/13px Verdana, Arial, sans-serif; 
	padding: 4px 10px 4px 10px;
	border-left: 1px solid #660000;
	border-top: 1px solid #CBCBC8;
}

.productboxright{
	background: #EDEEEF;
	color: #000;
	text-align: center;
	font: normal normal 11px/13px Verdana, Arial, sans-serif; 
	padding: 4px 10px 4px 10px;
	border-left: 1px solid #660000;
	border-right: 1px solid #CBCBC8; 
	border-top: 1px solid #CBCBC8;
}

.productboxlbot{
	background: #EDEEEF;
	color: #000;
	text-align: center;
	font: normal normal 11px/13px Verdana, Arial, sans-serif;
	border-bottom: 1px solid #CBCBC8;
	padding: 4px 10px 4px 10px;
	border-left: 1px solid #CBCBC8;
	border-top: 1px solid #CBCBC8;
}

.productboxrbot{
	background: #EDEEEF;
	color: #000;
	text-align: center;
	font: normal normal 11px/13px Verdana, Arial, sans-serif; 
	padding: 4px 10px 4px 10px;
	border-left: 1px solid #CBCBC8;
	border-bottom: 1px solid #CBCBC8;
	border-right: 1px solid #CBCBC8;
	border-top: 1px solid #CBCBC8;
}

/* Define textbox area */
.textbox{
	background: #0E0E0E;
	color: #B6B7B8; 
	font: normal normal 10px/14px Verdana, Arial, sans-serif; 
	padding: 5px 10px 5px 10px;
	text-align: left;
	border: 1px solid #333;
}

.textboxheader{
	background: #660000;
	color: #FFF;
	height: 24px;
	text-align: center;
	font: normal bold 12px/15px Verdana, Arial, sans-serif; 
	padding: 4px 10px 4px 10px; 
}

/* From Original DotClear css file */

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */

.day-date{
	padding-left: 20px;
	margin-left: 5px;
	color: #888;
	background: url('/images/bullet.gif') no-repeat left center;
	font-style: italic;
	font-weight: bold
}

.post-title{
	color: #B90000;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #B90000;
	background: transparent;
	text-decoration: none;
}

.post-title a:hover{
	color: #FF0000;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #BB9900;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #BB9900;
	background: transparent;
	text-decoration: none;
}
.post-info a:hover{
	color: #FF9900;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 20px;
	color: inherit;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url("/images/q.png") no-repeat 4px center;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar div#calendar table{
	font-size: 0.8em;
	font-weight: bold;
	color: #999;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #999;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #333;
}

#sidebar div#calendar table td a{
	display: block;
	background: #999;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #FFF;
	color: #999;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;
}

#footer a{
	color: #999;
}