/* ***** 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: #4E5B7E;
	color: #fff;
	font-size: 80%;
	line-height: 1.4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 0;
}

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: 80%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #fff;
}

a:visited{
	color: #fff;
}

a:hover{
	color: #fff;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #101219;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top a{
	display:block;
	height: 322px;
	width: 980px;
	background: #461A3A url(img/haut.jpg) no-repeat center top;
	margin:0;
	padding:0;
	border:0;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	background: #461A3A;
	color: #B1A3AD;
	text-align: left;
}

#prelude a{
	color: #E6339D;
}

#prelude a:hover{
	color: #E6339D;
}

/* Le contenu
-------------------------------------------------------- */
.pagenav {
	margin-bottom:15px;
}

.day-date{
	padding:10px 0;
	margin:0;
	color: #E6339D;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}

.post{
	border-bottom:2px solid #7B235B;
	padding-bottom:10px;
}

.post-cat{
	margin: 5px 0;
}

.post-title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height:22px;
	font-weight: bold;
	color: #fff;
	background: transparent;
	margin: 5px 0 0 0;
	padding: 0;
}

.post-title a{
	color: #fff;
	background: transparent;
	text-decoration: none;
}

.post-info{
	display:none;
	margin-top: 0;
	color: #FA0;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #FA0;
	background: transparent;
	text-decoration: none;
}

.post-content, .form-help{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#B8B8BA;
	text-align: justify;
}

.post-content .lire-la-suite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
	text-align: left;
	margin-bottom: -27px;
}

.post-content .lire-la-suite a {
	color:#FFFFFF;
}

.post-content a.envoyer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
}

.sendtofriend .error, .sendtofriend .success, .recommand .error, .recommand .success {
	color:#E6339D;
	font-weight:bold;
}

.sendtofriend .droit, .recommand .droit {
	display:none;
	color:#B8B8BA;
	font-size:11px;
	margin-top:30px;
	line-height:15px;
}

.sendtofriend .droit a, .recommand .droit a {
	color:#B8B8BA;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#B8B8BA;
	text-align: right;
}

.post-info-co a, .post-info-co a:hover, .post-info-co a:visited{
	color:#B8B8BA;
}

#trackbacks{
	display:none;
}

#trackbacks blockquote, #comments blockquote{
	width: 550px;
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

#c_remember {
	border:0;
}

span.highlight0 {background-color: #E6339D;}
span.highlight1 {background-color: #FF99FF;}
span.highlight2 {background-color: #FF9999;}
span.highlight3 {background-color: #FF0099;}
span.highlight4 {background-color: #FF00CC;}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	border: 0;
	margin: 0 0 20px; 0;
	color: inherit;
}

#sidebar h2, #sidebar h3{
	color: #9ED200;
	margin: 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div a {
	font-weight: bold;
}

#sidebar div ul{
	list-style:none;
	border-top:1px solid #7B235B;
	margin: 3px 30px 0 4px;
	padding: 0;
}

#sidebar div li{
	font-size:11px;
	border-bottom:1px solid #7B235B;
	margin: 0;
	padding: 5px 0 8px 0;
}

#sidebar div#rendezvous {
	display:none;
}

#sidebar div#rendezvous h2{
	background: #101219 url(img/rendez-vous.jpg) no-repeat 0 center;
	width:333px;
	height:45px;
	margin: 0;
}

#sidebar div#rendezvous .daterdv{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#E6339D;
	font-size:14px;
}

#sidebar div#rendezvous .titrerdv{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	font-size:15px;
}

#sidebar div#rendezvous div#rdv {
	padding:0 70px 0 74px;
	background: #101219 url(img/fond-rdv.jpg) no-repeat 0 center;
}

#sidebar div#newsletter h2{
	background: #101219 url(img/newsletter.jpg) no-repeat 0 center;
	width:333px;
	height:45px;
	margin: 0;
}

#sidebar div#newsletter .unsubscribe {
	display: none;
}

#sidebar div#search h2{
	background: #101219 url(img/recherche.jpg) no-repeat 0 center;
	width:333px;
	height:45px;
	margin: 0;
}

#search fieldset, #search p{
	margin: 0 0 0 4px;
	padding: 0;
}

#q, #email{
	padding: 1px 1px 1px 1px;
}

#sidebar div#search .submit, #sidebar div#newsletter #subscribe, .sendtofriend .submit, .recommand .submit {
	width:22px;
	height:18px;
	border:0;
	background: #101219 url(img/bouton-ok.jpg) no-repeat center center;
	cursor:hand;
	margin-left:3px;
}

#sidebar div#recommander h2{
	background: #101219 url(img/recommander.jpg) no-repeat 0 center;
	width:333px;
	height:42px;
	margin: 0;
}

#sidebar div#videos h2{
	background: #101219 url(img/videos.jpg) no-repeat 0 center;
	width:333px;
	height:45px;
	margin: 0;
}

#sidebar div#forum h2{
	background: #101219 url(img/forum.jpg) no-repeat 0 center;
	width:333px;
	height:45px;
	margin: 0;
}

#sidebar div#articles h2{
	background: #101219 url(img/articles-les-plus-consultes.jpg) no-repeat 0 center;
	width:333px;
	height:73px;
	margin: 0;
}

#sidebar div#dernierscom h2{
	background: #101219 url(img/derniers-commentaires.jpg) no-repeat 0 center;
	width:333px;
	height:73px;
	margin: 0;
}

#sidebar div#communautaire h2{
	background: #101219 url(img/communautaire.jpg) no-repeat 0 center;
	width:333px;
	height:42px;
	margin: 0;
}

#sidebar div#liens h2{
	background: #101219 url(img/liens.jpg) no-repeat 0 center;
	width:333px;
	height:45px;
	margin: 0;
}

#sidebar div#archives h2{
	background: #101219 url(img/archives.jpg) no-repeat 0 center;
	width:333px;
	height:45px;
	margin: 0;
}

#sidebar div#calendar, #sidebar div#categories, #sidebar div#syndicate{
	display:none;
}

#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: #493;
	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: #EFA;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 12px 0 0 30px;
	height: 30px;
	border-top: 16px solid #E6339D;
	background: #101219;
	color: #666;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#footer a{
	color: #666;
}