/* ***** 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
-------------------------------------------------------- */
/*
 * {font-family: Arial, Helvetica, sans-serif; font-size: 12px;} 
 */

* {font-family: Arial, Helvetica, sans-serif; font-size: 14.49px;}

body{
	background: #CCC;
	color: #000;	
}

a, a:hover, a:visited {color: #000;}

#content {text-align: left; }

#nav {color: #fff; background: #005279; padding: 5px; margin: 0 10px 5px 10px; font-weight: bold; text-align: left;}
#nav .cat {font-size: 15px;}
#nav .rub {font-size: 11px;}

.post-item {}

.post-item h2 {background: #A40000; color: #fff; font-size: 14px; line-height: 20px; padding: 0 5px 0 5px;}
.post-item .date {float: right; margin: 0; padding: 0; font-size: 11px; font-weight: normal;}
.post-item .suite {text-align: right; margin: 0; padding: 0; font-size: 11px; font-weight: normal;}
.post-item .suite a {font-size: 11px;}
.post-item .comment {text-align: right; margin: 0; padding: 0; font-size: 11px; font-weight: normal;}
.post-item .comment a {font-size: 11px;}
/*
.post-item h2 a, .post-item h2 a:hover, .post-item h2 a:visited {text-decoration: none; color: #fff; font-size: 14px;}
*/

.post-item h2 a, .post-item h2 a:hover, .post-item h2 a:visited {text-decoration: none; color: #fff; font-size: 15px;}

.post {}

.post h2 {background: #A40000; color: #fff; font-size: 14px; line-height: 20px; padding: 0 5px 0 5px;}
.post .date {float: right; margin: 0; padding: 0; font-size: 11px; font-weight: normal;}
.post h2 a, .post h2 a:hover, .post h2 a:visited {text-decoration: none; color: #fff; font-size: 14px;}

#comments-links {margin-bottom: 10px;}
#comments {clear: both;}
#comments-add {clear: both;}

#catDesc {color: #000000;}

h2.newsletter {background: #A40000; color: #fff; font-size: 14px; line-height: 20px; padding: 0 5px 0 5px;}
#newsBox {margin: 0 0 10px 10px; padding: 0; font-size: 11px;}
#newsBox input[type=text] {}
#newsBox input[type=submit] {border: 1px solid black; background: #005279; color: #fff; margin-top: 5px; font-size: 11px; font-weight: bold;}

.span_archives{ display:block; width:172px; background-color:#FFF; margin:1px 0 0 4px; height:19px; text-align:center; padding-top:3px; }
.span_archives a{ color:#666666; font-weight:bold; font-size:11px; text-decoration:none; }
