/* ***** 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'agencement des blocs est défini dans layout ci-après
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */


/* @import "layout.css"; 
 * @import "extrabar.css";
 * @import "top.css";
 * @import "menu.css";
 * @import "footer.css";
 * @import "hint.css";
 */


/* Les éléments HTML en général
-------------------------------------------------------- */
body {
	background : #fcfcfc url(img/fond.jpg);
	background-attachment : fixed;
	color: #000;
	font-size: 0.75em; /* font-size: 80% */
	line-height: 1.5em; /* Pour régler l'espace entre les lignes */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* border-top: 10px solid #FFFFB9; */ /* Supprime le bandeau en haut qui sert à rien */
	padding-bottom: 1em; /* AJOUT PERSO pour une marge en bas de page */
}

h1, h2, h3, h4, h5, h6{
	/* font-family : Georgia,"Times New Roman",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;
}

.field label{
	display: block;
}

/* FORMULAIRES DE LA PAGE HTML EN GÉNÉRAL (MODIF PERSO)
-------------------------------------------------------- */
input{
	/* border: 1px solid #999; */
	/* CURSOR: pointer; */
 	COLOR: #5c5c5c;		/* ANCIENNE VALEUR: #663*/
 	/* BACKGROUND-COLOR: transparent; */
}

textarea{
	background : #F3F3F3;
	color : #000;
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #039; 		/* ANCIENNE VALEUR: #000 */
	TEXT-DECORATION: none; 	/* AJOUT ICI */
}

a:visited{
	color: #663;
}

a:hover{
	color: #663399; 		/* ANCIENNE VALEUR: #636 */

}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/page.png) repeat-y center top;
	color: inherit;
}
 
/* Le contenu
-------------------------------------------------------- */
.day-date{
	text-align : right;	
	border-bottom : 1px solid #F0F0F0;
	/* font-weight : bold; */ /* PERMET DE METTRE EN GRAS */
	/* padding-left: 20px; */
	/* margin-left: -19px; */
	margin-top : 3ex;
	margin-bottom : -6.5ex;
	margin-right : -2ex;
	color: #888;
	background : transparent;
	/* background: transparent url(img/day-date.png) no-repeat left center; */
	font-style: italic;
}

.post-title2{	  			/* AJOUT ICI de ".post-title2" */
	color: #036; 			/* ANCIENNE VALEUR: #F90 */
	background : #F3F3F3; 
	padding-left: 1px;
	margin-top: 18px; 
	margin-bottom: 3ex;		/* AJOUT D'UNE CONFIG PERSO ICI POUR MOZILLA FIREFOX */
}

.post-title{	 
	color: #036; 			/* ANCIENNE VALEUR: #F90 */
	/* border-bottom : 1px solid #F0F0F0; */
	margin-top: 18px;
	margin-bottom : 18px;		/* AJOUT D'UNE CONFIG PERSO ICI POUR MOZILLA FIREFOX */
}

.post-title a{
	color: #036; /* ANCIENNE VALEUR: #F90 */
	background: transparent;
	text-decoration: none; 
}

.post-title a:hover{			/* AJOUT D'UNE CONFIG PERSO ICI */
	background: #F3F3F3;
	color: #993;
}

.post-chapo {				/* AJOUT D'UNE CONFIG PERSO ICI pour imiter le JDN */
	color : #9c9c9c; 
	border-left: 1px solid #F0F0F0;
	padding-left: 10px; 
}

.post-info{
	FONT-SIZE: 10px;	/* AJOUT ICI */
	margin-top: -3ex;
	margin-bottom: 0; /* AJOUT ICI */
	/* color: #FA0; */
	color: #003366;
	background: transparent;
	padding-bottom: 1ex;
	/* border-bottom: 1px solid #FC0; */
	/* border-top: 1px dotted #663399; */ /* POUR AVOIR UNE LIGNE POINTILLÉE */
}

.post-info a{
	color: #003366;
	background: transparent;
	/* text-decoration: underline; */ /* AJOUT ICI */
}

.post-info a:hover{
	text-decoration: underline;
}

