/* ***** 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 FITNE
 
 
 
 
 
 
 * 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{
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	background: #3b7c9a url(img/bg_blue.jpg) repeat-x top right;
	
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
	margin:	0;
	padding: 0;
}

h1 {}
h2 {
font-size: 18px;
color:#FFFFFF;
}
#content h2 {
font-size: 26px;
margin-right: 20px;
}
h3 {}
h4 {}
h5 {}
h6 {}

a,
a:link,
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color:#ffffff;
	text-decoration: none;
}

a {
	border: none;
	outline:none;
}
img {
	max-width:424px;
	width: expression(this.width > 424 ? "424px" : true);
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
	display : block;
	margin-left : auto;
	margin-right : auto;
	border: solid 2px #ffffff;
}
div.post div.post-content img {
	max-width:424px;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
	display : block;
	margin-left : auto;
	margin-right : auto;
	border: solid 2px #ffffff;
}

p {
	padding: 0px;
	margin: 0px;
}

pre, code{}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #ffffff;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#topaccueil {
	width:760px;
}

a .accueil1,
a:link .accueil1,
a:visited .accueil1 {
	height:36px;
	width:260px;
	background-image:url(img/accueil2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
	cursor:pointer;
}
a:hover .accueil1 {
	background-image:url(img/accueil2_on.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
}

a .accueil,
a:link .accueil,
a:visited .accueil {
	height:36px;
	width:260px;
	background-image:url(img/accueil3.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
	cursor:pointer;
	float:left;
	margin-top:296px;
	margin-left:5px;
}
a:hover .accueil {
	background-image:url(img/accueil3_on.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
}

.ecrire2 {
	float:right;
	width:140px;
	border:none;
}

.ecrire2 img {
	border:none !important;
}



a .backtotop,
a:link .backtotop,
a:visited .backtotop {
	height:39px;
	width:57px;
	background-image:url(img/top.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
	cursor:pointer;
}
a:hover .backtotop {
	background-image:url(img/top_on.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
}
/* La page
-------------------------------------------------------- */
#page{
}
#main{
}
 
/* L'entête
-------------------------------------------------------- */

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 670px;
	padding-top: 10px;
	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
-------------------------------------------------------- */
.thumbnail {
	float:left;
	width:140px;
	text-align:center;
}
.day-date {
	font-size: 12px;
	text-align: left;
	color: #fff200;
	font-weight:bold;
	padding-left:20px;
}
.post a,
.post a:link,
.post a:visited {
	color: #8a72b0;
	text-decoration:none
}
.post a:hover {
	text-decoration:underline
}

.post-title {
	color:#ffffff;
	font-size:24px;
	font-weight: bold;
	text-align:center;
	padding:30px 10px 0px 10px;
}
.post-title a,
.post-title a:link,
.post-title a:visited {
	color:#ffffff;
}
.post-title a:hover {
	color:#330a0d;
	text-decoration:none
}

