/* ***** 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: #be6b8f;
	color: #003300;
	font-size: 10px;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	  SCROLLBAR-HIGHLIGHT-COLOR:#E8F9DB; 
  SCROLLBAR-SHADOW-COLOR: #be6b8f; 
  SCROLLBAR-ARROW-COLOR: #EBF2E6; 
  scrollbar-track-color:#be6b8f;
  SCROLLBAR-face-COLOR: #AACA91;
  scrollbar-arrow-color:#be6b8f;
  scrollbar-darkshadow-color:#003300;
  scrollbar-3dlight-color:#AACA91;
}

h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*"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;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
	 margin:0;
	 padding:0;
}

separe{
text-align:center;
}
fieldset{
	border: none;
		 margin:0;
	 padding:0;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	margin:0;
	padding:0;
}

input,textarea{
	border: 1px solid #91BA6E;
	margin:0 0 2px 0;
	padding:0;
	background:#CDECA1;
	color: #003300;
}

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


A {
  color: #990066;
  text-decoration: none;
}

A:hover {
  color: #003300;
  text-decoration: underline;
}

.tab { 	
    font-family: Verdana, Arial, sans-serif;
	color : #609646;
	background : #E8F9DB;
    font-size: 9px; text-transform: uppercase; text-align: center; padding-top: 4px; padding-bottom: 4px; 
}
.tab a {
    background : #E8F9DB;color: #609646; text-decoration: none; border-left: 0px solid;  text-align: center; border-color: #DAC9D3;padding: 4px; 
}
.tab a:hover {
    background : #be6b8f;color: #E8F9DB; text-decoration: none; text-align: center;padding: 4px; 
}
.left{
	float: left;
	margin-right: 1em;
}

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

/* La page
-------------------------------------------------------- */
#page{
	background: #E8F9DB url(img/page.png) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	width: 812px;
	background: #E8F9DB url(img/page.png) repeat-y center top; 
}

/* 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: 0;
	color: #91BA6E;
	font-style: italic;
	font-size: 11px;
	margin: 0;
	border-bottom: 4px solid #CDECA1;
}

.post-title{
	padding-left: 25px;
	color: #990066;
	background: transparent;
	margin: 10px 0 0 0;
}

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

.post-info{
	padding-left: 25px;
	margin-top: 0;
	color: #990066;
	background: transparent;
	padding-bottom: 1ex;
}

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

.post-content{
	padding-left: 25px;
	text-align: justify;
}

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

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

.post-suivprec-cat{
	text-align: right;
	border-top: 2px solid #CDECA1;
}

#main{

	margin-right:6px;
	width: 640px;
	background-image:url(img/fond.jpg);
}


#comments{
	padding-left: 25px;
	padding-top:0;
	margin-top:0;
}
#comment-info{
	color:#be6b8f;    
}
#trackbacks blockquote, #comments blockquote{
	border: 1px solid #91BA6E;
	margin: 1em 0;
	padding: 1ex 1em;
	background-color:#E3F5CF;
}
#comment-number{
}
#comment_cadre{
	border: 1px solid #91BA6E;
	margin: 10px 0 0 0;
	padding: 8px;
	background-color:#E3F5CF;
	font-size:9px;
	color:#996666;
}
#comment_message{
	color: #003300;
	font-size:10px;
}
#comback_content{
	border: 1px solid #be6b8f;
	margin: 2px 0 0 0;
	padding: 8px;
	background-color:#FFE8E8;
		font-size:9px;
	color:#996666;
}


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

 #conteneur {
 position: absolute;
 margin:-2px 0 0 0;
 padding:0 0 0 0;
 width: 806px;
 background: #AACA91 ;
 }

 #un_barre {
 position: absolute;
 left:0;
  padding:0;
 width: 659px;
 height:20px;
 }
 #deux_blog {
 position: absolute;
 padding:2px 0 0 0;
 left:659px;
 width: 54px;
 background:#E8F9DB;
  border: 1px solid #AACA91;
   height:18px;
 }
  #trois_femme {
 position: absolute;
left:716px;
height:20px;
 width: 15px;
 background:#E8F9DB;
   padding:0;
   border: 1px solid #AACA91;
 }
  #quatre_panier {
 position: absolute;
 left:733px;
height:20px;
 width: 23px;
   padding:0;
 background:#E8F9DB;
   border: 1px solid #AACA91;
 }
  #cinq_aide {
 position: absolute;
left:758px;
height:20px;
 width: 21px;
   padding:0;
 background:#E8F9DB;
   border: 1px solid #AACA91;
 }
 
 #block1{
	text-align: left;
	width: 153px;
	padding: 20px 0 0 0;  
	height: 17px;
	 background:#E8F9DB;
}

#sidebar div{
	margin-left:6px;
	border-spacing:0;
	padding: 0 0 0 3px;
}


#boutique{
text-align: left;
 height:90px; 
 width: 142px;
 background: #ffffff;
 border: 1px solid #AACA91;
 padding:0;
 	 margin:0;
}

#block2{
	 padding:0;
	 margin:0;
}
#block3{
	height: 28px;
	padding:0;
	margin:0;
}
#categories{
text-align: left;
border-spacing:0;
padding: 0px;
 width: 142px;
 background: #CDECA1;
 border: 1px solid #AACA91;
}

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

#sidebar h2, #sidebar h3{
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #91BA6E;
  margin: 0 0 1ex 0;
}

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

#sidebar div#search{
	background: transparent;
	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#calendar{
 border: 1px solid #AACA91;
  width: 142px;
}

#sidebar div#calendar table{

	text-align: center;
	margin: 0 auto;
		font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}

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

#sidebar div#calendar table th{
	color: #493;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	background: transparent;
}

#sidebar div#calendar table td{
}

#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 : #be6b8f;color: #E8F9DB; 
}

.catimage { border:0; }

.pagenav {
	font: 0.9em;
}

p.pagenav a {
	background : #CDECA1;
	color: #003300;
	padding:2px;
	border: 1px solid #AACA91;
	text-decoration: none;
	font-size:90%;
}

p.pagenav a:hover {
	background:#be6b8f;
	color: #E8F9DB;;
}

p.pagenav strong {
	color: #be6b8f;
	padding:2px;
	border: 1px solid #AACA91;
}

/* Le pied de page-------------------- */

#footer{
	margin: 0;
	padding: 1em;
	border-top: 1px solid #AACA91;
	background: #CDECA1;
	color: #91BA6E;
}

#footer a{
	color: #91BA6E;
}
