@import "layout.css";

/* ***** BEGIN LICENSE BLOCK *****
 * This is luneEtSoleil (moonAndSun), a theme for Dotclear.
 * Copyright (c) 2005 Rémy Coutable 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 *****
 *
 * Author:
 *  Rémy Coutable  http://trekstar.free.fr/dotclear/
 */

/*
* La feuille de style définit les styles suivant:
* - Style général
* - Page
* - Top
* - Contenu
* - Sidebar
* - Footer
* - Perso, par exemple pour les styles d'éléments propres à certains plugins ou modifs
* La disposition des blocs se trouve dans une feuille
* de style séparée, layout.css
*/

/* Style général
********************************************/
body{
	background: #EEE;
	color: #000;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
}

h1{ color: #F90 } /*orange foncé*/
h2{ color: #F90;}

img { border : none; }
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-bottom: 1px dotted;
	cursor : help;
}

a{
	color: #000;
	background: transparent;
}

a[hreflang]:after{
	content: "\0000a0(" attr(hreflang) ")";
	color: #999;
	background: transparent;
}

a:visited{
	color: #333;
	background: transparent;
}

a:hover{
	color: #09F;
	background: transparent;
}

img{
	border: 0;	
}
a img{
	border: 0;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	/*cursor: hand; pour IE */
}

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

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

input[type=submit]{ 
	text-decoration:none; 
	color: #666;
	text-align:center; 
	font-weight:bold; 
	background-color: #FFF;
	border: 1px solid #CCC;
	padding:0;
}

input[type=submit]:focus{  
	color: #09F;
	text-align:center; 
	font-weight:bold; 
	background-color: #FFF;
	border: 1px solid #F90;
}

textarea{
	width: 98%;
}

/* 
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: #EEE url(img/page.png) repeat-y;
}

/* Top
********************************************/
#top{
	color: #F90;
	height: 128px;
	background: #EEE url(img/top.jpg) no-repeat;
}

#top h1{
	margin: 0;
	padding-top: 45px;
        padding-left: 240px;
	width: 340px;
	line-height: 30px;
}

#top h1 a{
	text-decoration: none;
	color: #F90;
	background: transparent;
}

#prelude{
	color: #DDD;
	background: transparent;
	text-align: right;
	padding-right: 15px;
	margin-top: 68px;
	margin-bottom: -75px;
}

#prelude a{
	color: #DDD;
	background: transparent;
	text-decoration: none;
	padding-top: 0;
}

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

/* Contenu
********************************************/
#content{
	line-height: 1.6em;
}

.day-date{
	padding-bottom: 2px;
        border-bottom:1px solid #E5E4E4;
	color: #999;
}

.post{
	margin-bottom: 2em;
}

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

#content h2{
	padding-left: 0px;
	color: #09F;
	background: transparent url(img/h2.png) no-repeat left center;
	margin-bottom: 0;
}

#content h2 a{
	color: #09F;
	background: transparent;
	text-decoration: none;
}

#content h3, #content h4, #content h5, #content h6{
	color: #09F;
	padding-left: 0px;
}

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

.post-info span{
	display: none;
}

.post-info a{
	color: #666;
	background: transparent;
	border-left: 1px solid #CCC;
	padding-left: 0.5ex;
	text-decoration: none;
}

.post-info a:hover{
	color: #09F;
	background: transparent;
	border-left: 1px solid #CCC;
	padding-left: 0.5ex;
	text-decoration: none;
}

.post-content p{
	text-align: justify;
}

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

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

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

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

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

.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;
}

/* Sidebar
********************************************/
#sidebar div{
	color: #999;
	background: transparent;
}

#sidebar h2{
	font-family: "New York", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 3px 5px;
	color: #666;
	background: transparent url(img/sidebarh2.png);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
}

#sidebar h3{
	padding-left: 14px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	background: transparent url(img/linkscat.png) no-repeat left center;
	margin-bottom: 0;
}

#sidebar a{
	color: #666;
	background: transparent;
	text-decoration: none;
}

#sidebar a:hover{
	color: #F90;
        background: transparent;
}

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

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

#sidebar ul li a{
	display: block;
}

#sidebar ul li a:hover{
    color: #09F;
    background: transparent url(img/li-hover.gif) repeat-y right;
}

	#sidebar #links ul li a,#themes ul li a{
		padding-left: 11px;
		background: transparent url(img/links-li.png) no-repeat left center;
		font-size: 0.9em;
	}

	#sidebar #links ul li a:hover,#themes ul li a:hover{
		padding-left: 11px;
		background: transparent url(img/links-li-hover.gif) no-repeat left center;
		font-size: 0.9em;
	}

#calendar{
	text-align: center;
}

#calendar h2{
	text-align: left;
}

#calendar table{
	margin: 0 auto;
	font-size: 1em;
        background:transparent url(img/date.png) no-repeat center;
}

#calendar table caption{
	margin: 0 auto;
        font-weight: bold;
        text-transform: uppercase;
}

#calendar abbr{
	border-bottom: none;
        font-weight: bold;
}

#calendar th{
	border-bottom: 1px dotted #09F;
}

#calendar a{
	color: #F90;
	background: transparent;
	font-weight: bold;
}

#calendar a:hover{
	color: #09F;
	background: #CFECFF;
	font-weight: bold;
        padding: 0;
        margin: 0;
}

/*id spécifique pour la modification qui indique le jour actuel sur le calendrier*/
#calendar table td.d-day span {
	background: transparent url(img/d-day.png);
	border: 1px solid #09F;
	padding-left: 2px;
        padding-right: 2px;
	margin: 1px;
}

#search #q{
	border: 1px solid #CCC;
	background: #FFF url(img/search.png) no-repeat 2px;
	padding-left: 14px;
}

#selection h2{
	color: #333;
}

/* Footer
********************************************/
#footer{
	background: #FFF url(img/footer.png) no-repeat;
	color: #999;
	text-align: center;
}

#footer a{
	color: #999;
	background: transparent;
	text-decoration: none;
}

#footer a:hover{
	color: #F90;
	background: transparent;
	text-decoration: none;
}

/* Perso
********************************************/
/*Style pour le plugin gDay*/
#gday {
   font-size: 1em;
}

#gday_date {
   font-weight:bold;
}

#gday_event {
   font-style:italic;
}

#gday_perso {
   color:#F00;
   font-weight:bold;
}

/*Style perso pour faire ressortir les commentaires de l'auteur du billet*/
#comments blockquote.author-comment {
    background: #DFF2FF;
    border:1px solid #CCC;
}

/*Cadres simple et cadres flottant à droite et à gauche*/
.cadre_simple{
    border:1px solid #E5E4E4;
    padding:5px 10px;
    margin:0 8px 10px 5px;
}

.cadre_left{
    border:1px solid #E5E4E4;
    padding:5px 10px;
    margin:0 8px 10px 5px;
    float:left;
}

.cadre_right{
    border:1px solid #E5E4E4;
    padding:3px;
    margin:3px;
    float:right;
}