/* Ajout d'une config perso ci-après pour les infos du billet (13/07/2006)
-------------------------------------------------------- */

.post-info2{
	FONT-SIZE: 10px;						  
	margin-top: -3ex;
	margin-bottom: 0;
	/* color: #FA0; */
	color: #003366;
	background: transparent;
	padding-bottom: 3ex;			  
}

.post-info2 a{
	color: #003366;
	background: transparent;
}

.post-info2 a:hover{
	text-decoration: underline;
}

/* Ajout d'une config perso ci-après pour la balise h3 dans les billets 
-------------------------------------------------------- */

.post-content h3{
	font-size: 1em;
	font-family: Verdana, sans-serif;
}

/* Ajout d'une config perso ci-après pour augmenter l'interligne dans les billets de textes de lois 
-------------------------------------------------------- */

.textedeloi { 
	line-height: 1.8em;
}

.post-content{
	text-align: justify;
}

.post-content a{
	color: #039; 				/* ANCIENNE VALEURE #636 */
	/* text-decoration: underline; */ 	/* AJOUT ICI */
}

.post-content a:hover{
	text-decoration: underline;
}
.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; */ /* DESACTIVATION DES SÉPARATIONS HORYZONTALES */
	color: inherit;
}

#sidebar h2, #sidebar h3{
	background: #F3F3F3 url(img/h2.png) repeat-x ;
	color: #993; /* ancienne valeure : #9ED200 */	
	padding : 3px 0px 3px 12px; /* Haut, Droite, Bas, Gauche */
	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;
}

#sidebar div#calendar{
	/* border-top: 1px solid #F0F0F0; */ /* DESACTIVATION ICI */
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #993;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#sidebar div#calendar table td a{
	display: block;
	background: #EEEEFF; /* MODIF ICI */
	color: #663399;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}

#sidebar div#syndicate {			/* AJOUT D'UNE CONFIG PERSO ICI */
	color: #039;
}

/* Ajout de config perso ci-après pour le résultat de la recherche
-------------------------------------------------------- */

#content {
	text-align: justify;
}

/* Ajout de config perso ci-après pour la barre de navigation
-------------------------------------------------------- */

#sidebar a:hover{
	text-decoration: underline;
}

#sidebar div#categories ul {					/* AJOUT DE div#categories le 13 août 2007 */
	padding-left : 1.5em;
	margin-left : 0;
}

#sidebar div#categories li {					/* AJOUT DE div#categories le 13 août 2007 */
	background: #fff url(img/dossier.png) no-repeat 0% 30%; /* AJOUT D'UNE CONFIG PERSO ICI */
	padding-left : 2em;
	/* margin-left : -0.8em; */ 				/* MODIFIÉ LE 13 août pour le plugin archive */
	margin: 0 0 0.1em -0.8em; /* Haut, Droite, Bas, Gauche */
	list-style : none; /* square auparavant */
	/* margin-top : 0.15em; */
	/* color : #999; */
	/* background : transparent; */
}

#sidebar div#publicite .retraitgauchepublicitegooglepack {	/* AJOUT D'UNE CONFIG PERSO ICI */
	padding: 0 0 0 4.7ex;
}

#sidebar div#publicite .retraitgauchepublicitefirefox {	/* AJOUT D'UNE CONFIG PERSO ICI */
	padding: 0 0 0 3.5ex;
}

/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px dotted #c00;
	background : #fee;
	padding : 0.5em;
	margin-top : 0.5em;

}

/* résultat de la recherche (CONFIG PERSO)
-------------------------------------------------------- */
.searchresult {
	/* border : 1px dotted #9c9c9c; */
	border: 1px solid #d5dff3;
	/* background: #F3F3F3; */
	background : #F9F9F9;
	Filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55FFFFFF, endColorstr=#356699CC);
	width: 96%;
	margin-top : 0.5em;
	margin-bottom : 1em;
	padding : 0.5em 1em 0.5em 0.5em;
}

.searchresult ul li {
	margin-bottom : 1ex;
	list-style-type : square;
}

