/* ***** 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
-------------------------------------------------------- */
strong
{
  /*color:#fa3025;*/
  font-weight: bold;
  font-style: normal;
}

a
{
  color:Black;
  text-decoration:underline;
}

a:hover
{
  color:Black;
  text-decoration:underline;
}

a:visited
{
	color:Black;
}

table
{
  border:solid 0px black;
  padding: 0 0 0 0;
  margin:0 0 0 0;
}

input
{
	/*bordersolid;*/
	border: solid 1px black;

	background-color:#c7c9cb;
	color: Black;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

fieldset
{
  padding:10 10 10 10;
  margin:10 10 10 10;
}

.TitreSection
{
	color:Black;
	vertical-align:middle;
	/*padding: 5px 5px 5px 5px;    */
	background-position:right;
	background-image:url(img/pin.gif);
	background-repeat:no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #c7c9cb;
	color: #000000;
	/*font-size: 9pt;*/
	font-size: 0.9em;
	font-weight: bold;
	font-variant: small-caps;
	font-stretch: ultra-expanded;
	text-decoration: none;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:left;
}

.Panel
{
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	background-color:#f2f2f2;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	/*font-size: 8pt;*/
	font-size: 0.8em;
	text-align:left;
}

.post-title
{
  font-size:1.6em;
  text-decoration: underline;
}

.post-date
{
	font-style:italic;
}

/*
Categories
*/

#categories tr td ul
{
	text-align:left;
	margin:0 0 0 -18px;
	padding: 0 0 0 15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;
	font-stretch: ultra-expanded;
}

#categories tr td ul li
{
	display:inline;
	background-image: url(img/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;

	padding-left:18px;
	margin: 5px;
}

#categories tr td ul li a
{
  color:White;
  text-decoration:none;
}

#categories tr td ul li strong a
{
	color:#fa3025;
	text-decoration:none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;
	font-stretch: ultra-expanded;
}

#categories tr td ul li strong a:visited
{
  color:#fa3025;
  text-decoration:none;
}


#categories tr td ul li a:visited
{
  color:White;
  text-decoration:none;
}

#categories tr td ul li a:hover
{
  color:#fa3025;
  text-decoration:underline;
}

/*
Calendar
*/

#sidebar table#calendar {
	/*border-top: 1px solid #F0F0F0;*/
	padding:0 0 0 0;
	margin:0 0 0 0;
}

#sidebar table#calendar table {
	font-size: 0.8em;
	text-align: center;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	border-collapse: collapse;
}

#sidebar table#calendar table caption {
	margin: 0 0;
	background-color: #5a5b5c;
	font-variant:small-caps;
	color:#c8c9cb;
	font-weight:bold;
}

#sidebar table#calendar table th {
	color: Black;
	background-color: #c8c9cb;
}

#sidebar table#calendar table td {
	background:white;
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#sidebar table#calendar table td a {
	display: block;
	color: Black;
	background-color:  #c8c9cb;
	font-weight: bold;
	text-decoration: none;
}

#sidebar table#calendar table td a:hover {
	background: #fa3025;
	color: Black;
}

/*
POST
*/

.post
{
	background-color: #f2f2f3;
}
