/* ***** 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/fond-body.jpg) no-repeat scroll center top;
	color: #fff;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	border:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", 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;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #005DB5;
}

textarea{
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color: #fff;
}

a:visited{
	color: #fff;
}

a:hover{
	color: #fff;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #000 url(img/fond-contenu.jpg) repeat-y scroll 0 0;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 275px;
	width:804px;
	background: #000 url(img/haut.jpg) no-repeat center top;
	margin:0;
	padding:0;
	cursor:hand;
}

#top h1{
	height: 0;
	margin: 0;
	color: #FFFFFF;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}

/* 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
-------------------------------------------------------- */
.day-date{
	display:none;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #89AFD3;
	font-style: normal;
}

.post-title{
	width:576px;
	height:29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #D7EBFE;
	background: transparent url(img/titre.jpg) no-repeat scroll left center;
	margin:0;
	padding:0;
}

.post-title a, .post-title .titre{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #D7EBFE;
	text-decoration: none;
	padding:15px 0 0 28px;
	line-height:29px;
}

.post-title a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#D7EBFE;
}

.post-title a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.post-info{
	margin: 5px 15px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #89AFD3;
	font-style: normal;
	text-align:right;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a, .post-info a:visited{
	color: #89AFD3;
	background: transparent;
	text-decoration: none;
}

.post-info a:hover {
	color:#FFFFFF;
}

.post-chapo, .post-apercu {
	margin:-10px 15px -10px 15px;
	color:#002D57;
	font-weight:bold;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
}

.post-apercu a, .post-apercu a:visited {
	color:#89AFD3;
	font-weight:bold;
	font-size:11px;
}

.post-apercu a:hover {
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}

.post-content {
	margin:0 15px 0 15px;
	padding-bottom:20px;
	text-align: justify;
	color:#3B3B3B;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background:transparent url(img/ligne-bas.jpg) repeat-x scroll center bottom;
}

.post-content blockquote{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.post-content img{
	border:2px solid #fff;
	margin:7px 7px 7px 7px;
}

.post-content a, .post-content a:visited {
	color:#3B3B3B;
}

.post-content a:hover {
	color:#FFFFFF;
}

.post-info-co {
	margin:0 15px 20px 0;
	text-align: right;
}

.lectures {
	font-size:10px;
	color:#89AFD3;
}

.post-info-co a, .post-info-co a:visited {
	color:#89AFD3;
}

.post-info-co a:hover {
	color:#FFFFFF;
}

#trackbacks, #trackbacks blockquote {
	display:none;
}

#comments {
	margin:0;
}

#comments h3, #content h3 {
	margin:10px 15px 10px 15px;
	color:#002D57;
	font-weight:bold;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
}

#comment-form {
	margin:0 15px 0 15px;
	padding-bottom:20px;
}

#comment-form p.field, #comment-form fieldset label {
	color:#89AFD3;
	font-weight:bold;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

#comment-form .submit, #comment-form .preview {
	color:#fff;
	background: #012E58 url(img/mois-fond.jpg) repeat-x center center;
	border:1px solid #00B8E6;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	cursor:hand;
}

#content p.form-help {
	margin:0 15px 15px 15px;
	color:#89AFD3;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}

#content .newsletter {
	padding:20px 0 10px 30px;
	color:#000;
	font-weight:bold;
}

.comment-info {
	margin:0 15px 0 15px;
}

.comment-info, .comment-info a, .comment-info a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #89AFD3;
}

#comments blockquote, #comment-preview blockquote {
	color:#3B3B3B;
	border: 0;
	margin: -10px 15px 0 30px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.error, .erreur {
	margin-left:15px;
	margin-top:10px;
	color:#FF0000;
}

.error ul {
	list-style-type:square;
}

.resultat {
	margin-left:15px;
	margin-top:10px;
	color:#3B3B3B;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div {
	border: 0;
	color: inherit;
	padding:0 0 30px 3px;
	background:transparent url(img/separateur.jpg) no-repeat scroll right bottom;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	color: #9ED200;
	margin: 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#calendar h2{
	background: #000 url(img/calendrier.jpg) no-repeat 0 center;
	width:225px;
	height:29px;
	margin-bottom:10px;
}

#sidebar div#calendar table{
	width:154px;
	font-size: 9px;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 auto;
	padding:0;
	border:0;
	border-collapse:collapse;
	border-spacing:0;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
	font-size:10px;
	background: #012E58 url(img/mois-fond.jpg) repeat-x center center;
	border:1px solid #00B8E6;
}

#sidebar div#calendar table caption a:link{
	font-weight:bold;
	color:#fff;
}

#sidebar div#calendar table caption a:visited{
	font-weight:bold;
	color:#fff;
}

#sidebar div#calendar table caption a:hover{
	font-weight:bold;
	color:#CAE4FE;
}

#sidebar div#calendar table caption a:active{
	font-weight:bold;
	color:#CAE4FE;
}

#sidebar div#calendar table th{
	color: #CAE4FE;
	background: transparent;
}

#sidebar div#calendar table th abbr{
	border-bottom:0;
}

#sidebar div#calendar table td{
	width: 22px;
	height:20px;
	border: 0;
	margin:0;
	padding:0;
	background: #012E58 url(img/date-inactive.jpg) no-repeat center center;
	font-size:9px;
	color: #CAE4FE;
}

