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

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

textarea, input {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;}

a{
	text-decoration:none;
	color: #691397;
}

a:visited{
	color: #691397;
}

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

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

.preview, .submit {cursor: pointer}


/* La page
-------------------------------------------------------- */
#page{
}
 
/* L'entête
-------------------------------------------------------- */
#top{
}

#forum_reprise { /* reprise des titres des derniers posts du forum */
	height: 120px;
	width:720px;
	margin:0;
}

/* Le contenu
-------------------------------------------------------- */

#colonne_droite hr {  /*filet sous le titre*/
  margin: 1em 0 0.5em 0;
}
.day-date{
	color: #666;
	font-size:0.75em;
	display: inline;
	font-style:normal;
	font-weight:normal;
	margin-left:10px ;
}

.post-title{
/* titre de la brève*/
	color:#691397;
	font-family : "fousdani_slab", "Palatino Linotype", Palatino, serif;
	font-size:3em;
	line-height:0.9em;
	letter-spacing:-0.03em;
	color:#691397;
	text-transform:uppercase;
	display:inline;
	font-weight:normal;
}
.contenu {margin-left:20px;} /* div contenant le titre et le texte mais pas la catégorie ni les commentaires*/
h2.post-title a:link, h2.post-title a:visited{
	text-decoration: none;
	background-image:none;
	padding:0;
	margin:10px 0 0 0;
	border-bottom:none;
}
h2.post-title a:hover, h2.post-title a:active{
	color:#500e73;
	text-decoration: none;
	background-image:none;
	padding:0;
	border-bottom:none;
}


