/* ***** 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):
 *  Bebop
 */

@import "layout.css";

/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background-color:#7B8F35;
        /*background: url(imapast/chinaberry.jpg);*/
/* #262F03, ex: url(imapast/bg2.gif),#118F2E (vert italie)#065F1A ; #065F1A; background:#CFC8B8 url(imapast/rugo.jpg) ou*/ /*url(imapast/herbe_capt.JPG) ou url(imapast/herbe_capt2.jpg)*/
	color: #552025;
	font-size: 75%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

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


img { 
  border : none; 
  }


img a:hover{
	border : none;
}

pre, code{
	font-size: 1.1em;
	line-height: 1.4em;
}

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

fieldset{
	border: none;
}

label{
	cursor: pointer;
}

.field label{
	display: block;
}

acronym, abbr {
	cursor: help;
}

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

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

a{
	color:#7B8F35;
        /*color: #065F1A; */
	/*text-decoration: overline ;barre au dessus*/
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color:#7B8F35;
}

a:hover{
	color: #B1D83E;
}

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

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

.page{
	color: inherit;
}

/* L'entête
-------------------------------------------------------- */
#haut{
	background:url(imapast/fond-tile3.png);
}

/* ex : url(imapast/fondo2.gif);background-color: #DF0D33; #DFA200; #ED4F46 = super rouge pasteque* pasteque.jpg/*/

#top{
	/*background-color: #DF0D33;*/
	/*background-color: transparent;*/
	/*border-top: 1px solid #DF0D33;*/
	}

#top h1{
	margin: 0;
	padding: 15px 2px 0 15px;
	color: #FFFFFF;
	text-align: right;
}

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

#top img{
	margin: 10px auto 10px auto !important;
	margin: 10px auto 25px auto;
	background-color: #FFFFFF;
	padding: 9px;
	border: 1px solid #000000 ;
	
}
/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background-color: #B3DF00;
/*#DDE189; #B3DF00*/
}

#prelude p{
	margin-bottom:0;
	padding:10px;
	/*padding: 25px; > marge du dessus*/
	font-size: 75%;
	text-align: left;
}

/* --- 
NAVIGATION HORIZONTALE
--- */
 #navcontainer
{
background: #5F4E00;
/*#369;#552025;#900*/
border-top: 1px solid #552025;
font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navlist
{
list-style: none outside none;
margin: 0;
padding: 0;
}

@media all {
#navlist {
text-align: center
}
}

#navlist li
{
bottom: 11px;
display: inline;
line-height: 1.2em;
margin: 0;
padding: 0;
position: relative;
}

html>body #navlist li
{
background: #000;
margin: 0 3px 0 0;
padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited
{
background: #CFAA00;
/*#900;  */
border: 1px solid #FFF;
bottom: 2px;
color: #FFF;
cursor: pointer;
display: inline;
height: 1em;
margin: 0;
padding: 3px 5px 3px 5px;
position: relative;
right: 2px;
text-decoration: none;
}

#navlist a:hover
{
background: #DF0D33;
/*#C00;*/
bottom: 1px;
color: #FFF;
position: relative;
right: 1px;
}

#navlist a:active
{
background: #552025;
/*#999;*/
bottom: 0px;
color: #FFF;
position: relative;
right: 0px;
}

#navlist li#active
{
background: #552025;
/*#369;*/
bottom: 13px;
display: inline;
margin: 0 3px 0 0;
padding: 0;
position: relative;
}

html>body #navlist li#active
{
background: #000;
margin: 0 4px 0 4px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover
{
background: #369;
border-bottom: none;
border-left: 1px solid #9CC;
border-right: 1px solid #9CC;
border-top: 1px solid #9CC;
bottom: 0;
color: #FFF;
cursor: text;
margin: 0;
padding: 2px 5px 0 5px;
position: relative;
right: 0;
}

/* Le contenu
-------------------------------------------------------- */
#main{
	background-color:#FFF; 
/*#F9FFEF; fond du texte*/
}

.day-date{
	padding-right: 10px;
	margin: 0 -15px 0 -15px;
	color: #666;
	text-align: right;
	font-family: times, serif;
	font-style: italic;
}

#main h2{
/*border-top: 1px solid #065F1A;*/
	font-size: 1.7em;
	margin-top: 5px;
}

.post-title{
	color: #5F4E00;
/*#819800;#DF3F37;#990000*/
	background: transparent;
	margin-bottom: 0;
/*apres clic sur le titre*/
}

.post-title a:link, .post-title a:hover{
	color: #065F1A;
/*#819800;*/
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}
.post-title a:visited {
	color: #065F1A;
}
.post-info {
	padding-right: 10px;
	margin: 0 -15px 0 30px;
	text-align: right;
	color: #065F1A;
	background: transparent;
	padding-bottom: 0.5ex;
	font-size: 0.79em;
}

