/* ***** 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 *****/


/* @import "layout-gauche.css"; */
@import "layout.css";
@import "plugins.css";


/*------------------------------------------------------ */
/*                    Les elements HTML en general       */
/*------------------------------------------------------ */
body{
	background: #E1E1E1;
	color: #000;
	font-size: 80%;
/* 	line-height: 1.6em; */
	font-family: Verdana, Geneva, Arial, Helvetica, 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;
}

label{
	cursor: pointer;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
	padding: 0 2px;
}

input:focus,textarea:focus{
	border: 1px solid #15759B;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img{
	border: none;
}

a, a:visited{
	color: #E42A85;
}

a:hover{
	color: #004C6B;
}

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

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


/*------------------------------------------------------ */
/*                                         La page       */
/*------------------------------------------------------ */
#page{
	background: #E1E1E1 url(img/colonnes.gif) repeat-y center top;
	color: inherit;
	/*border-bottom: 10px solid #DFDFDF;*/
}


/*------------------------------------------------------ */
/*                                        L'entete       */
/*------------------------------------------------------ */
#top{
	height: 209px;
	/*padding-top: 20px;*/
	background: #E1E1E1 url(img/blog-haut.jpg) no-repeat left bottom;
}

#top h1{
	margin: 0; padding: 8px 5px 0 0;
	width: 194px;
	text-align: left;
	color: #177C9C;
	float: right;
}

#top h1 a{
	text-decoration: none;
	color: #177C9C;
}

#top #quicknav a { 
        color: #E42A85;
        text-decoration: none;
 }

#top #quicknav p {
	font-size: 12px;
	color: #000;
}

/*------------------------------------------------------ */
/*                                      Le prelude       */
/*------------------------------------------------------ */
#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 {
        left: 0px;
	width:52px;
	height:47px;
        padding: 2px 0px;
	position:absolute;
	margin: 0 0 0 0;
	background: transparent url(img/bloc-date.jpg) no-repeat;
	text-align:center;
}
.day {
	display:block;
	color: #fff; 
	padding:0; 
	margin:2px 5px 0px 9px;	
	font-size: 1.6em;
}
.month {
	font-size:1em; 
	display:block;
	color: #fff; 
	margin:-5px 5px 0px 9px;	
	padding:0;	
}

.post-title{
        border-width: 0px;
        color: #E42A85;
	background: transparent;
	margin: 0px 0px 0px 60px;
        font-weight: bold;
	font-size: 15px;
}

.post-title a, .post-title a:visited{
	color: #E42A85;
	background: transparent;
	text-decoration: none;
}

.post-info{
        border-width: 0px;
	margin: 0px 0px 0px 60px;
	color: #282929;
	font-size: 10px;
/* 	line-height: 1.3em; */
	background: transparent;
      	/*border-bottom: 1px solid #FC0;*/
}

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

.post-content, .post-chapo{
        font-family: Arial;
	font-size: 10px;
	text-align: justify;
	margin: 0 10px 0 10px;
}

.post-content a, .post-chapoa a{
        color: #E42A85;
	padding: 0 18px 0 0;
	background: transparent url(img/link.gif) no-repeat right top;
}

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

.post-info-co{
        float: right;
        background: transparent url(img/bloc-comment-droite.jpg) no-repeat right;
        padding-top: 12px;
        font-size: 10px;
/*  	text-align: right; */
        width: 160px;
        height:31px;
        color: #FFF;
}

.post-info-co a, .post-info-co a:visited{
  margin-left: 25px;
  color: #FFF;
  text-decoration: none;
}

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

.mini-footer{
	clear: both;
}


/*------------------------------------------------------ */
/*                                Les commentaires       */
/*------------------------------------------------------ */
#comments { 
  margin-right: 10px;
  margin-left: 10px;
}

#comments h3{
	color: #E42A85;
              
}

#comments p{
	margin: 0 0 0 10px;
}

.comment-info{
	font-size: 0.9em;
}
.comment-info a{
	font-weight: bold;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #DADADA;
	background: #EAEAEA;
	margin: 1em 0 1em 30px;
	padding: 1ex 1em;
}
#comments form{
	font-size: 0.8em;
}


/*------------------------------------------------------ */
/*                          La barre de navigation       */
/*------------------------------------------------------ */
#sidebar div{
	/*border-bottom: 2px solid #DFDFDF;*/
	color: inherit;
	font-size: 11px;
        font-weight: bold;
}

#sidebar div:last-child{
	border-bottom: none;
}

#sidebar div ul{
	margin: 0 0 0 10px;
        padding: 0 0 0 20px;
	list-style: none;
}

#sidebar div li a{
	text-decoration: none;
	background: transparent url(img/button.gif) no-repeat 0px 5px;
	padding: 0 0 0 10px;
	color: #282929;
}

#sidebar div li a:hover{
	background: transparent;
}

#sidebar h2{
        background: transparent url(img/fond_titre.jpg) no-repeat left top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
        padding: 0 0 0 30px;
	height: 30px;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	color: #E42A85;
}

#sidebar h3{
	color: #15759B;
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p #search form{
	margin: 0; padding: 0;
	text-align: center;
}

#search input#q {
	width: 120px;
}
#search p {
	margin: 0; padding: 0;
	text-align: center;
}


/*------------------------------------------------------ */
/*                                   Le calendrier       */
/*------------------------------------------------------ */
#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

/* #sidebar div#calendar h2{ */
/* 	display: none; */
/* } */

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto; padding: 0;
	height: 20px;
        font-size: 11px;
	color: #E42A85;
}

#sidebar div#calendar table caption a{
        color: #E42A85;
}

#sidebar div#calendar table th{
	color: #AEAEAE;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 27px;
	line-height: 1.5em;
	/*border: 1px solid #EEE;*/
}

#sidebar div#calendar table td a{
	display: block;
	background: #DBE5E9 url(img/calendar-angle.gif) no-repeat right top;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #1295C9 url(img/calendar-angle.gif) no-repeat right top;;
	color: #FFF;
}


/*------------------------------------------------------ */
/*                                 Le pied de page       */
/*------------------------------------------------------ */
#footer{
	clear: both;
	margin: 0;
	padding: 30px 225px 10px 15px;
	text-align: right;
	font-size: 11px;
	background: url(img/blog-bas.gif) no-repeat bottom center;
	color: #666;
	clear: both;
}

#footer a{
	color: #999;
}
