/* ***** 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: #EEE;
	color: #333333;
	font-size: 11px;
	font-family: "verdana";
	text-align:justify;
	line-height:1.6em;
}

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

h1{font-size: 1.5em;}
h2{font-size: 15px; margin-top:5px}
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;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #D0ECFD;
}

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

a{
	color: #000;
	
}

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/page.png) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 200px;
	
	background: #FFF url(img/top.jpg) no-repeat left top;
}

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

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}

/* 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: -25px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
}

.post{
	padding-bottom: 15px;
	font-size:12px;
	font-family: Verdana;
	line-height:20px;
	background-image: url(img/bar2.gif);
	background-repeat: no-repeat;
	text-align:justify

	}

.post img { max-width: 390px}

.post-title{
	color: #F90;
	background: transparent;
	margin-bottom: 0;
	padding-top: 5px;
	border-top: 1px solid #FC0;

}

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

.post-info{
	margin-top: 0;
	color: #FA0;
	padding-bottom: -10px;
}

.post-info a{
	color: #FA0;
	text-decoration: none;
}

.post-content{
	text-align: justify;
	font-size:12px;
}

.post-content img{
	max-width: 150px;
	
	float: left;
	padding-right:10px;
	
	
}

.post-content a{
	color:
#CC3366;
	font-size: 11px;

}


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



.spacer {clear:both;padding-top:10px}

.post-chapo img{

	float: right;
	padding-left:10px;
	
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	color: inherit;
}

#sidebar a {
    display: block;
    text-decoration: none;
	padding-left: 5px;
	}


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

#sidebar li{
	margin: 0px;
	padding: 0px;

}

#sidebar h2{
	color: #663366;
	margin: 0 0 1ex 0;
}

#sidebar h2 a{
	color: #663366;
	text-decoration: none;	
}
#sidebar h3{
	font-size: 11px;
	margin: 0;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar div#search{
	color: inherit;
	line-height: 2.3em;
}

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

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#sidebar div#categories
{
	padding:5px;
	margin-top:10px;
	background-image: url("img/sidebar_part_3.gif");
	background-repeat:no-repeat;
	
}

#sidebar div#categories a
{
	color: #CC0000;	
	border-bottom: 1px dotted #CC0000;
}

#sidebar div#categories h2
{
	color: #CC0000;	
}

#sidebar div#categories a:hover {
    color: #FFFFFF;
	background-color: #FF99CC;
	}

#sidebar div#related 
{
	padding:5px;
	margin-top:30px;
	background-image: url("img/sidebar_part_1.gif");
	background-repeat:no-repeat;
}

#sidebar div#related a
{
	color: #FFFFFF;
	border-bottom: 1px dotted  #FFFFFF;	
}

#sidebar div#related a:hover
{
	color: #FFFFFF;
	background-color: #3366FF;
}

#sidebar div#galleries
{
	padding:5px;
	margin-top:10px;
	height: 30px;
	background-image: url("img/sidebar_part_2.gif");
	background-repeat:no-repeat;
}

#sidebar div#galleries a
{
	color: #FFFFFF;		
}

#sidebar div#galleries h2 a
{
	color: #FFFFFF;
	text-decoration: none;	
	border-bottom: 0px;	
}


#sidebar div#galleries a:hover
{
	background-color: #CCFF00;
}

#sidebar div#links
{
	padding:5px;
	margin-top:10px;
	background-image: url("img/sidebar_part_4.gif");
	background-repeat:no-repeat;
}

#sidebar div#links a
{
	color: #660000;		
}

#sidebar div#links a:hover
{
	background-color: #FFCC00;
}


#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar div#calendar table{
	font-size: 9px;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #FF9900;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#sidebar div#calendar table td a{
	display: block;
	background: #EFA;
	color: #493;
	font-weight: bold;
	text-decoration: none;

}

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}

#sidebar div#billets 
{
	padding:5px;
	margin-top:30px;
	background-color:#3399CC
}



/* CatPost
-------------------------------------------------------- */
#sidebar div#listcatpost
{
	padding:5px;
	margin-top:30px;
	background-color:#FFE1E1;
	background-image: url("img/sidebar_part_5.gif");
	background-repeat:no-repeat;
	
}

#sidebar div#listcatpost a
{
	color: #CC3366;
	border-bottom: 1px dotted  #CC3366;	
}

#sidebar div#listcatpost a:hover
{
	color: #CC3366;
	background-color: #FFCC00;
}
#sidebar div#listcatpost h6
{
	color: #663366;
	margin: 0 0 1ex 0;
	font-size: 15px; margin-top:5px
}



/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;
}

#footer a{
	color: #999;
}



/* Les commentaires
-------------------------------------------------------- */

#comments {
	color: #660000;
	font-size: 10px;

}

#comments h3 {
	color: #FF3399;
	font-size: 12px;
	background-color: #660000;
}

/* Le Blabla de la home
-------------------------------------------------------- */
#blabla {
	color: #333333;
	font-size: 11px;
	font-family:verdana;
	padding-left: 30px;
	padding-right: 45px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	margin-left: -5px;
	margin-top: 15px;
	background-image: url(img/fondrelated.gif);
	background-repeat: no-repeat;
	text-align:justify;
}

#blabla h1, h2 {
	font-size: 20px;
	margin-top: -5px;
	color:#3366FF;
}
#blabla a {
	padding-left:20px;
}

/* Related
-------------------------------------------------------- */

.related {
	padding:20px;
	text-align: justify;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	background-image:url(img/fondrelated.gif);
	background-repeat: no-repeat;
}

.related h1{
	
	font-size:25px;
	color: #3366FF;
	text-align:left;
}

.related h2{
	
	font-size:18px;
	color: #3366FF;
	text-align:left;
}


/* Mailer
-------------------------------------------------------- */

div.mailing{
	padding:20px;
	text-align: justify;
	font-size:12px;
	background-image:url(img/fondrelated.gif);
	background-repeat: no-repeat;
}

.mailing h2{
	
	font-size:25px;
	color: #FF33CC;
}

div.contact{
	padding:20px;
	text-align: justify;
	font-size:12px;
	background-image:url(img/fondrelated.gif);
	background-repeat: no-repeat;
}

.contact h2{
	
	font-size:25px;
	color: #660000;
}

div.recommand {
	padding:20px;
	text-align: justify;
	font-size:12px;
	background-image:url(img/fondrelated.gif);
	background-repeat: no-repeat;
}

.recommand h2{
	
	font-size:25px;
	color: #FF9900;
}


/* Pagination
-------------------------------------------------------- */

.pagenav {
	font: 0.9em;
	text-align:center
}

p.pagenav a {
	
	color: black;
	padding:2px;
	border: 1px solid #bbb;
	text-decoration: none;
	font-size:90%;
	background-color: #99CC00;		
}

p.pagenav a:hover {
	background:#598F9A;
	color:white;
}

p.pagenav strong {
	color: black;
	padding:2px;
	border: 1px solid #bbb;
	background-color: #FF0099;
}


