/* ***** 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
-------------------------------------------------------- */
body{
	background-color: #FFFFFF;
	background-image: url(../../images/mistletoe/fade_side.gif);
	background-repeat: repeat-y;
	background-position: 950px;
	color: #333333;
	font-size: 70%;
	line-height: 1.6em;
	font-family: Tahoma, Helvetica, sans-serif;
}

table{
	font-size: 100%;
	line-height: 1.6em;
	font-family: Tahoma, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
	font-size: 100%;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #333333;
	text-decoration: none;
}

/* Les bordures thématiques
-------------------------------------------------------- */
.border_cinema{
	border-top-color: #FF0099;
}
.border_musique{
	border-top-color: #66FF00;
}
.border_internet{
	border-top-color: #66CCFF;
}
.border_dvd{
	border-top-color: #BE31FF;
}
.border_publicite{
	border-top-color: #CC0000;
}
.border_tv{
	border-top-color: #FF9900;
}
.border_photo{
	border-top-color: #8F4A4A;
}

/* Les fonds "over" thématiques
-------------------------------------------------------- */
.bg_cinema_over{
	background-color: #FF0099;
}
.bg_musique_over{
	background-color: #66FF00;
}
.bg_internet_over{
	background-color: #66CCFF;
}
.bg_dvd_over{
	background-color: #BE31FF;
}
.bg_publicite_over{
	background-color: #CC0000;
}
.bg_tv_over{
	background-color: #FF9900;
}
.bg_photo_over{
	background-color: #8F4A4A;
}

/* Les fonds thématiques
-------------------------------------------------------- */
.bg_cinema{
	background-color: #431133;
}
.bg_musique{
	background-color: #244415;
}
.bg_internet{
	background-color: #243A48;
}
.bg_dvd{
	background-color: #361B48;
}
.bg_publicite{
	background-color: #391115;
}
.bg_tv{
	background-color: #432F15;
}
.bg_photo{
	background-color: #2D2024;
}

/* Les polices/liens thématiques
-------------------------------------------------------- */
.cinema, #sidebar a.cinema{
	color: #FF0099;
}
.musique, #sidebar a.musique{
	color: #66FF00;
}
.internet, #sidebar a.internet{
	color: #66CCFF;
}
.dvd, #sidebar a.dvd{
	color: #BE31FF;
}
.publicite, #sidebar a.publicite{
	color: #CC0000;
}
.tv, #sidebar a.tv{
	color: #FF9900;
}
.photo, #sidebar a.photo{
	color: #8F4A4A;
}

/* Les liens "over" thématiques
-------------------------------------------------------- */
a.cinema:hover, #sidebar a.cinema:hover{
	color: #FF0099;
	border-bottom: 1px dotted #FF0099;
}
a.musique:hover, #sidebar a.musique:hover{
	color: #66FF00;
	border-bottom: 1px dotted #66FF00;
}
a.internet:hover, #sidebar a.internet:hover{
	color: #66CCFF;
	border-bottom: 1px dotted #66CCFF;
}
a.dvd:hover, #sidebar a.dvd:hover{
	color: #BE31FF;
	border-bottom: 1px dotted #BE31FF;
}
a.publicite:hover, #sidebar a.publicite:hover{
	color: #CC0000;
	border-bottom: 1px dotted #CC0000;
}
a.tv:hover, #sidebar a.tv:hover{
	color: #FF9900;
	border-bottom: 1px dotted #FF9900;
}
a.photo:hover, #sidebar a.photo:hover{
	color: #8F4A4A;
	border-bottom: 1px dotted #8F4A4A;
}

#wrapper
{
	width: 1020px;
	margin: auto;
}

/* La barre de navigation
-------------------------------------------------------- */
#line_top
{
	width: 100%;
	height: 5px;
	background-color: #D5D5D5;
}

#navbar
{
	width: 100%;
	height: 24px;
	background-color: #F5F5F5;
	color: #D5D5D5;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}

#navbar #item
{
	margin-top: 4px;
}

#navbar a:hover
{
	border-bottom: none;
}

#navbar #categories
{
	position: relative;
	top: 3px;
	float: left;
	left: 100px;
}

#navbar #item.search{
	width: 199px;
	float: right;
	cursor: default;
}

