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

 
/* Les �l�ments HTML en g�n�ral
-------------------------------------------------------- */

body{
	background: #030303 url(img/fond-body.gif) repeat-x center top;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:0;
	font-size:15px;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}

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: #ffffff;
}

a:visited{
	color: #ffffff;
}

a:hover{
	color:#FFE700;
}

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

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

div, form, p {
	margin:0;
	padding:0;
}

.error {
	color:#F74D3A;
	margin:15px;
	padding:5px;
	border:1px solid #F74D3A;
}
.msg {
	color:#FFE700;
	margin:15px;
	padding:5px;
	border:1px solid #FFE700;
}

/* La page
-------------------------------------------------------- */
#page{
	background: transparent url(img/fond-page.gif) repeat-y left top;
	width: 968px;
	margin: 0 auto;
	text-align: left;
}
 
/* L'ent�te
-------------------------------------------------------- */
#top{
	width: 100%;
	height: 296px;
	background: transparent url(img/header-body.gif) no-repeat center top;
	margin:0 auto;
	text-align:center;
}

#top h1{
	height:230px;
	width:968px;
	margin:0 auto;
}

#top h1 a{
	display:block;
	width:968px;
	height:230px;
	text-indent:-9999px;
	cursor:pointer;
}

#top div#search{
	height:66px;
	width:968px;
	margin:0 auto;
	text-align:right;
}

#search p.field{
	margin: 10px 32px 0 440px;
	padding: 0 0 0 42px;
	background: transparent url(img/loupe.gif) no-repeat left center;
}

input#q{
	margin-right:15px;
	width:345px;
	border:0;
	padding:5px 3px;
}

button.recherche {
	width:76px;
	height:25px;
	background: transparent url(img/ok.gif) no-repeat center top;
	border:0;
	cursor:pointer;
	margin:0;
	padding:0;
}

#menu{
	width:968px;
	height:28px;
	margin:0 auto;
}

/* Le contenu
-------------------------------------------------------- */
#main{
	float: right;
	width: 643px;
}

.post{
	margin-bottom: 20px;
}

.post-title{
	background: transparent url(img/fond-titres.gif) no-repeat left center;
	width:643px;
	height:44px;
}
.post-title img {
	margin:11px 0 0 42px;
	float:left;
	border:0;
}

.post-title a{
	text-decoration: none;
}

.post-info{
	color: #000000;
	width:180px;
	text-align:right;
	padding:8px 22px 0 0;
	margin:0;
	font-size:15px;
	float:right;
	font-family:Tahoma, Arial, sans-serif;
	font-weight:bold;
	vertical-align:top;
}

.post-content, .post-chapo{
	text-align: justify;
	margin:0 10px 0 10px;
}
.post-content p, .post-chapo p{
	margin: 0 0 15px 0;
}
.post-content a img, .post-chapo a img {
	border-color:#FFE700;
}

.suite {
	padding-left:25px;
	background:transparent url(img/fleche.gif) no-repeat left top;
	font-size:14px;
	font-weight:bold;
}
.suite a, .suite a:visited {
	color:#FFF69C;
	text-decoration:underline;
}
.suite a:hover{
	color:#FFE700;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
	font-weight:bold;
	font-size:14px;
	margin:30px 10px 0 0;
}
.post-info-co a {
	color:#ffffff;
	text-decoration:underline;
}
.post-info-co a:hover {
	color:#FFE700;
}

#comments {
	padding:25px 25px 20px 25px;
	border-top:1px solid #FFE700;
}
#comments h3 {
	text-indent:-9999px;
	height:14px;
}
#comments h3#co{
	width:123px;
	background: transparent url(img/commentaires.gif) no-repeat left top;
	margin-bottom:20px;
}
#comments h3#aj{
	width:215px;
	background: transparent url(img/ajouter-commentaire.gif) no-repeat left top;
	margin-top:40px;
}

#comments p.comment-info {
	margin:0 10px;
	font-size:14px;
}
#comments p.comment-info strong {
	color:#FFF69C;
}
#comments p.comment-info span {
	font-size:13px;
}
#comments blockquote{
	margin: 10px 20px 20px 20px;
	padding: 5px;
	background-color:#3D3D3D;
	font-size:13px;
}

