/* ***** 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: #47473c;*/
	color: #333333;
	font-size: 11px;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

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

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: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #f00;
	text-decoration:none;
	background:#fff;
	/*border:2px solid white;*/
}


a:visited{
	/*color: #663;*/
	text-decoration:none;
}

a:hover{
	color: #fff;
	text-decoration:none;
	background: url(pic_thirtytwo/1px_bg3.php%3Fw=3px&h=3px&red=true.png);

}

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

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

/* La page
-------------------------------------------------------- */
#page{
	/*background: #47473c url(img/page.png) repeat-y center top;*/
	color: inherit;	
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 120px;	
	background-image:url(img/top.png);
	
	/*background: #fff url(img/top.png) no-repeat left top;	*/
}

#top h1{
  display: none;
  /*
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
	*/
}

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

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	/*background: #47473C; *//*transparent;*/  	
	color: #DFDFDF;
	text-align: center;
}



/* Le contenu
-------------------------------------------------------- */
.day-date{
  display: none;
  /*
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
	*/
}
.spip_puce{
	
	width:auto;
	height:auto;
	
}

.post-title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:50px;
	color: #fff;
	background: transparent;
	margin: 0;
	line-height:45px;
	width:490px;
	font-weight:bold;
	background: url(pic_thirtytwo/1px_bg3.php%3Fw=3px&h=3px.png);
	display:block;
}

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

.post-info{
	margin-top: 0;
	/*color: #FA0;*/
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}



.post-content{
	text-align: justify;
}


.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;
	/*background:#fff;*/
	
	/*position:static;*/
	/*width:150px;*/
	/*width:200px;;*/
	/*background:white;*/
}

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

#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;
	position:absolute;
	z-index:5000;
	left:500px;
	line-height: 2.3em;*/
	/*right:0px;*/
	padding:0px;
	border:0px;
	margin:0px;
}
#search form{
	margin:0px;
	border:0px;
	padding:0px;
	
}
#search fieldset, #search p{
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#search input{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:100%;
		/*border:1px solid #666;*/
		/*background:#fff;*/
		padding:0;
		margin-left:5px;
}

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


/* Le pied de page
-------------------------------------------------------- */
#footer{
	line-height:20px;
	
}
#footer a{
	color: #f00;
	text-decoration:none;
	background:#fff;
	/*border:2px solid white;*/
	padding:2px;
}
#footer a:hover{
	color: #fff;
	text-decoration:none;
	background: url(pic_thirtytwo/1px_bg3.php%3Fw=3px&h=3px&red=true.png);

}

/* Autres éléments (ajout erational)
-------------------------------------------------------- */

.menunav{
	display:block;
	margin-left:24px;
	position:absolute;
	line-height:22px;
	top: 330px;
	width: 273px;
	height: 250px;
	/*top:0px;*/
	/*width:400px;*/
	/*margin-left:100px;*/
	/*padding:10px;*/
	/*position:static;*/
}
.menunav a { 
  /*color: #f60;*/
  color:#fff;
/*  line-height:30px;*/
  font-size:18px;
/*  line-height:30px;*/
width:300px;
/*border:1px dashed transparent;*/

  background: transparent url(pic_thirtytwo/1px_bg3.php%3Fw=3px&h=3px&red=true.png);
font-weight:bold;
  /*background-color:#f00;*/
  /*background-color:#fff;*/
  padding:2px;
   display:block;
/*  display:inline;*/
   margin-top:5px;
   font-family:Arial,Helvetica,sans-serif;
	 /*padding:5px;*/
	 
}
.menu { 
  /*color: #f60;*/
  color:#fff;
/*  line-height:30px;*/
  font-size:18px;
/*  line-height:30px;*/
width:300px;
/*border:1px dashed transparent;*/

  background: transparent url(pic_thirtytwo/1px_bg3.php%3Fw=3px&h=3px&red=true.png);
font-weight:bold;
  /*background-color:#f00;*/
  /*background-color:#fff;*/
  padding:2px;
   display:inline;
/*  display:inline;*/
   margin-top:5px;
   font-family:Arial,Helvetica,sans-serif;
	 /*padding:5px;*/
	 
}
.menu a:hover { 
  /*color: #f60;*/
 /**color:#fff;*/
 /* background-color:#000;*/
 /*font-weight:bold;*/
 color:#fff;
 
  background: transparent url(pic_thirtytwo/1px_bg3.php%3Fw=3px&h=3px&.png);
 /* background: url(pic_thirtytwo/1px_bg3.php%3Fw=4px&h=4px&red.png);*/

 /*background: url(pic_thirtytwo/1px_bg3.php%3Fw=3px&h=3px.png);*/
 /*background:transparent;*/
	
/*border:1px dashed #ffffff;*/

   /*background:#000;*/

  text-decoration:none;
  /*font-family:Arial,Helvetica,sans-serif;
  font-size:20px;
  font-weight:bold;*/
}
.menunav a:hover { 
  /*color: #f60;*/
 /**color:#fff;*/
 /* background-color:#000;*/
 /*font-weight:bold;*/
 color:#fff;
 
  background: transparent url(pic_thirtytwo/1px_bg3.php%3Fw=3px&h=3px&.png);
 /* background: url(pic_thirtytwo/1px_bg3.php%3Fw=4px&h=4px&red.png);*/

 /*background: url(pic_thirtytwo/1px_bg3.php%3Fw=3px&h=3px.png);*/
 /*background:transparent;*/
	
/*border:1px dashed #ffffff;*/

   /*background:#000;*/

  text-decoration:none;
  /*font-family:Arial,Helvetica,sans-serif;
  font-size:20px;
  font-weight:bold;*/
}
.menunavchild div {
	

  margin-left:5px;
  display:inline;
  /*background-color:#fff;*/
}

.menunavchild a{
 /*color: #663;*/ 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
font-size:11px; 
  background:url();
background-color:#fff;
/*padding:10px;*/

line-height:15px;
font-weight:normal;
  display:inline;
  color:#f00;
  /*border: 1px dashed transparent;*/
  
  /*background-color:#f00;*/
  padding:3px;
}
.menunavchild div a:hover{
  /*color: #663;*/ 
 /* font-weight:bold;*/
  color:#fff;
  background-color:transparent;
 background: url(pic_thirtytwo/1px_bg3.php%3Fw=4px&h=4px&red=true.png);
  text-decoration:none;
 /* border:1px dashed transparent;*/

  
}

.menunavchild div a.current{
 /* color: #aa9; */
  /*font-weight:bold;*/
 background: url(pic_thirtytwo/1px_bg3.php%3Fw=3px&h=3px&red=true.png);
 color:#fff;
 display:inline;
  /*border:1px dashed #f00;*/
}

#sidebar div#lang {
  text-align: right;
  padding: 0; 
  /*margin: 0 0 20px 0;*/
  border: 0;
}

