/* ***** 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";
 
/* Les ?l?ments HTML en g?n?ral
-------------------------------------------------------- */
body{
	background: black;
	color: #8B0000;
	font-size: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
}

h1{font-size: 1.5em;}
h2{
	font-size: 1.1em;
	padding:0 0 0 0;
	margin:0 0 4px 0;
	text-align:center;
}

h3{font-size: 1.3em;}
h4{
	font-size: 0.8em;
	padding:0 0 0 0;
	margin:0 0 0 0;
	text-align:justify;
}

h5{font-size: 1.1em;}
h6{font-size: 1em;}

input,textarea{
	border: 1px solid #8B0000;
	color : #8B0000;
}

#topref a{
	color:#FF0000;
	text-decoration:none;
}

#topref a:hover{
	text-decoration:underline;
}

#topref{
	width:100%;
	color:#FFFFFF;
}


a{
	color: #D50000;
}

a:hover{
	color: white;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#page{
background-color:#8B0000;
color:white;
}
#main{
	color:white;
}
#main table{
	color:white;
}
/* L'ent?te
-------------------------------------------------------- */
#top{
	height: 120px;
	background: #FFF url(img/top.png) no-repeat left top;
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}

#search {
	width:270px;
	text-align:right;
	float:right;
	padding:2px;
	font-size:0.7em;
}

#edito {
	display:block;
	width:300px;
	text-align:justify;
	float:right;
	padding:2px;
	margin-top:8px;
	font-size:0.8em;
	color:#FF0000;
}

/* Le pr?lude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */

td.amat{
	background-position:right;
	background-repeat:no-repeat;
	background-image:url(img/amat_cat.jpg);
}

a.post-title{
	color: red;
    font-weight:bold;
	font-family: Verdana,Arial,Sans-serif;
	font-size:10px;
	background: transparent;
	text-decoration: none;
}

a.post-title:hover{
	text-decoration:underline;
	color: red;
}

.post-info{
	font-family: Verdana,Arial,Sans-serif;
	font-size:10px;
	padding-bottom:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: white;
}

a.post-content{
	font-family: Verdana,Arial,Sans-serif;
	font-size:10px;
	text-align: justify;
	color:white;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-decoration:none;
}

a.post-content:hover{
text-decoration:underline;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	border: 1px solid #8B0000;
	border-top:0;
	background-color:black;
	color:white;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	color: Red;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}


#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#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: #B00000;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #8B0000;
}

#sidebar div#calendar table td a{
	display: block;
	background: #8B0000;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	color: black;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 0.0em;
}

#footer a{
	color: #999;
}

.cb_email {
color: #FF0000;
line-height:90%;
}
.thumb{
	float:left;
	border:0;
	width:85px;
	height:60px;
}

.rech 
{
	color: #000000;
	background-color:#ffffff;
}