#comments form, .post-content form{
	margin:0 10px;
}
#comments form .field{
	margin-top:10px;
	font-size:14px;
}
#comments .form-help {
	margin:5px 10px 10px 5px;
	font-size:12px;
	padding-left:5px;
}
#comments #c_remember {
	margin:0;
	border:0;
}
#comments .boutons {
	margin:15px 0;
}
.envoyer {
	background: transparent url(img/envoyer.gif) no-repeat center top;
	width:110px;
	height:25px;
	border:0;
	cursor:pointer;
}
.valider {
	background: transparent url(img/valider.gif) no-repeat center top;
	width:110px;
	height:25px;
	border:0;
	cursor:pointer;
}
.post-content .field {
	margin-left:20px;
}
.post-content .field-bouton {
	margin-left:30px;
}


.pagenav {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin:35px 0;
	color:#D9D7C2;
}
.pagenav a, .pagenav a:visited {
	color:#FFE700;
	text-decoration:none;
}
.pagenav a:hover {
	color:#ffffff;
	text-decoration:none;
}

.tags {
	display:none;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar{
	float: left;
	width: 325px;
	padding-bottom: 4em;
}

#sidebar div {
	width: 325px;
}

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

#sidebar #affiche {
	height:243px;
}

#sidebar #syndication {
	height:191px;
	background: transparent url(img/syndication2.gif) no-repeat center top;
}
#sidebar #syndication ul li {
	padding:5px 15px;
}
#sidebar #syndication a {
	display:block;
	width:280px;
	height:37px;
	cursor:pointer;
	text-indent:-9999px;
}

#sidebar #abonnement {
	height:59px;
	background: transparent url(img/abonnement.gif) center top;
}
#sidebar #abonnement form {
	padding:15px 0 0 42px;
}
#sidebar #abonnement input#address {
	width:207px;
	height:23px;
	border:1px solid #CFBC06;
}
#sidebar #abonnement button#sending {
	width:55px;
	height:27px;
	border:0;
	background: transparent;
	cursor:pointer;
}

#sidebar h2{
	width:325px;
	height:45px;
	text-indent:-9999px;
}

#sidebar #top-articles h2{
	background: transparent url(img/top-articles.gif) no-repeat center top;
}
#sidebar #top-articles ul, #sidebar #derniers-commentaires ul {
	margin:5px 10px 15px 10px;
	font-size:12px;
}
#sidebar #top-articles ul li {
	padding:3px 0;
	font-weight:bold;
}
#sidebar #top-articles a {
	color:#ffffff;
	text-decoration:underline;
}
#sidebar #top-articles a:hover {
	color:#FFE700;
}

#sidebar #derniers-commentaires h2{
	background: transparent url(img/derniers-commentaires.gif) no-repeat center top;
}
#sidebar #derniers-commentaires ul li {
	padding:5px 0;
}
#sidebar #derniers-commentaires ul li span {
	font-weight:bold;
	color:#F2E88C;
}
#sidebar #derniers-commentaires a {
	color:#ffffff;
	text-decoration:none;
}
#sidebar #derniers-commentaires a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#sidebar #mots-cles h2{
	background: transparent url(img/mots-cles.gif) no-repeat center top;
}
#sidebar #mots-cles ul { margin: 10px 0; padding: 0 1em; display: block; text-align:center; }
#sidebar #mots-cles li { display: inline; margin: 0 0.1em; padding: 0; background-image: none; }

/* niveaux des tags */
#sidebar #mots-cles li.level-1 { font-size: 1em; }
#sidebar #mots-cles li.level-2 { font-size: 1.3em; }
#sidebar #mots-cles li.level-3 { font-size: 1.6em; }
#sidebar #mots-cles li.level-4 { font-size: 2em; }
#sidebar #mots-cles li.level-5 { font-size: 2.3em; }

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0 auto;
	padding: 0;
	border-top: 22px solid #FFE700;
	background: #080808 url(img/footer.gif) no-repeat center top;
	width:968px;
	height:80px;
	clear: both;
}
