/* ***** 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 difinit le style visuel pour les diffirents iliments du blog.
 * Dans l'ordre, vous trouverez les rhgles qui difinissent l'apparence pour:
 * - les iliments HTML en giniral
 * - la page
 * - l'entjte
 * - le prilude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est difini dans le fichier layout.css
 * Pour mettre la barre de navigation ` gauche, dicommentez l'appel ` 
 * layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les iliments HTML en giniral
-------------------------------------------------------- */
body{
	background: #EEE;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	/*border-top: 10px solid #DDD;*/
}

h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Arial, 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;
	cursor: hand;
}

.field label{
	display: block;
}

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

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

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

/*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/gascony/page.jpg) repeat-y center top;
	color: inherit;
}
 
/* L'entjte
-------------------------------------------------------- */
#top{
	height: 159px;
	/*padding-top: 20px;*/
	background: #FFF url(img/gascony/bando2.jpg) no-repeat center top;
	margin:0px;
	padding:0px;
	
}

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

/* La barre de navigation
-------------------------------------------------------- */
#navigation{
	margin-left:9px;
	width:761px;
	background:#e2d785;
	margin-bottom:10px;
	padding:0px;

}

#navigation ul{
	margin:0px;
	padding:0px;
	margin-left:20px;
	list-style-type:none;
	padding-top:5px;
	padding-bottom:5px;
}

#navigation li{
	display:inline;
	color:#857927;
	
}

#navigation a{
	text-decoration:none;
	margin-right:5px;
	color:#645c25;
}


/* 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 d'un post dans une liste de propriétés
-------------------------------------------------------- */
.post{
	width: 100%;
	float: none;
	clear: both;
	margin-bottom: 25px;
}

.post-title{
	color: #F90;
	background: transparent;
	text-align: left;
	margin-bottom: 6px;
	float: none;
}

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

.post-info{
	margin-top: 5px;
	color: #FA0;
	background: transparent;
	text-align: left;
	padding-bottom: 1px;
	text-align: right;
	/*border-bottom: 1px solid #FA0;*/
	border-top: 1px solid #FA0;
	margin-bottom: 10px;
	width: 100%;
	float: none;
}

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

.post-content{
	/*text-align: justify;*/
	width: 40%;
	float: left;
	text-align: left;
	height: auto;
	margin-bottom: 0px;
}

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

.post-image{
	text-align: right;
	width: 59%;
	float: right;
	margin: 5px auto 5px 5px;
	height: auto;
}

.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* Le contenu du "focus" sur un post
-------------------------------------------------------- */
.post_focus{
	width: 100%;
	margin-bottom: 10px;
}

.post-title_focus{
	color: #F90;
	background: transparent;
	text-align: left;
	margin-bottom: 6px;
}

.post-title_focus a{
	color: #F90;
	background: transparent;
	text-align: left;
	text-decoration: none;
}

.post-info_focus{
	margin-top: 5px;
	color: #FA0;
	background: transparent;
	text-align: left;
	padding-bottom: 1px;
	text-align: right;
	border-top: 1px solid #FA0;
	margin-bottom: 10px;
	width: 100%;
}

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

.post-content_focus{
	text-align: left;
	height: auto;
	margin-bottom: 0px;
}

.post-content_focus blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-image_focus{
	text-align: right;
	float: right;
	margin: 5px auto 5px 5px;
	height: auto;
	width:auto;
}

.post-info-co_focus{
	text-align: right;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	/*border-bottom: 1px solid #F0F0F0;*/
	color: inherit;
	/*cette commande a ete rajoutée */
}

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

#sidebar h2, #sidebar h3{
	color: #a28a28;
	/*margin: 0 0 1ex 0;*/
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:1.2em;
}

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

#sidebar div#search{
	background: transparent;
	color: inherit;
	/*permet de reduire l'espace entre le titre et la barre de recherche*/
	/*line-height: 2.3em;*/
	line-height: 1em;
	padding:0px;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom:10px;
	}

#sidebar div#search h2{
	margin:0;
	padding:0;
/*permet de regler l'espace entre rechercher et la barre de recherche*/
	margin-bottom:5px;
}
#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

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

#sidebar div#menu{
	padding:0px;
	margin-bottom: 20px;
	margin-left: 30px;
}

#sidebar div#menu ul li a{
	color:#535212;
	/*font-size: 1.2em;*/
	text-decoration: none;
	/*line-height:40px;*/
	/*text-align: center;*/
	display:block;
	width: 120px;
	height: 40px;
	margin:0px;
	text-indent: 0px;
	/*visibility: hidden;*/
	}

#sidebar div#menu ul li {
	/*background:url(img/gascony/vide.jpg) no-repeat left;*/
	/*margin-left:-50px;*/
	margin:0px;
	padding:0px;
	margin-bottom:3px;
	/*height:29px;*/
	}
/***********attribution des bouton de menu*************/
/*filter: alpha(opacity=75)*/
#gascony{background:url(img/gascony/gascony.jpg) no-repeat left;}
/*#gascony:hover{background:url(img/gascony/gascony_over.jpg) no-repeat left;}*/
#history{background:url(img/gascony/history.jpg) no-repeat left;}
/*#history:hover{background:url(img/gascony/history_over.jpg) no-repeat left;}*/
#somewhere{background:url(img/gascony/somewhere.jpg) no-repeat left;}
/*#somewhere:hover{background:url(img/gascony/somewhere_over.jpg) no-repeat left;}*/
#food{background:url(img/gascony/food.jpg) no-repeat left;}
/*#food:hover{background:url(img/gascony/food_over.jpg) no-repeat left;}*/
#home{background:url(img/gascony/home.jpg) no-repeat left;}
/*#home:hover{background:url(img/gascony/home_over.jpg) no-repeat left;}*/

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0px;
	/*padding: 1em;
	border-top: 1px solid #CCC;*/
	background: #EEE;
	/*color: #666;*/
	color: #626262;
	height:70px;
	background: #fff url(img/gascony/footer2.jpg) no-repeat center bottom;
	text-align:center;
}

#footer a{
color: #626262;
margin:0px;
paddin:0px;
/*color: #999;*/
}

/* Le formulaire
-------------------------------------------------------- */

span.etoile{
	font-size: 1.2em;
	color: red;
}

/* Message de confirmation d'envoi du formulaire
-------------------------------------------------------- */

span.msg{
	font-size: 1.1em;
	font-weight: 600;
	color: #666666;
	font-variant: small-caps;
}