#sidebar div#calendar table td a{
	width: 22px;
	height:20px;
	display: block;
	margin:0;
	padding:0;
	background: #012E58 url(img/date-active.jpg) no-repeat center center;
	color: #fff;
	text-decoration:none;
}

#sidebar div#calendar table td a:hover{
	margin:0;
	padding:0;
	background: #012E58 url(img/date-over.jpg) no-repeat center center;
	color: #fff;
}

#sidebar div#patience .patience{
	padding:0 5px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background: #012E58 url(img/mois-fond.jpg) repeat-x center center;
	border:1px solid #00B8E6;
	color: #fff;
}

#sidebar div#search h2{
	background: #000 url(img/rechercher.jpg) no-repeat 0 center;
	width:225px;
	height:29px;
	margin-bottom:10px;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
	background:transparent url(img/separateur.jpg) no-repeat scroll right bottom;
}

#search fieldset, #search p{
	margin: 0 0 0 18px;
	padding: 0;
}

#sidebar div#search .submit{
	width:22px;
	height:20px;
	border:1px solid #005DB5;
	background: #000 url(img/ok.jpg) no-repeat center center;
	cursor:hand;
}

#q{
	padding: 1px 1px 1px 1px;
}

#sidebar div#newsletter h2{
	background: #000 url(img/newsletter.jpg) no-repeat 0 center;
	width:225px;
	height:29px;
	margin-bottom:10px;
}

#sidebar div#newsletter {
	background: transparent;
	color: inherit;
	line-height: 2.3em;
	background:transparent url(img/separateur.jpg) no-repeat scroll right bottom;
}

#sidebar div#newsletter #mentions {
	margin:0 5px 0 15px;
	padding-top:-5px;
	font-size:9px;
	color:#CAE4FE;
}

#sidebar div#newsletter #mentions a {
	color:#CAE4FE;
}

#newsletter fieldset, #newsletter p{
	margin: 0 0 0 18px;
	padding: 0;
}

#sidebar div#newsletter #subscribe{
	width:22px;
	height:20px;
	border:1px solid #005DB5;
	background: #000 url(img/ok.jpg) no-repeat center center;
	cursor:hand;
}

#sidebar div#newsletter .unsubscribe{
	display:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#sidebar div#categories h2{
	background: #000 url(img/categories.jpg) no-repeat 0 center;
	width:225px;
	height:29px;
	margin-bottom:10px;
}

#sidebar div#categories li{
	margin:5px 5px 2px 15px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar div#categories #tout, #sidebar div#categories #tout a {
	margin-right:5px;
	text-align:right;
	font-size:9px;
	color:#CAE4FE;
}

#sidebar div#pluslus h2{
	background: #000 url(img/top5.jpg) no-repeat 0 center;
	width:225px;
	height:29px;
	margin-bottom:10px;
}

#sidebar div#pluslus li{
	margin:5px 5px 2px 15px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar div#pluslus li a, #sidebar div#pluslus li a:visited{
	text-decoration:none;
}

#sidebar div#pluslus li a:hover{
	text-decoration:underline;
}

#sidebar div#lastcomments h2{
	background: #000 url(img/derniers-commentaires.jpg) no-repeat 0 center;
	width:225px;
	height:29px;
	margin-bottom:10px;
}

#sidebar div#lastcomments li{
	margin:5px 5px 2px 15px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar div#lastcomments .lastcomment_date {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#CAE4FE;
}

#sidebar div#lastcomments li a, #sidebar div#lastcomments li a:visited{
	text-decoration:none;
}

#sidebar div#lastcomments li a:hover{
	text-decoration:underline;
}

#sidebar div#links h2{
	background: #000 url(img/liens.jpg) no-repeat 0 center;
	width:225px;
	height:29px;
	margin-bottom:10px;
}

#sidebar div#links li{
	margin:5px 5px 2px 15px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}


/* Les sondages
-------------------------------------------------------- */
div#sondage {
	width:100%;
	margin:0 auto;
	padding:0;
}

#sondage div#formulaire {
	margin:0;
	padding:0 0 10px 0;
	text-align:left;
}

#sondage form {
	margin:0;
	padding:0;
}

#sondage p.question {
	font-weight:bold;
	margin:10px;
	font-size:15px;
}

#sondage p.choix {
	margin:10px 5px;
	padding-left:15px;
	font-size:12px;
	font-weight:normal;
}
#sondage p.choix input {
	border:1px solid #ECE9D8 !important;
	border:0;
}

#sondage .sm_img{
	border:1px solid black;
	margin:3px;
	background-color:#ffffff;
}

#sondage .bouton {
	text-align:center;
}
#sondage .bouton input {
	color:#fff;
	background: #012E58 url(img/mois-fond.jpg) repeat-x center center;
	border:1px solid #00B8E6;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	cursor:hand;
}


/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	border:0;
	background: #000 url(img/pieddepage.jpg) no-repeat center top;
	height:32px;
	width:804px;
	color: #666;
	text-align:center;
}

#footer a{
	color: #D0E0F0;
	font-size:9px;
	line-height:25px;
}
/* Pagination
-------------------------------------------------------- */
.pagenav {
	font: 0.9em;
	color: black;
	margin-left:10px;
}

p.pagenav a {
	background : #012E58;
	color: black;
	padding:2px;
	border: 1px solid #bbb;
	text-decoration: none;
	font-size:90%;
}

p.pagenav a:hover {
	background:#3095C3;
	color:black;
}

p.pagenav strong {
	color: black;
	padding:2px;
	border: 1px solid #bbb;
}