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

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.5em;}
h3{font-size: 1.2em;}
h4{font-size: 1.1em;}
h5{font-size: 1.0em;}
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: 100%;
	font-size: 1em;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

a{
	color: #000;
}

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}

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

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

a img {
	border:0;
}


/* La page
-------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body{
	background: #DDD;
	color: #000;
	font-size: 75%;
	line-height:150%;
	text-align: center;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

#page{
	width: 910px;
	margin: 1em auto;
	text-align: left;
	background:#FFF;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	position: absolute;
	width: 910px;
	top: 2px;
	left: 50%;
	margin: 0 0 0 -455px;
	color: #AAA;
	background: transparent;
}

#prelude a {
	font-size:90%;
	color: #AAA;
	background: transparent;
}

#prelude a:hover, #prelude a:focus {
	color: #666;
	background: transparent;
}

/* Le menu
-------------------------------------------------------- */
#menus .important
{
	font-weight:bold;
	text-transform:uppercase;
}


/* L'entête
-------------------------------------------------------- */
#top{
	padding:10px;
	position:relative;
}
#top h1 {
	background: #000 url(img/logo.png) no-repeat left top;
}

#top h1 a {
	display:block;
	width:630px; height:170px;
	font-size:1px;
	text-decoration: none;
	color:#000;
}
#top p {
	position:absolute;
	top:10px; right:10px;
}


/* Recherche + Banner
-------------------------------------------------------- */
#search_banner {
	margin:0 10px 10px 10px;
	position:relative;
}

#search {
	width:159px; height:90px;
	background:#DDD;
}
#search form {
	margin:0 5px;
}
#search form h2 {
	padding:3px 0;
}
#search fieldset, #search p{
	margin: 0;
	padding: 0;
}
#q {
	width:120px;
	padding: 3px 3px 3px 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}
#search .submit {
	width:100px;
	margin-top:5px;
}

#banner {
	position:absolute;
	top:0px; left:162px;
}


/* 3 colonnes
-------------------------------------------------------- */
#main{
	width:650px;
	float:left;
}
#sidebar{
	width:260px;
	float:right;
}
#sub_content{
	width:140px;
	float:left;
}
#content{
	width:480px;
	float:left;
	margin-left:15px;
}


/* Le contenu
-------------------------------------------------------- */
.post {
	margin-bottom:30px;
}
.day-date{
	display:none;
}
.post-chapo {
	text-align:justify;
	margin-bottom:10px;
}
.post-title {
	clear:both;
	margin-top:5px;
	color: #C00;
	line-height:120%;
	background: transparent;
}
.post-title a {
	color: #C00;
	background: transparent;
	text-decoration: none;
}
.post-title a:visited {
	color: #C00;
	background: transparent;
	text-decoration: none;
}
.post-title a:hover {
	color: #F90;
	background: transparent;
	text-decoration: none;
}
.post-info {
	margin-top: 0;
	color: #F60;
	font-size:95%;
	background: transparent;
	padding-bottom: 0.6em;
}
.post-info a { 
	color: #555;
	background: transparent;
	text-decoration: none;
}
.post-content {
	clear:both;
	text-align: justify;
	padding-bottom: 0.5em;
}
.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}
.post-content ul{
	margin:0.2em 0 0.2em 15px;
}
.post-info-co {
	clear:both;
	text-align: left;
	font-size:95%;
	margin-bottom:1em;
}
.post-info-co a {
	color:#999;
}
#trackbacks, #comments {
	margin: 1em 0;
}
#trackbacks h3, #comments h3 {
	Font-size:1.2em;
	padding-bottom:0.5em;
}
#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}
#comments p{
	margin: 0.5em 0;
}
#c_remember {
	border:0;
}
/* Sub_content
-------------------------------------------------------- */
#sub_content div {
	margin:0 0 15px 10px;
	padding:4px 4px 10px 4px;
	background:#F5F5F5;
	border:solid 1px #DDD;
}
#sub_content h2 {
	text-transform:uppercase;
	font-size:1.1em;
	color:#C00;
	border-bottom:solid 1px #DDD;
	margin-bottom:5px;
	padding-bottom:4px;
}
#sub_content h3 {
	text-transform:uppercase;
	font-size:0.9em;
	color:#000;
}
#sub_content ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}



/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	margin:0 10px 15px 0px;
	padding:4px 4px 10px 4px;
	background:#F5F5F5;
	border:solid 1px #DDD;
}

#sidebar div#video, #sidebar div#video div{
	margin:0 0 1em 0;
	padding:0;
	background:none;
	border:0;
}

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

#sidebar h2, #sidebar h3{
	text-transform:uppercase;
	font-size:1.1em;
	color:#C00;
	border-bottom:solid 1px #DDD;
	margin-bottom:5px;
	padding-bottom:4px
}

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

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar div#calendar table{
	font-size: 1em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
	font-weight:bold;	
}

#sidebar div#calendar table th{
	color: #C00;
	background: transparent;
}

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

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

#sidebar div#calendar table td a:hover{
	background: #FF552A;
	color: #FFF;
}


/* pub carree
-------------------------------------------------------- */
#pubcarree {
	margin-bottom:1em;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #EEE;
	font-size:0.9em;
	color: #666;
	padding: 1ex 1em 1ex 1em;
	clear: both;
}
#footer a{
	color: #999;
}


/* Image dans le code
-------------------------------------------------------- */
a.thickbox img{
	float:left;
	margin: 4px 8px 10px 0;
}

/* Abonnment
-------------------------------------------------------- */
.bloc_abo {
	margin:25px 0 0 0;
	padding:32px 10px 10px 10px;
	border:solid 1px #BACBB5;
	position:relative;
}
.bloc_abo h3 {
	position:absolute;
	width:460px; height:3.5em;
	background: url(img/abo_h3.gif) no-repeat left top;
	top:-25px;left:2px;
	text-indent:35px;
	line-height:3.5em;
	color:#FFF;
}
body#allopass {
	text-align:left;
}
table#derniers_numeros td {
	vertical-align:top;
	padding-bottom:20px;
}
table#derniers_numeros img {
	width:170px;
}