/* ***** 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;
	color: #fff;
	font-size: 80%;
	line-height: 1.3em;
	font-family:"Trebuchet MS", Arial, sans-serif;
}

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;
	margin:0;
	padding:0;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
	font-size:11px;
}

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

input.preview, input.submit{
	border: 1px solid #2BA9F2;
	height: 22px;
	background: #000 url(img/fond-bouton.jpg) repeat-x center center;
	font-family:"Trebuchet MS", Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom:3px;
}

textarea{
	width: 80%;
	font-size: 1em;
	font-family:"Trebuchet MS", Arial, sans-serif;
}

input#c_remember{
	border:0;
}

a{
	color: #fff;
}

a:visited{
	color: #fff;
}

a:hover{
	color: #fff;
}

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

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

span.highlight0 {background-color: #FF99CC;}
span.highlight1 {background-color: #FF99FF;}
span.highlight2 {background-color: #CC6699;}
span.highlight3 {background-color: #FF9999;}
span.highlight4 {background-color: #FF9933; }

p.haut{
	text-align:right;
	margin:0;
}

p.haut a, p.haut a:visited {
	font-size:11px;
	color:#C6C6C6;
}

p.haut a:hover{
	color:#0F76B1;
}

/* La page
-------------------------------------------------------- */
#page{
	background-color: #000;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top a{
	display:block;
	height: 200px;
	width: 935px;
	background: #000 url(img/header.jpg) no-repeat center top;
	margin:0;
	padding:0;
	border:0;
}

#filet{
	height: 20px;
	background: #000 url(img/header-filet.jpg) no-repeat center top;
	margin:0;
	padding:0;
}

/* 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
-------------------------------------------------------- */
.presentation{
	color:#0676B6;
	font-size:11px;
	line-height:15px;
	margin:0 0 -25px 0;
	padding:6px 0 22px 20px;
	background: transparent url(img/filet-presentation.jpg) no-repeat center bottom;
}

.presentation a, .presentation a:visited{
	color:#C6C6C6;
	background: transparent url(img/lien-presentation.jpg) no-repeat left bottom;
	padding-left: 23px;
	line-height:25px;
}

.presentation a:hover{
	color:#0F76B1;
}

div.post-impair{
	background: #0F76B1 url(img/virgule.jpg) no-repeat center bottom;
	padding: 10px 15px 25px 15px;
	margin: 45px 0 0 0;
}

div.post-pair{
	background: #0F76B1 url(img/virgule2.jpg) no-repeat center bottom;
	padding: 10px 15px 25px 15px;
	margin: 45px 0 0 0;
}

div.post-impair h2, div.post-pair h2{
	margin:0;
	padding:0;
}

div.post-info-co-impair{
	background: transparent url(img/fond-auteur.jpg) no-repeat center center;
	margin:0 0 25px 51px;;
	text-align:left;
}

div.post-info-co-impair img{
	float:left;
	border:1px solid #0E6FA7;
	margin: 0 6px 0 3px;
	vertical-align: middle;
}

div.post-info-co-pair{
	background: transparent url(img/fond-auteur.jpg) no-repeat center center;
	margin:0 51px 25px 0;
	text-align:right;
}

div.post-info-co-pair img{
	float:right;
	border:1px solid #0E6FA7;
	margin: 0 3px 0 6px;
	vertical-align: middle;
}

div.post-info-co-pair, div.post-info-co-impair{
	height: 52px;
	padding:0 5px;
	font-size: 11px;
}

div.post-info-co-pair p, div.post-info-co-impair p{
	padding:7px 0 0 0;
}

div.post-info-co-pair .pseudo, div.post-info-co-impair .pseudo{
	color:#C1C1C1;
}

div.post-info-co-pair .liens a, div.post-info-co-impair .liens a{
	color:#2BA9F2;
	font-weight: bold;
	text-decoration: none;
}

div.post-info-co-pair .liens a:hover, div.post-info-co-impair .liens a:hover{
	text-decoration: underline;
}

.post-title{
	color: #2FB3FF;
	font-size: 18px;
	font-weight: bold;
}

