/* ***** 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"; */
 

@import "reset.css";
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body {
	font-family: Verdana, arial;
	font-size : 0.9em;
	background: #EAEDDF url(img/fond.png) repeat-x left top;
	line-height : 1.5em;
}

strong{
	font-weight:  bold;
}

/*img.left{
	position : absolute;
	bottom : 100px;
	margin-left : 30px;
}*/

h1{
	background : #FAD1E3 url(img/h1.png) left top repeat-x;
	margin : 0;
	font-family: Verdana, arial;
	margin-bottom : 15px;	
	padding-top : 2px;
	padding-bottom : 2px;
	font-size: 23px;
	padding-left : 10px;
	color : #791046;
	border-top : 1px solid #F6B2D2;
	border-bottom : 1px solid #F6B2D2;
}

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

h1 a:hover{
	text-decoration: underline;
	color : white;
}

h1 a:visited{
	font-style: normal;
}


h2{
	/*border-bottom : #FFD514 double 8px;*/
	/*border-bottom :#5FD0C4 solid 2px;*/
	margin : 0;
	color : #5EA10B;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 40px;
	background: white url(img/h2.png) no-repeat left top;
	font-size: 20px;
	margin-bottom : 10px;
}
h3{
	/*background : #FFEA8C;*/
	/*background : url(images/fond_jaune_raye.png) left top repeat-x;*/
	padding-top : 2px;
	padding-bottom : 2px;
	color : #E84C02;
}

h4 {
	color : #33AEA2;
}

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

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
	background: red;
}*/

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

ul{
	margin : 0;
	padding : 0;
        color : black;
}


li {
	list-style-type: none;	
}

a{
	color : #ffbf00;
	text-decoration: underline;
}


a:hover{
	color : #ff7c35;
	text-decoration: none;
}

a:visited{
	/*color : #718892;*/
	font-style: italic;
}

/*h1 a:hover{
	color : white;
	text-decoration: underline;
}*/

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

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

p {
	margin : 0;
	padding : 0;
	margin-top :15px;
	margin-bottom : 15px;
}
/* La page
-------------------------------------------------------- */
#center {
	background: white;
	margin : 0;
	padding : 0;
	border-right :  white 7px solid;
	width :608px;
	padding-top : 5px;
	padding-bottom : 5px;
}

#container{
	margin : 0;
	width : 798px;
   background: #DEF4A3 ;
	border-left : white 8px solid;
	border-right : white 8px solid;
	margin-left: auto;
	margin-right: auto;
}
/* L'entête
-------------------------------------------------------- */
#header{
	background : white url(img/header_int.png) no-repeat top left;
	border-right : white 7px solid;
	margin : 0;
	width : 598px;
	height : 181px;
	padding: 0 5px;
}

#header img{
	border: none;
}

#top{
	background : url(img/haut_container.png) no-repeat left top;
	width : 814px;
	height : 7px;
	margin : 0;
	padding:0;
	margin-left: auto;
	margin-right: auto;	
}

#top span{
	display : none;
}

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

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

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: yellow;
	color: #DFDFDF;
	text-align: center;
	position: absolute;
	width: 780px;
	top: 7px;
	left: 50%;
	margin: 0 0 0 -390px;	
	display : none;
}

/*#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}*/

/* Le contenu
-------------------------------------------------------- */
.day-date{
	margin-left: -25px;
	padding-left : 25px;
	color: #888;
	background: transparent;
	font-style: italic;	
}

.post{
	margin-bottom: 2em;	
}

.post-title{
	margin : 0;
	padding : 0;
	margin-bottom : 10px;
	background: white url(img/h2.png) no-repeat left top;
	padding-left : 40px;
line-height : 1.5em;
}

.post-title a{
	margin : 0;
	color : #5EA10B;
	padding-top : 2px;
	padding-bottom : 2px;
	font-size: 20px;
	font-style: normal;
}


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

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

.post-content{
margin : 0;
	text-align: justify;
	color : black;
	
}

.post-content p{
   margin : 0;
	padding : 0;
	margin-top : 20px;
	text-indent: 10px;
}