/* Le texte est consultable en intégralité sur le site Légifrance...
-------------------------------------------------------- */
.francis {
	Filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55FFFFFF, endColorstr=#256699CC);
	width: 514px;
	background-color : #F3F3F3;
	padding : 0.5em;
	margin-top : 1.5em;
	text-align : center;
}

/* Pour toute demande d'information compémentaire...
-------------------------------------------------------- */
.pourtoutedemande {
	Filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55FFFFFF, endColorstr=#256699CC);
	Width: 90%;
	background-color : #F3F3F3;
	padding : 0.5em;
	margin: 1.5em 1.6em 0 1.8em;
	text-align : justify;
}

/* Publicité Google dans le fichier post.php
-------------------------------------------------------- */

.pubgooglepostphp1 {
	color: #000000;
	background-color:#F3F3F3;
	font-size: 0.9em;
	padding-left: 0.5em;
	margin-left: 2em ;
	margin-right: 29em;
	margin-bottom : 1em;
}

.pubgooglepostphp2 {
	background: transparent url(img/day-date.png) no-repeat left 60%;
	padding-left: 1.5em;
	margin-left: 2em ;
}

/* Plugin pagination
-------------------------------------------------------- */

.pagenav { 
	font: 0.9em;
} 

p.pagenav a { 
	background : #EEEEFF; /* valeur d'origine #ddd; */
 	color: #663399; /* black */
 	padding:2px;
 	border: 1px solid #bbb;
 	text-decoration: none;
	font-size:90%;
} 

p.pagenav a:hover {
	background: #DBB8DC; /* valeur d'origine #598F9A */
 	color:#636; /* valeur d'origine white */
	text-decoration: none;
}

p.pagenav strong {
 	color: #663399; /* valeur d'origine  black */
 	padding:2px;
 	border: 1px solid #bbb;
}

/* Plugin archives - 13 août 2007 {Refonte totale}
-------------------------------------------------------- */

#sidebar div#archives h2 {
	margin-bottom: 2ex;
	margin-top: 0.5ex;
}

#sidebar div#syndicate h2 {
	margin-top: 0.5ex;
}

#sidebar div#archives ul {
	margin: 0 0 0.3em 0 ; /* Haut, Droite, Bas, Gauche */
	padding-left : 3em;
}

#sidebar div#archives ul li {
	list-style: none; 
	background: #fff url(img/puce.png) no-repeat left 52% ;
	padding-left: 12px; 	
}

#sidebar div#archives ul.archives_year {
	padding-left: 1.6em;
	margin: 0 0 0.3em 0 ; /* Haut, Droite, Bas, Gauche */
}

#sidebar div#archives ul.archives_year li {
	background: #fff url(img/dossier.png) no-repeat 0% 30%; 
	padding-left: 2em;
	margin-left: -0.8em; 
	list-style: none;
}

/* Dossier spécial sur.... (CONFIG PERSO) 15/09/2007
-------------------------------------------------------- */

#dossierspecial {
	Filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55FFFFFF, endColorstr=#356699CC);
	width: 519px;
	border: 1px solid #d5dff3; /* Autres tonalités de couleur : #eceaff #d5dff3 */
	background: #F3F3F3;
	margin-bottom: 1em;
	padding: 0.25em ;
}

#dossierspecial .titre {
	Filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55FFFFFF, endColorstr=#356699CC);
	width: 343px;
	background: #d5dff3 url(img/dossierspecial.png) no-repeat 29.5% center ; 
	font-weight: bold;
	padding: 0.2em 0.2em 0.2em 14.4em;	
}

/* Plugin Fil d'ariane - 26 septembre 2007
-------------------------------------------------------- */

#quicknav {
	border-bottom: 1px solid #F0F0F0;
	font-size: 0.8em;
	background: #F8F8F8;
	color: #B9B9B9;
	MARGIN: 0 7px 5px 7px;	
	padding : 1px 0 1px 1em ;	/* Haut, Droite, Bas, Gauche */
}

#quicknav a {
	color: #B9B9B9;
}