/* ligne en bas des articles sur les commentaires */
p.post-info-co { width:690px; background-color:#e1d0e4; clear:both; padding:10px 10px 10px 20px; text-align: left; margin-bottom:1em;}


/* catégorie en tête de billet */
.post h5 { letter-spacing:-0.05em;color:#769606;text-align:right;font-size:1em; padding-top:10px;padding-right:15px; font-style: italic;width:225px; line-height:15px; background-color:#cfe789; margin-bottom:25px;}
.post h5::after {content:'';display:block;width:24px;height:10px;background: url(http://www.fousdanim.org/images_interface/coin_bas_vert1.png); position:relative; top:10px ; left:216px;}
.post h5 a:link, .post h5 a:visited {color:#769606; text-decoration:none ; border-bottom:none; background-image:none; padding:0}
.post h5 a:hover, .post h5 a:active {border-bottom: dotted 1px #769606; background-image:none;padding:0}

/* liens des articles */
.post a, p.post-info-co a, #sidebar li a, #credo a {
	color:#691397;
	border-bottom:1px dotted #691397;
	background-image:url(http://www.fousdanim.org/images_interface/fleche_lien.png);
	background-position: 0px 2px;
	background-repeat:no-repeat;
	padding-left:12px;}
	
.post a:hover, p.post-info-co a:hover, #sidebar li a:hover, #credo a:hover {	border-bottom:1px solid #c3a1d5;
	background-image:url(http://www.fousdanim.org/images_interface/fleche_lien_hover.png);}

.post-info{
	color: #666;
	font-size:0.85em;
	display: inline;
	font-style:normal;
	font-weight:normal;
	margin-left:5px ;
}

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

.post-content{
	text-align: left;
	line-height:1.4em;
	/*letter-spacing:0.04em;*/
	font-size:1.1em;
	margin-bottom:2em;
}
.post-chapo{
	color:#691397;
	font-style: italic;
	text-align: left;
	line-height:1.3em;
	font-size:1.2em;
	letter-spacing:0;
}
.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}
#co {
	margin:0 0 1em 0;
	font-size:2em;
	font-family : "fousdani_slab", "Palatino Linotype",Palatino, serif;
	letter-spacing:-0.05em;
	word-spacing:-0.1em;
	text-transform:uppercase;}
		
#comments {
	background-color:#e1d0e4;
	color:#691397;
	width:680px;
	margin:0;
	padding:20px;
}
.comment-info { font-size:1.2em; color:#8742AC}
#comments blockquote {
	margin:0;
	line-height:1.5em;
	color:#000;
	/* letter-spacing:0.08em; */
}
#comments h3 { margin:2em 0 1em 0;}
#comments fieldset { margin:10px 0; padding:0;}
.form-help {font-style:italic; color: #333; font-size:0.9em; line-height:1.3em}
.form-help a:link, .form-help a:visited, #comments blockquote a:link, #comments blockquote a:visited  {text-decoration:none; border-bottom:dotted 1px #691397;}
#comments blockquote a:hover {border-bottom:solid 1px #c3a1d5;}
.form-help a:hover {border-bottom:none;}
#comments input, #comments textarea {border:0; padding:5px;}
#comments textarea {width:670px;}
.comment-number { padding-left:16px; background-image:url(http://www.fousdanim.org/images_interface/star_commentaire.png); background-repeat:no-repeat;background-position: 0px 4px;}

/* citations et code dans le texte
-------------------------------------------------------- */

.post-content blockquote {margin: 10px 25px;padding:10px; background-color:#e9f4c9;}
.post-content pre {width:650px; font-size:1em; padding:10px; border:1px solid #c3a1d5;line-height:1.1em;}
.post-content q {font-style:italic; color:#691397;}


/* Pagination en bas de contenu
-------------------------------------------------------- */
p.pagenav { padding:25px 20px 0 0;margin:0; text-align:right; width:700px; background-color:#cfe789; height:100px; font-size:1.1em; margin-top:-1em;}
p.pagenav a, p.pagenav strong { margin:5px;}
.pagenav img {vertical-align:middle}


/* Résultat de recherche
-------------------------------------------------------- */

.error, p.resultat { margin-top:0;letter-spacing:-0.05em;color:#691397;font-size:1.1em; padding:20px; font-style: italic;width:680px; background-color:#f0e7f5; margin-bottom:25px;} 
.error em, p.resultat em { font-style:normal; color:#000;}


/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
}
#sidebar img {border:0;margin:0 10px 0 20px; vertical-align:middle}

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

#search p.field {margin: 25px 0 25px 15px;}

#sidebar h2 { width:240px;padding-top:10px;margin:0; font-style:italic; text-align:left; background-color:#c3a1d5; font-size:1em; line-height:40px; color:#691397}
#sidebar h2::after {margin:0;content:'';display:block;width:24px;height:10px;background: url(http://www.fousdanim.org/images_interface/fleche_bas_violet2.png); position:relative; top:10px ; left:116px; z-index:4;}


#sidebar h3{
	color: #9ED200;
	margin: 0 0 1ex 0;
}

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

#search fieldset, #search p{
}
#credo {width:220px; margin:0;padding:10px; font-size:1em; line-height:1.2em; color:#691397; background-color:#FFF; font-style:italic;}

#q{
	background: #fff ; padding:2px 2px 2px 20px; background-image:url(http://www.fousdanim.org/images_interface/icon_recherche.gif); background-repeat:no-repeat; background-position:2px 2px;
}
#syndicate p {margin:0 5px 0 20px;}
#syndicate p a {border-bottom:1px dotted #691397;}
#syndicate p a:hover {border-bottom:none;}


#calendar h3 { margin-left: 20px;font-size:1em; color:#000; font-style:italic; letter-spacing:-0.04em; font-weight:normal;}

#sidebar div#calendar table{
	font-size: 0.9em;
	text-align: center;
	margin: 30px auto;
	border-collapse: collapse;
}

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

#sidebar div#calendar table th{
	color: #c3a1d5;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border-right: 2px solid #e1d0e4;
	border-left: 2px solid #e1d0e4;

}

#sidebar div#calendar table td a{
	display: block;
	background: #FFF;
	color: #691397;
	font-weight: bold;
	text-decoration: none;
	border:0;
}

#sidebar div#calendar table td a:hover{
	background: #c3a1d5;
	color: #636;
	border: 0;
}
