/* ***** 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: #F0E8DD url(img/jct_fond.png) repeat ;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 1.3em;
	text-align:justify;
}

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

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

img {
	border:none;
	margin:0px;
	}

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

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

a:visited{
	color: #FFCC00;
}

a:hover{
	color: #BB9600;
}



/* La page
-------------------------------------------------------- */
#page{

}
 
/* L'entıte
-------------------------------------------------------- */
#top{
}

/* Le contenu
-------------------------------------------------------- */
#bienvenue{
	color: #FFCC00;
	background: transparent;
	text-align:right;
	line-height:1.3em;
	font-size:0.85em;
	font-style:italic;
}

#iconsole {
	text-align:right;
}

.query_wines{
	font-family:"Trebuchet MS", Verdana;
	text-transform:uppercase;
	text-align:center;
	font-size:8px;
	font-weight: bold;
	background-color: #003366;
	border:none;
	color: #FFFFFF;
	line-height:1.6em;
	width:100px;
}

.submit, .preview {
	text-align:center;
	font-family:"Trebuchet MS", Verdana;
	text-transform:uppercase;
	font-weight:bold;
	font-style:normal;
	font-size:0.8em;
	color:#FFFFFF;
	background:#003366;
	width:100px;
	}
	
.submit:hover, .preview:hover {
	background:#FFCC00;
	}

#navconsole {
	text-align:right;
	font-weight:bold;
	font-size:0.85em;
	}

#navconsole ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
	
#navconsole img{
	margin:0;
}

#navconsole a img{
	border:none;
}

.post-title, .post h2{
	margin-top:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size:1.8em;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom: 0;
}

.post-title a{
	color: #FFFFFF;
	font-size:1.0em;
	text-decoration: none;
}

.post-title a:visited{
	color:#FFFFFF;
}

.post-info{
	margin-top: 1em;
        font-size : 0.9em;
	color: #FFF;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

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

.post-content{
	font-size:0.9em;
}

.post-content select{
	line-height:1.2em;
}

.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;
	color: inherit;
}



#sidebar h2, #sidebar h3{
	color: #9ED200;
	margin: 0 0 1ex 0;
}

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

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

#search {
	text-align: right;
}

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

#q{
	border: none;
	padding-left: 3px;
	background:#BB9600;
	vertical-align: middle;
	color: #FFFFFF;
}

#q_rech{

	border: none;
	vertical-align: middle;
	color: #FFFFFF;
}


.pagination {
	font:3em;
	}

.pagenav {
	font: 0.6em;

	font-family:"Trebuchet MS", Tahoma;
	text-transform:uppercase;
}

p.pagenav a {

}

p.pagenav a:hover {
}

p.pagenav strong {
}

.arrowpagenav {
	font-weight:bold;
}
	
/* Le pied de page
-------------------------------------------------------- */
#mentionlegale{
	margin: 0;
	padding-top: 1em;
	text-align: center;
	font-family:"Trebuchet MS", Verdana;
	font-size:0.7em;
	font-weight:bold;
	color:#6699CC;
}

#footer{
	margin: -2px 0 0 0;
	padding-bottom: 1em;
	text-align: center;
	font-family:"Trebuchet MS", Verdana;
	font-size:0.7em;
	font-weight:bold;
	text-transform:uppercase;
}

#footer a{
	color:#FFFFFF;
}

