@import "layout.css";

/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 * ***** END LICENSE BLOCK *****
 *
 * Author:
 *  Maurice Svay  http://www.svay.com/web/dotclear/
 */

/*
* La feuille de style définit les styles suivant:
* - Style général
* - Page
* - Top
* - Contenu
* - Sidebar
* - Footer
* La disposition des blocs se trouve dans une feuille
* de style séparée, layout.css
*/

/* Style général
********************************************/
body{
	background: #F7F7F7;
	color: #333;
	font-size: 0.76em;
	font-family: Georgia, serif;
}

pre {
	border: 1px solid #CCC;
	font-size: 1.1em;
	line-height: 1.2em;
	overflow: auto;
	width: 100%;
}

html>body pre {
	overflow: auto;
	width: auto;
}

acronym, abbr{
	border: 0;
	cursor: default;
	text-transform: none;
}

a{
	color: #333;
	text-decoration: none;
}

a:visited{
	color: #333;
}

a:hover{
	color: #F8437A;
}

a img{
	border: 0;
}

.connect{
	cursor:default;
}

img{
 margin: 10px 0 10px 0;
}

fieldset{
	border: none;
/*	width: 100%;*/
}

label{
	cursor:text;
}

input[type=text], textarea{
	border: 1px solid #AAA;
}

input[type=text]:focus, textarea:focus{
	border: 1px solid #666;
}

textarea{
	width: 90%;
}

/* 
Classes spéciales pour insérer des images par exemple 
Les élements rendus "flottants" avec ces classes ne
dépassent pas du billet grâce à la classe .post-info-co
*/
.right{
	float: right;
	margin-left: 1em;
}

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

/* Page
********************************************/
#page{
	background: url(img/page.jpg) repeat-y;
}

/* Top
********************************************/
#top{
	color: #F8437A;
	/*background: #FFF url(img/top.jpg) no-repeat;*/
}

#top h1{
	margin: 0;
}

#top h1 a{ /*le titre du blog*/
	font-family: "AmericanTypewriter Light", Georgia, serif;
	text-decoration: none;
	color: #FFF;
	background: transparent;
	font-size: 24px;
	line-height: normal;
	font-weight: normal;
}

#prelude{ /*menu du haut*/
	color: #FFF;
	background: transparent;
	text-align: right;
	padding-right: 30px;
	display:none;
}

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

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

/* Contenu
********************************************/
#content{
	line-height: 1.6em;
	margin-top: 30px;
}

hr{
	background-color:#EEE;
	background:url(img/dots.png);
	color: #EEE;
	height: 1px;
	border: 0;
}

.day-date{
/*	background: transparent url(img/day-date.png) repeat-x left bottom;*/
	color: #999;
}

.post{
	margin-bottom: 4em;
}

#content ul li{
/*	list-style-image: url(img/li.png);*/
}

#content h2{
	font-family: "Georgia", "AmericanTypewriter Light", "Lucida Grande";
	font-size: 18px;
	font-weight: bold;
	padding-left: 18px;
	color: #F8437A;
	background: url(img/h2.png) no-repeat left 1px;
	margin-bottom: 0;
}

#content h2 a{
	color: #F8437A; /*titre article*/
}

content h2 a:hover{
	color: #F8437A;
}

#content h3, #content h4, #content h5, #content h6{
	color: #299DB3; /*ajouter un commentaire : bleu*/
}

.post-info{
	padding-left: 18px;
	color: #999;
	margin-top: 0;
}

.post-info span{
	display: none;
}

.post-info a{
	color: #FF6600; /*categorie : orange*/
	background: transparent;
	border-left: 1px solid #CCC;
	padding-left: 0.5ex;
}

.post-content {
	color: #333;
	margin-left: 18px;
}

.post-content p{
	text-align: justify;
	font-size: 1.1em;
}

/*.post-content p strong{
	font-size: 2em;
}*/

.post-content img{
	max-width: 480px;
}

.post-content a{ /*couleur des liens du billet*/
	color: #F8437A;
}

.post-content a:hover{
	text-decoration: underline;
}

.post-title a{
	color: #F8437A;
}

.post-content gallerie-description a{ /*couleur des liens du billet*/
	color: #F8437A;
}

.post-content a img, .post-content a img:hover{
	text-decoration: none;
}

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

.post-info-co span{
	display: none;
}

.post-info-co a, .post-info-co a:visited{ /*commentaires*/
	color: #666;
	padding-left: 12px;
	background: transparent url(img/bulle.png) no-repeat left center;
}

.post-info-co a:hover{ 
	color: #333;
}

.comment-info{
	margin-bottom: 0;
}

#comments blockquote, #trackbacks blockquote{
	margin: 0;
	padding: 0 1em;
	text-align: justify;
	border: 1px dotted #CCC;
}

.field label{
	display: block;
	size: 20px;
}

/* Sidebar
********************************************/
#sidebar div{
	color: #333; /*couleur calendrier*/
	background: transparent;
}

#sidebar h2{
	margin: 0;
	padding: 5px;
	color: #666;
	background: url(img/sidebarh2.png);
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
}

#sidebar h3{
	padding-left: 16px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	background: url(img/linkscat.png) no-repeat left center;
	display: none;
	visibility: hidden;
}

#sidebar a{
	color: #666;
}

#sidebar a:hover{
	color: #333;
}

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

#sidebar ul li{
	padding: 5px 0;
	border-bottom: 1px solid #EEE;
}

#sidebar ul li a{
	display: block;
}

#calendar{
	text-align: center;
}

#calendar h2{
	text-align: left;
}

#calendar table{
	margin: 0 auto;
	font-size: 0.8em;
}

#calendar table caption{
	margin: 0 auto;
}

#calendar abbr{
	border-bottom: none;
}

#calendar th{
	border-bottom: 1px solid #CCC;
}

#calendar a{
	color: #F8437A;
	font-weight: bold;
}

#search #q{
	border: 1px solid #CCC;
	background: #FFF url(img/search.png) no-repeat 2px;
	padding-left: 18px;
	font-family:Georgia, serif;
	color: #333;
}

#newsletter_subscribe #email{
	border: 1px solid #CCC;
	font-family:Georgia, serif;
	color: #333;
}

#unsubscribe{
	font-family:Georgia, serif;
	color: #666;
}

#selection h2{
	color: #333;
}

.cache{
	visibility: hidden;
}

/* Footer
********************************************/
#footer{
	background: url(img/footer.jpg) no-repeat;
	color: #0066FF;
	text-align: left;
	text-indent: 24px;
}

#footer a{
	color: #CCCCCC; /*couleur footer dotclear*/
}

/* Plugin comback
********************************************/
#comments blockquote.comback_content {
	background: #FFECF9;
}