#line_bottom
{
	width: 100%;
	height: 10px;
	background-image: url(../../images/miscellaneous/top_gradient.gif);
	background-repeat: repeat-x;
}

/* Le panneau Cinema
-------------------------------------------------------- */
#cinema, #cinema table{
	color: #333333;
}
#cinema #title{
	font-weight: bold;
	text-align: left;
	color: #333333;
	border-bottom: 1px dotted #D5D5D5;
}

/* Le panneau Musique
-------------------------------------------------------- */
#musique, #musique table{
	color: #333333;
}
#musique #title{
	font-weight: bold;
	text-align: left;
	color: #333333;
	border-bottom: 1px dotted #D5D5D5;
}

/* Les liens
-------------------------------------------------------- */
a:hover{
	color: #888888;
	border-bottom: 1px dotted #000000;
}

a.none:hover{
	border-bottom-width: 0px;
}

/* Les alignements
-------------------------------------------------------- */
.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */

#page{
	background-color: #FFFFFF;
	color: inherit;
	width: 100%;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 150px;
	width: 100%;
	background-color: #14151a;
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

#top #quote span{
	text-align: right;
	font-size: 8pt;
}

#top #logo{
	float: left;
	margin: 35px 0px 0px 150px;
}

#top #quote{
	float: left;
	border-left: 5px solid #FF0099;
	padding-left: 13px;
	margin-top: 36px;
	margin-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #FFFFFF;
	line-height: 22px;
	font-family: georgia;
	text-align: left;
	font-size: 17pt;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
}

.post-title{
	color: #555555;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #555555;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #666666;
	background: transparent;
	padding-bottom: 1ex;
}

.post-info a{
	background: transparent;
	text-decoration: none;
}

.post-content, .post-chapo {
	text-align: justify;
}

.post-content img.border{
	border: 1px solid #C0C0C0;
}

.post-content a, .post-info-co a{
	color: #888888;
}
.post-content a:hover, .post-info-co a:hover{
	color: #333333;
}

.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;
}

/* Les diaporamas
--------------------------------------------------------*/
.diaporama
{
	position: relative;
	z-index: 4;
	overflow: hidden;
	border: 1px solid #808080;
	-moz-opacity: 1;
}
.diaporama .slide
{
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	z-index: 0;
	cursor: pointer;
}
.diaporama .slide .legend
{
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0px;
	left: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 4px;
	-moz-opacity: 0.7;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar a{
	color: #333333;
}
#sidebar a:hover{
	border-bottom-color: #D5D5D5;
}

#sidebar div{
	color: inherit;
}

#sidebar div.section{
	border-top: 3px solid #D5D5D5;
	margin-bottom: 20px;
	padding: 5px 5px 5px 0px;
}

#sidebar div ul{
	margin: 0px 0px 0px 5px;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	font-weight: bold;
	color: #B0B0B0;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

form{
	margin: 0px 0px 0px 0px;
}

#search fieldset, #search p{
	margin: 0px 5px 0px 5px;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #F5F5F5 url(../../images/miscellaneous/icon_search.gif) no-repeat left center;
	color: #333333;	
	border-color: #D5D5D5;
}

#tagcloud{
	text-align: justify;
}
#tagcloud ul { margin: 0; padding: 0 1em; display: block; }
#tagcloud li { display: inline; margin: 0 0.1em; padding: 0; background-image: none; font-size: 0.9em; }
/*
#tagcloud li.level-1 { font-size: 0.9em; }
#tagcloud li.level-2 { font-size: 1.0em; }
#tagcloud li.level-3 { font-size: 1.1em; }
#tagcloud li.level-4 { font-size: 1.3em; }
#tagcloud li.level-5 { font-size: 1.5em; }
*/
#tagcloud li.level-1 a { color: #E0E0E0; }
#tagcloud li.level-2 a { color: #C0C0C0; }
#tagcloud li.level-3 a { color: #A0A0A0; }
#tagcloud li.level-4 a { color: #808080; }
#tagcloud li.level-5 a { color: #606060; }
#tags { text-align: justify; }
.nuage { display: block; text-decoration: none; }