.post-content li{
	list-style-type : disc;
	margin-left : 50px;
	margin-top : 10px;
}

.post-chapo{
	text-align: justify;
	color : #F075AB;
	font-style: italic;
}

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

#trackbacks p, #comments p{
	color : #969696;
}

/* La barre de navigation
-------------------------------------------------------- */
/*#sidebar{
	float: right;
	width: 220px;
	background: none;
	margin-left : 150px;
}

#sidebar div{
	margin: 0 30px 0 0;
	padding: 1ex 1em;
	border-bottom: 1px solid #F0F0F0;
	color: inherit;
}

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

#sidebar{	
	/*border :  white 2px solid;*/
	margin : 0;
	float : right;
	width : 176px;
}



#sidebar h2{
	background: none;
	padding-left :20px;
}



#sidebar a {
	text-decoration: none;
	background: #96CEF4;
	padding:5px;
	display: block;
	color : #336699;
}

#sidebar a:hover {
	color : #ffffff;
	background: #F496BC /*url(images/li.png) no-repeat left top*/;
}

#sidebar a:visited {
	font-style : normal;
}

#sidebar ul{
	width : 150px;
	padding : 15px;
}

#sidebar ul li{	
	border : 3px solid white;
	margin-bottom : 10px;	
	font-weight: bold;
}

/*#menu h2, #menu h3{
	color: #9ED200;
	margin: 0 0 1ex 0;
}

#menu h3{
	font-size: 1em;
	margin: 0;
}
*/

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
	/*float : left;*/
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
	padding-left : 20px;
}

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

#sidebar div#calendar{
	/*border: 1px solid #B5E071;*/
}

#sidebar div#calendar table{
	font-size: 0.7em;
	text-align: center;
	margin: 0 auto;
	color : black;
	border-collapse: collapse;
	width : 160px;
	/*border: 1px solid #9ED200;*/
	/*border: 1px solid #137CC7;*/
}

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

#sidebar div#calendar a{
	
	background: none;
	text-decoration: underline;
	padding: 0;
	display: inline;
	color : #336699;
}

#sidebar div#calendar table th{
	color: #493;
	background: none;
	line-height: 1.4em;
	text-decoration: none;

}

#sidebar div#calendar table td{
	width: 20px;
	line-height: 1.4em;
	text-align: center;
	/*border: 1px solid #137CC7;*/
}

#sidebar div#calendar table td a{
	display: block;
	background: /*#EFA*/#F3FFC3;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: /*#DBB8DC*/ #FAD1E3;
	color: #636;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin : 0;
	padding : 0;
	border-right : white 7px solid;
	width : 608px;
	background: #D5F3F0 url(img/border_blue.png) top left no-repeat;	
}



#footer span{
	margin : 0;
	padding : 5px;
	display : block;
	color : black;
}

#footer span a{
	color : #2D9A91;
}

#footer span a:hover{
	color : #A64621;
}


#footer img{
	float : none;
	padding: 0;
	margin : 0;
	border : 1px solid black;
}

#end{
	background : url(img/bas_container.png) no-repeat left bottom;
	width : 814px;
	height : 7px;
	margin-left: auto;
	margin-right: auto;
}

/*#content{
	clear : both;
	margin: 0;
	padding: 20px;	
	width : 460px;
	/*height : 400px;
	overflow : auto;*/
	/*border-left : 1px #6D9B22 solid;
	border-right : 1px #6D9B22 solid;
	border-bottom : 1px #6D9B22 solid;
	background: #FEF7F6;
	margin-bottom : 80px;
	
}*/




span#dotclear {
	display: block;
	float : right;
}

/****** selecteur de css****/
#themer, #themer form, #themer p {
margin: 0;
padding: 0;
}
#themer fieldset {
border: none;

}
#themer legend, #themer label {
display: none;
}

#themer h2 {
	font-family: Verdana, arial;
	background: none;
	padding-left :20px;
	font-size: 19px;	
}


#themer select {
	margin-left :20px;
}
#themer option {
}
#themer input {

}
#themer p {
}


#themer input[type=submit] {
	float : right;
	margin : 5px;
}