/* ***** 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
 *  Laurent Pot 2006
 */

/* 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
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est dıfini dans le fichier layout.css
 */

@import "layout.css";
 
/* Les ılıments HTML en gınıral
-------------------------------------------------------- */
body{
background: url(img/gb_fond.png) repeat #877365 ;
font-family: "Trebuchet MS", Tahoma, sans-serif;
font-size: 0.8em;
color: #000000;
line-height: 1.3em;
text-align:justify;
}

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

.field label{
display: block;
}

.field input,textarea{
border: 1px solid #999;
background-color:#E8E2DE;}

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

textarea{
width: 100%;
font-size: 1em;
font-family: 'Trebuchet MS', Tahoma, sans-serif;}

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


a:hover{
color: #CC0000;
text-decoration:underline;}

.error{
color:#FFFFFF;
background:#CC0000;
padding-left:10px;}

#top img{
font-size:2em;}

#top {
text-align:center;}

/* Le contenu
-------------------------------------------------------- */
#bienvenue{
color:#877365;
text-align:right;
line-height:1.3em;
font-size:1.7ex;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;}

#adresse{
font-style:normal;
font-family:'Trebuchet MS', Tahoma, sans-serif;
font-weight:bold;
color:#3A322C;
text-align:right;
line-height:1.3em;
font-size:1.0em;
text-transform:uppercase;}

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

.post-title, #content h2{
margin-top:3px;
color: #584943;
font-size:2.0em;
text-transform:uppercase;
font-weight:bold;
line-height:1.0em;
margin-bottom: 0;}

.post-title a{
text-decoration:none;
color:#584943;}

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

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

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

.post-content a:hover{
text-decoration:underline;}

.post-content h5{
margin-top:2em;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
color: #000000;
font-size:1.2em;
line-height:1.2em;
margin-bottom: 0;}

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

.post-content blockquote{
font-family: Georgia, serif;
font-style: italic;
font-size:0.9em;}

/* La barre de navigation
-------------------------------------------------------- */

#sidebar ul{
margin: 0 0 20px 0;
padding: 0;
list-style: none;}
	
#navconsole li{
margin:0;}

#navconsole {
text-align:right;
line-height:1.2em;}
	
#navconsole a{
font-size:0.85em;
font-weight:bold;
text-transform:uppercase;}
	
#langues a{
color:#584943;}

#prof a{
color: #990000;}

#search {
text-align: right;
font-family:"Trebuchet MS", Tahoma, sans-serif;
font-size:0.9em;
font-style:normal;
text-transform:uppercase;
color:#990000;}

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

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

#q_rech{
border: none;
vertical-align: middle;
color: #99CC00;}

.pagenav {
font-size: 0.7em;
font-weight:bold;
text-align:center;}

/* Le pied de page
-------------------------------------------------------- */
#footer{
text-align: right;
text-transform:uppercase;
font-size:0.8em;
line-height:1.1em;}

#footer a{
color:#FFFFFF;}

#footer ul{
list-style:none;}

/* Table des matiıres - Plan du site
-------------------------------------------------------- */
#toc-plan {
text-align:left;
margin-left:50px;}
	
#toc-page li{
list-style:none;
text-align:left;}

#toc-page ul {
margin-left:0;
padding-left:0;
color: #000000;}

#toc-page img{
float:left;
}

#toc-page-menu{
float:right;
width: 190px;}

#toc-page p{
margin-top:0;}

#toc-page h2{
margin-top:3px;
line-height:1.2em;
margin-bottom:0.5em;}

#toc-page h3{
font-size:100%;
line-height:1.2em;
margin-bottom:0.5em;}

#toc-page a:hover {
text-decoration:underline;}