#quicknav a:hover {
	color: #B9B9B9;
	text-decoration: underline;
}

#quicknav a:visited {
	color: #B9B9B9;
}

/* Plugin (Mots clés) TwTags - 3 ocotbre 2007
-------------------------------------------------------- */

#sidebar div#keywords ul {
 	margin: 0;
 	padding: 1ex 0ex 0.3em 1.6em; 	/* Haut, Droite, Bas, Gauche */
      display:block;
}
 
#sidebar div#keywords li {					
	background: #fff url(img/dossier.png) no-repeat 0% 30%; 
	padding-left : 2em;
	margin: 0 0 0.1em -0.8em; 		/* Haut, Droite, Bas, Gauche */
	list-style : none; 
}

#tagcloud li {
	display:inline;
	margin: 0 .1em;
	padding: 0;
	background-image: none;
}

#tagcloud li.level-1 { font-size: 1em; }
#tagcloud li.level-2 { font-size: 1.3em; }
#tagcloud li.level-3 { font-size: 1.6em; }
#tagcloud li.level-4 { font-size: 2em; }
#tagcloud li.level-5 { font-size: 2.3em; }
 
#tags {
	text-align: right;
}

#sidebar div#keywords .liensutiles {
	background: #fff url(img/day-date.png) no-repeat 2% 52%;
}

#sidebar div#keywords .liensutiles a {
	margin-left: 0.7em;
}

/* API Google Maps - 21 ocotbre 2007 & 30 décembre 2009
-------------------------------------------------------- */

#map {
	width: 100%;
	height: 450px;
	border: 1px solid #7e9db9;
	margin: 0 auto;
}

#streetDiv {
	width: 100%;
	height: 250px;
	border: 1px solid #7e9db9;
	margin: 0 auto;
}

/* Div auteurdubillet pour les articles que j'ai rédigé - 23 octobre 2007
-------------------------------------------------------- */

#auteurdubillet {
	text-align: right;
	color: #9c9c9c;
	background: #fff url(img/day-date.png) no-repeat 12% 90%;
	border-bottom: 1px solid #F0F0F0;
	margin-left: 18em;
	padding-left: 1.6em; 		
	font-weight:bold;
	font-size:0.9em;
}

#auteurdubillet a {
	color: #9c9c9c;
}

/* Class barre_reseaux_sociaux dans le fichier post.php - 30 décembre 2009
-------------------------------------------------------- */

.barre_reseaux_sociaux {
	text-align: center;
	color: #039;
}

.barre_reseaux_sociaux img {
	border: none;
	vertical-align: middle;
	padding-top: 5px;
}

.barre_reseaux_sociaux a img {
	border-top: 0px solid #fff;
	border-bottom: 6px solid #fff;
}

.barre_reseaux_sociaux a:hover img {
	border-top: 2px solid #34cd17;
	border-bottom: 2px solid #fff;
}

/* Plugin Easyslider 1.5 pour l'effet SLIDE en dessous du fil d'ariane - 3 janvier 2010
-------------------------------------------------------- */	
#slider {
	border-bottom: 1px solid #F0F0F0;
	font-size: 0.8em;
	/* background: #f1f1f1; */
	color: #B9B9B9;
	margin: 0 7px 5px 7px;	
	padding: 1px 0 1px 1em ;	/* Haut, Droite, Bas, Gauche */
}

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider li { 
/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
*/ 
	width:920px;
	height:20px;
	overflow:hidden; 
	/* background:#f1f1f1; */
}		
		
p#controls {
	margin:0;
	position:relative;
} 	

#prevBtn, #nextBtn { 
	border-bottom: 1px solid #F0F0F0;
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:24px;
	height:24px;
	position:absolute;
	left:936px;
	top:-30px;
}	

#nextBtn { 
	left:960px;
}	
													
#prevBtn a, #nextBtn a {  
	display:block;
	width:24px;
	height:24px;
	background: url(img/btn_prev.png) no-repeat 0 0;	
}
	
#nextBtn a { 
	background: url(img/btn_next.png) no-repeat 0 0;	
}