.post-date{
	color: #011825;
	font-size: 12px;
	font-weight: normal;
}

.post-info a{
	color: #FA0;
	background: transparent;
	text-decoration: none;
}

.post-content p, .post-chapo p{
	text-align: left;
	font-size:11px;
	line-height:14px;
	color:#fff;
	margin: 5px 0;
	padding:0;
}

.post-content img, .post-chapo img{
	padding:4px;
	margin:5px 0;
	border: 1px solid #000000;
}

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

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

div#trackbacks{
	display:none;
}

div#trackbacks, div#comments, div#ad-comment {
	background-color:#00243F;
	padding:5px 15px 15px 15px;
	margin:10px 0 20px 0;
}

div.sendtofriend {
	background-color:#00243F;
	padding:5px 15px 15px 15px;
	margin:40px 0 20px 0;
}

#trackbacks h3, #comments h3, #ad-comment h3, .sendtofriend h3{
	color:#2BA9F2;
	font-weight: bold;
	font-size: 11px;
	padding:0;
	margin:0;
}

#trackbacks p, #comments p{
	margin:0;
	padding:0;
	font-size:11px;
}

#trackbacks a{
	color:#C6C6C6;
}

#trackbacks blockquote, #comments blockquote{
	border: 0;
	margin: 0;
	padding: 0;
}

#comments p.comment-info{
	font-size:11px;
	color:#2BA9F2;
	margin:15px 0 0 0;
	padding:0;
}

#comments p.comback-info {
	font-size:11px;
	font-style:italic;
	color:#2BA9F2;
	margin:5px 0 0 30px;
	padding:0;
}

#comments blockquote.comback_content {
	font-size:11px;
	font-style:italic;
	margin:0 0 0 30px;
	padding:0;
}

p.form-help{
	font-size:11px;
	color:#2BA9F2;
	margin:10px 0 10px 0;
	padding:0;
}

#comments p.field{
	color:#ffffff;
	font-size:11px;
}

a.auteur-site, a:hover.auteur-site, a:visited.auteur-site{
	color:#2BA9F2;
	text-decoration:underline;
}

div.error {
	color: #FF0000;
	font-size: 11px;
	margin-top:10px;
}

.error ul {
	margin:0;
	padding:0;
	list-style:none;
}

.error li {
	margin: 0;
	padding: 0;
}

p.pagenav{
	color:#0676B6;
	font-size:11px;
	float:left;
	margin-top:-17px;
}

p.pagenav .current{
	color:#C6C6C6;
}

p.pagenav a, p.pagenav a:visited {
	color:#0676B6;
	text-decoration:underline;
}

p.pagenav a:hover, p.retour a, p.retour a:hover, p.retour a:visited {
	color:#0676B6;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
}

p.retour {
	text-align:justify;
}

/* div.sendtofriend h2 {
	margin:0;
	padding:0;
}

div.sendtofriend {
	background-color: #0F76B1;
	padding: 10px 15px 25px 15px;
	margin: 45px 0 0 0;
} */

.post-content img.smiley, .post-chapo img.smiley {
	vertical-align:text-bottom;
	margin:0 3px;
	padding:0;
	border:0;
}

div#smtoolbar {
	margin-bottom:3px;
}


/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	border: 0;
	color: inherit;
	margin:0 0 25px 0;
	padding:0;
}

#sidebar h2{
	background: #000 url(img/titres-sidebar.jpg) no-repeat center 10px;
	width:160px;
	height:49px;
	color: #93DAF8;
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	margin:0;
	padding:27px 0 0 0;
}

#sidebar div#lajungle h1{
	background: #000 url(img/titres-sidebar-lajungle.jpg) no-repeat center 10px;
	width:160px;
	height:49px;
	color: #93DAF8;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:27px 0 0 0;
}

#sidebar div#lajungle p{
	color:#0676B6;
	font-size:11px;
	margin:-10px 0 0 0;
	padding:0;
}

#sidebar div#lajungle a, #sidebar div#lajungle a:visited{
	color:#C6C6C6;
}

