/* ***** 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: #000 url(img/bg.jpg);
	color: #fff;
	font-size: 70%;
	line-height: 1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Geneva, Arial, Helvetica, 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;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #D3D3D3;
}

a:visited{
	color: #D3D3D3;
}

a:hover{
	color: #CCA757;
}

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

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

/* La page
-------------------------------------------------------- */
#allcontent {
	background: #000 url(img/left-border.gif) repeat-y left;
}

#allcontent2 {
	background: #000 url(img/right-border.gif) repeat-y right;
}

#page, #main, #content{
	background: #202020;
}

#main {
	border-right: 2px solid #000;
	border-left: 2px solid #000;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 150px;
	/*padding-top: 20px;*/
	background: #000 url(img/bandeauv5.jpg) no-repeat left;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
}
/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: #202020 url(img/bg-prelude.jpg) repeat-x;
	color: #fff;
	text-align: left;
    border-right: 2px solid #000;
	border-left: 2px solid #000;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #CCA757;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	color: #888;
	font-style: italic;
}

.post, .post-left, .post-right, .post-center {
	background: #303030 url("img/bloc.jpg") no-repeat right bottom;
	border-right: 2px solid #101010;
	border-bottom: 2px solid #101010;
	border-left: 1px solid #151515;
	border-top: 1px solid #151515;    
}

.post p, .post-left p, .post-right p, .post-center p {
	padding-right: 10px;
}

.post-title{
	font-size:1.2em;
	color: #D5B962;
    text-align:left;
	background: #000;
	margin-bottom: 0;
    margin-top: 0;
	border-bottom: 1px #555;
}

.post-menu{
	font-size: .8em;
    font-weight:normal;
    text-align:center;
	color: #D3D3D3;
	background: #000;
	margin: 0;
    padding: 2px;
    border-top: 1px #555;
}

.post-title a{
	color: #D5B962;
	background: transparent;
	text-decoration: none;
}

.post-info{
	font-size: .8em;
    margin-top: 0;
	color: #D3D3D3;
	background: transparent;
	padding-bottom: 0;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #69c;
	background: transparent;
	text-decoration: underline;
}

.post-content{
	text-align: justify;
	padding-left: 15px;
    margin:0;
    padding-bottom:0;
}

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

.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar{
    /*background: #202020 url(img/background.png);*/
	background: #000;
}

#sidebar .bloc {
	color: #D3D3D3;
	/*background: #303030 url(img/bg-block-foot.gif) no-repeat bottom right;*/
	background: #303030;
	margin: 0 10px 1em 10px;
	padding: 0;
	text-align: left;
	border-right: 2px solid #101010;
	border-bottom: 2px solid #101010;
}

#sidebar .bloc h1 {
	color: #D3D3D3;
	/*background: url(img/bg-block-head.gif) repeat-x;*/
	background: #101010;
	font-weight: bold;
	font-size: 1em;
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	display: block;
	height: 20px;
	padding-top: 1px;
	margin: 0;
	letter-spacing: 0.1em;
}

#sidebar .bloc h2 {
	color: #D5B962;
	background: url(bg-block-h2.gif) no-repeat bottom left;
	font-weight: 600;
	font-size: 0.9em;
	font-family: Arial,Helvetica,sans-serif;
	padding: 0 0 2px 0;
	margin: 0 2px 0 5px;
}

#sidebar .bloc ul {
	margin: 0;
	padding: 4px 0 12px 4px;
	list-style: none;
}

#sidebar .bloc li {
	font-size: 11px;
	background: url(img/puce.png) no-repeat 0px 5px;
	margin: 0;
	padding-left: 5px;
}

/*#sidebar .bloc ul.image li {
	font-size: 11px;
	background: none;
	margin: 0;
	padding-left: 5px;
}*/

#sidebar #reference {
	text-align: center;
}

#sidebar #reference img{
	padding: 0;
}

#sidebar .bloc a {
	color: #FAFAFA;
	text-decoration: none;
}

#sidebar .bloc a:hover {
	color: #CCA757;
}

#sidebar .bloc img {
	padding: 4px 0 0 31px;
}

#sidebar .bloc p {
	text-align: center;
}

/*#sidebar div{
	border-bottom: 1px solid #F0F0F0;
	color: inherit;
}

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

#sidebar h2, #sidebar h3{
	color: #9ED200;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}*/

/*#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}*/

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#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: #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{
	padding-top: 1em;
	border-top: 1px solid #CCC;
    border-right: 2px solid #000;
	border-left: 2px solid #000;
	background: #000;
	color: #E6E6E6;
    text-align:center;
}

#footer a{
	color: #999;
}

/* Images de catégories
-------------------------------------------------------- */
.catimage {
	border: none;
	vertical-align: text-bottom;
}

/* Affichage des catégories en ligne */

.categories {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 0 0 15px;
  margin: 0;
}
.categories img{
  padding: 0;
  margin: 0;
}
.categories a{
 text-decoration: none;
}
.categories a:hover{
 color:#CCA757;
 text-decoration: underline;
}

.categories ul {
  display: inline;
  margin-left: 1em;
  padding-left: 0.5em;
}
.categories li {
  display: inline;
  list-style-type: none;
  padding-right: 0.5em;
  margin-right: 1em;
}


/* Pagination */
#pagination {
  text-align: center;
}

div.construct {
position:absolute;
left:100%;
top:0px;
overflow:visible;
height:163px;
width:163px;
background-image:url(img/construct.gif);
background-repeat:no-repeat;
background-position:-200px -200px;
background-color:transparent;
margin:0 0 0 -163px;
padding:0;
color:#000;
font-family:helvetica,verdana,arial,tahoma,sans-serif;
z-index:1000000000;
border:none;
float:none;
}

/* Tableaux de résultats */
table {
font-family:verdana;
color:#D3D3D3
background-color:#373638;
border:1px solid #505050;
border-collapse:collapse;
width:98%;
margin:auto;
}
thead, tfoot {
border:1px solid #505050;
}
tbody {
background-color:#FFFFFF;
border:1px solid #505050;
}
th {
border:1px solid #505050;
padding:5px;
color:#FFCA26;
}
td {
font-size:10px;
border:1px solid #303030;
background-color:#4E4E4E;
padding:5px;
text-align:center;
}
tfoot td {
font-style:italic;
font-size:11px;
text-align:center;
background-color:#373638;
border:1px solid #505050;
}
thead th, tbody th {
font-size:11px;
text-align:center;
background-color:#000;
}
.tdimportant {
	color:#202020;
	background-color:#E6AC3D;
}
.thaward, .tdaward {
	background-image:url(img/fond_award.jpg);
    border:none;
}