.post-info {
	padding-bottom:20px;
	text-align:center;
	color: #eebd6d;
	font-size:11px;
}
.post-info a,
.post-info a:link,
.post-info a:visited {
	color:#eebd6d;
	text-decoration:none;
}
.post-info a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.post-chapo {
	font-size:12px;
	overflow: hidden;
}
.post-chapo a,
.post-chapo a:link,
.post-chapo a:visited {
	color: #c80116;
	text-decoration:none
}
.post-chapo a:hover {
	text-decoration:underline
}
.post-content{
	font-size:12px;
	overflow: hidden;
}
.post-content a,
.post-content a:link,
.post-content a:visited {
	color: #c80116;
	text-decoration:none
}
.post-content a:hover {
	text-decoration:underline
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.read-it {
	font-weight: bold;
	text-align:center;
	clear: left;
	padding-top:20px;
	padding-bottom:5px;
}
.read-it a,
.read-it a:link,
.read-it a:visited {
	color: #ffffff;
	text-decoration:none;
	background-image:url(img/fleche_blanche.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:25px;
}
.read-it a:hover {
	color: #ffffff;
	text-decoration:underline;
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:25px;
}

.post-info-co {
	clear: left;
	text-align:right;
	padding-right:25px;
	margin-bottom:40px;
	font-size:12px;
}
.post-info-co a,
.post-info-co a:link,
.post-info-co a:visited {
	color: #eebd6d;
	padding: 2px 10px 2px 18px;
}
.post-info-co a:hover {
	color: #ffffff;
	text-decoration:underline;
}
.comment_count {
	background: transparent url(img/comment.png) no-repeat 0 50%;
}

#comments {
	text-align:left;
	margin-top:30px;
}
.pcomments {
	font-size:12px;
	font-weight:bold;
	color:#e0ab5f;
}
#co {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
.label {
	color:#eebd6d;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	padding:3px;
	width:120px;
}
.field {
	padding:3px;
}
.captcha-field {
	margin-left:126px;
	margin-bottom:15px;
}
input,
textarea {
	color: #ffffff;
	font-size:11px;
	border: 1px dashed #eebd6d;
	padding: 1px 2px;	
	background-color:#6f3a1d;
	width:290px;
}
.form-help {
	color:#ffffff;
	font-size:10px;
	margin-bottom:15px;
	font-style:italic;
	margin-left:126px;
}
.form-help2 {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	margin-left:126px;
}
input.checkbox {
	width:14px;
	height:14px;
}
input.preview,
input.submit {
	width: auto;
	color: #330a0e;
	background: #e0ab5f;
	font-size: 11px;
	font-weight: bold;
	border: 2px double #6f3a1d;
	cursor:pointer;
}
input.preview:hover,
input.submit:hover {
	background: #6f3a1d;
	color: #ffffff;
	border: 2px double #6f3a1d;
}

/* Commentaires
-------------------------------------------------------- */
.eddcomment_info {
	color:#e0ab5f;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:20px;
	font-size:11px;
}
.eddcomment_top {
	background-image:url(img/eddcomment_top.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:18px;
}
.eddcomment {
	background-image:url(img/eddcomment.png);
	background-repeat:repeat-y;
	background-position:top left;
	color:#330a0d;
	padding-right:20px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}
.eddcomment p {
	margin: 0px;
	padding: 0px;
	color: #330a0d;
	font-weight:normal;
	font-size:12px;
}
.eddcomment_bottom {
	background-image:url(img/eddcomment_bottom.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:36px;
}
.eddcomment_author {
	text-align:right;
	margin-right:20px;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}
/* La barre de navigation
-------------------------------------------------------- */

#sidebar a,
#sidebar a:link,
#sidebar a:visited {
}
#sidebar a:hover {
}
#sidebar ul{
	margin:0px;
	padding:0px;
}
#sidebar li {
	list-style:none;
	font-size:10px;
	padding-top:3px;
	padding-bottom:3px;
	color:#ffffff;
}
#sidebar li a,
#sidebar li a:link,
#sidebar li a:visited {
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
	font-size:10px;
}
#sidebar li a:hover,
#sidebar li a:focus,
#sidebar li a:active {
	color: #ffffff;
	text-decoration: underline;
}
.blognav {
	margin-left:15px;
	padding-top:20px;
}
#liste-authors {
	width:180px;
}
.authors-top {
	height: 37px;
	background-image:url(img/bg_authors-top.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.authors {
	background-color:#592c13;
	padding-left:10px;
	padding-bottom:10px;
	font-size:9px;
}
.authors ul {
	margin: 0px;
}
.authors-bottom {
	height: 16px;
	background-image:url(img/bg_authors-bottom.png);
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom:20px;
}

#q{
	padding-left: 18px;
	background: #592c13 url(img/q.png) no-repeat 4px center;
	border: solid 1px #fd35a2;
	width:150px;
}

.pagenav {
}
/* Pagination
-------------------------------------------------------- */
p.pagenav {
	margin-top: 20px;
	margin-bottom: 20px;
}
p.pagenav a {
	background : #e0ab5f;
	color: black;
	padding:2px;
	text-decoration: none;
}

p.pagenav a:hover {
	background:#850512;
	color:white;
}

p.pagenav strong {
	background : #592c13;
	color: #ffffff;
	padding:2px;
}

/* Le pied de page
-------------------------------------------------------- */
#footer a{
	color: #ffffff;
	text-decoration:none
}

.catimage { border:0; }

.signature {
	font-size:11px;
	color:#330a0d;
	font-style:italic;
	text-align:right;
	width:740px;
	margin: 0 auto 0 auto;
	padding-right:20px;
	padding-bottom:20px;
}
.signature a,
.signature a:link,
.signature a:visited {
	color:#330a0d;
	text-decoration:underline;
}
.signature a:hover {
	color:#330a0d;
	text-decoration:none;
}