.post-info a{
	color: #DF0D33;
	background: transparent;
	text-align: right;
	text-decoration: none;
	font-weight: normal;
/*info sous le titre*/
}

.post-info a:hover{
	color: #B1D83E;
	text-align: right;
	text-decoration: underline;
/*info sous le titre*/
}

.post-content, .post-chapo {
	text-align: justify;
	font-size: 1em;
		}

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

.post-info-co{
	font-size: 0.89em;
	text-align: right;
	color: #B1D83E;
	margin-bottom: 35px;
	background: url(http://www.pastequepasteque.com/dotclear/images/logonb.gif) no-repeat bottom center;
	padding-bottom: 90px;
 /*border-bottom:1px  dotted #065F1A; */
}

.post-info-co a, .post-info-co a:visited{
	color: #92B513;
background-color: #ECECEC;
	font-weight: normal;
/*couleurs pour "aucun com" etc*/
}

.post-info-co a:hover{
	color: #525210;
	text-decoration: underline;
}

.error{
	border-top: 1px solid #552025;
	padding: 15px;
}

.error-com{
	border-top: none;
}

.catimage { border:0; };

/* Les commentaires et les tracbacks 
-------------------------------------------------------- */
#trackbacks, #comments{
	padding: 0 15px;
}

#trackbacks blockquote, #comments blockquote{
	background-color:#B3DF00; 
/*#EBEDBA; #B3DF00;*/
	margin: 5px 0 1em 0;
	padding: 5px 1em;
}

#trackbacks blockquote, #comments blockquote a{
	color: #DF3F37;
	font-weight: bold;
}


/*#sidebar a{
	color: #EEE;
	font-weight: normal;
}

#sidebar a:hover{
	font-weight: bold;
background-color: #DF0D33;
}*/


.me {
   	background-color: #DFDFDF;
	/*border : 1px solid #065F1A;*/
	font-style: italic;	
}

.comment-number a{
	color: #065F1A;
/*#ED4F46; #DF3F37*/
	font-size: 3em;
	font-style: italic;
	font-weight: normal;
	vertical-align: left;
}

#apercu {
	padding: 0 15px;
}

#titreapercu {
	border-top: 1px solid #552025;
	padding: 10px 15px 0 15px;
	margin: 0;
}

#comment-form fieldset{
	width: 450px;
	margin: 0;
}

#comment-form input, #comment-form textarea{
	border: 1px solid #552025;
	background-color: #B3DF00;
/*#EBEDBA;*/
}

#comment-form input:hover, #comment-form textarea:hover, #comment-form input:focus, #comment-form textarea:focus{
	background-color: #F7F8DB;
}
   
/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	color: #EEE;
	/*background-color: #6F001C;*/
	background : transparent;
	/*border-top: dotted #808080 2pt;*/
/*1px solid #DDE189;*/
	margin-top: 1em;
	line-height: 1.2em;
}

#sidebar a{
	color: #EEE;
	font-weight: normal;
}

#sidebar a:hover{
	font-weight: bold;
background-color: #DF0D33;
}

#sidebar a:active{
	font-weight: bold;
text-decoration: overline ;
}

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

#archives li{
	text-transform: capitalize;
}

#sidebar h2, #sidebar h3{
	color: #B3DF00;
/*color: #DDE189;*/
	margin: 2px 0 0 0;
	text-align: left;
}

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

#sidebar div#search{
	background: transparent;
	color: inherit;
}

#search form {
	margin: 0;
	padding: 0;
}

#search input, #search textarea{
	border: 1px solid #BBB;
	background-color: #B3DF00;
	color: #D83E52;
}

#search input:hover, #search textarea:hover, #search input:focus, #search textarea:focus{
	border: 1px solid #EEE;
	background-color: #B4C652;
	color: #FFF;
}

#search fieldset, #search p{
	margin: 0;
	padding: 10px 0 0 1em;
}

/* Le pied de page
-------------------------------------------------------- */
#footer {
	padding: 1em;
	background-color: #DF0D33;
	color: #065F1A;
	font-size: 100%;
	font-family: serif;
	text-align: left;
}

#footer a, #footer a:visited{
	color: #B3DF00;
/*color: #065F1A;*/
}

#footer a:hover{
	color: #B3DF00;
}

#footer2 {
	padding: 1em;
	background-color:#B3DF00;
	color: #065F1A;
	font-size: 80%;
	font-family: verdana; sans serif;
}

#footer a, #footer a:visited{
	color: #065F1A;
}

#footer a:hover{
	color: #B3DF00;
}