#sidebar div#lajungle a:hover{
	color:#0F76B1;
}

#sidebar div#lastcomments ul{
	margin:-15px 0 0 0;
	padding:0;
	font-size:11px;
	line-height:14px;
	list-style:none;
}

#sidebar div#lastcomments li{
	margin:7px 0;
}

#sidebar div#lastcomments .lastcomments_date{
	color:#0F76B1;
}

#sidebar div#lastcomments .lastcomments_author{
	color:#0F76B1;
	font-weight: bold;
}

#sidebar div#lastcomments a{
	color:#C6C6C6;
	text-decoration:none;
}

#sidebar div#lastcomments a:hover{
	color:#0F76B1;
	text-decoration:underline;
}

#sidebar div#categories ul, #sidebar div#archives ul, #sidebar div#links ul, #sidebar div#search ul{
	font-size:11px;
	line-height:14px;
	list-style-image: url(img/puce.jpg);
	list-style-position: outside;
	margin:-10px 0 0 0;
	padding:0 0 0 15px;
}

#sidebar div#categories li, #sidebar div#archives li, #sidebar div#links li, #sidebar div#search li{
	margin:3px 0;
}

#sidebar div#categories a, #sidebar div#archives a, #sidebar div#links a, #sidebar div#search a{
	color:#0676B6;
	text-decoration:none;
}

#sidebar div#categories a:hover, #sidebar div#archives a:hover, #sidebar div#links a:hover, #sidebar div#search a:hover{
	color:#0676B6;
	text-decoration:underline;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
}

#search fieldset, #search p{
	color:#0676B6;
	font-size:11px;
	line-height:10px;
	margin: -10px 0 25px 0;
	padding: 0;
}

#q{
	padding: 0;
	margin-right: 3px;
}

#search .submit{
	font-family:"Trebuchet MS", Arial;
	font-size:11px;
	font-weight: bold;
	color: #ffffff;
	width:22px;
	height:21px;
	background: #000 url(img/bouton-ok.jpg) no-repeat center center;
	border:0;
	padding:0 0 0 1px;
	margin:0;
	cursor:hand;
}

/* La colonne de droite
-------------------------------------------------------- */
#colonne h2{
	background: #000 url(img/titres-colonne.jpg) no-repeat center 10px;
	width:150px;
	height:49px;
	color: #93DAF8;
	font-size:11px;
	font-weight:bold;
	margin:0 0 -3px 0;
	padding:27px 0 0 0;
}

#colonne div.derniere-real{
	margin:0 0 25px 0;
	padding:0;
}

#colonne img{
	border:1px solid #0E6FA7;
	margin:0;
}

#colonne .titre{
	color:#0676B6;
	font-size: 11px;
	font-weight: bold;
}

#colonne .infos{
	color:#0676B6;
	font-size: 11px;
	margin:-10px 0 12px 0;
	line-height:15px;
}

#colonne a.url{
	color:#C6C6C6;
	font-size: 11px;
	text-decoration:underline;
}

#colonne .no-url{
	color:#0676B6;
	font-size: 11px;
}

.lightbox-titre {
	color:#2FB3FF;
	font-size: 18px;
	font-weight: bold;
}

.lightbox-texte {
	color: #0F76B1;
	font-size: 11px;
	font-weight: normal;
	line-height:13px;
}

a.lightbox-url, a.lightbox-url:hover, a.lightbox-url:visited {
	color:#0F76B1;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}

span.lightbox-billets {
	color: #0F76B1;
	font-size: 11px;
	font-weight:normal;
}

a.lightbox-billets, a.lightbox-billets:hover, a.lightbox-billets:visited {
	color: #0F76B1;
	font-size: 11px;
	font-weight: normal;
	text-decoration:underline;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	height:50px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #000 url(img/footer.jpg) no-repeat center top;
}

#footer p{
	padding:25px 0 0 0;
	font-size:11px;
	color:#525252;
}

#footer a.dotclear{
	color:#525252;
}

#footer a.email{
	color:#0F76B1;
}

#footer img{
	vertical-align:middle;
	border:0;
}