/* ***** D�claration licence Dotclear *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Olivier Meunier 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 ***** */



/*******************************bloc-note ************************************************************

Taille des caracteres :

base pour une police de 16
10 px = 0.625
11px= 0.6875
12px=0.75
17px=1.0625

Charte de couleurs hexa :
rouge : #c10004
Gris fonc� : #434343
gris moyen  : #b5b5b5
gris clair  #eeeeee

orange : #ffcf88
orange clair: #fae9c6



******************************* Structure generale des pages *************************************/


body {
font-size: 0.75em;
color: #434343;
font-family : arial, sans-serif;
text-align: center;
background : #eeeeee url(images/ombre.png) repeat-y center top;
margin: 0;
padding: 0;
}

p { margin : 1em 0; }
form { display : block; margin : 0; padding : 0; }

img {
border : none;
float: left;
margin: 0px 15px 10px 0px;
}

h1 { font-size : 2em; margin : 0.67em 0; }
h2 { font-size : 1.4em; margin : 0.83em 0; }
h3 { font-size : 1.1em; margin : 1em 0; }
h4 { font-size : 1em; margin : 1.33em 0; }
h5 { font-size : 0.83em; margin : 1.67em 0; }
h6 { font-size : 0.67em; margin : 2.33em 0; }

q { font-style : italic; }

#page {
width: 800px;
margin: 0 auto 0 auto;
padding: 0;
background-color: #fff;
text-align: left;
border: 1px solid #434343;
}

#top {
margin : 0 20px 0 20px;
height: 132px;
background : #fff;
}

#top h1, #top h1 a, #top h1 a:hover {
font-size : 1em;
text-align : left;
color : #fff;
}

#prelude {
margin : 5px 20px 5px 20px;
text-decoration : none;
}

#prelude a:hover {
text-decoration : underline;
}

#main {
float: right;
width: 515px;
margin: 25px 20px 20px 0;
padding: 0;
}

#sidebar {
float: left;
width : 200px;
margin : 15px 0 20px 20px;
border-right : 1px solid #b5b5b5;
}

#pagination {
text-align : center;
}

#footer {
clear: both;
border-top: 1px solid #b5b5b5;
Padding: 5px 20px 0 20px;
text-align: center;
color : #b5b5b5;
}

.day-date {
display:none;
}

input {
border: 1px solid #b5b5b5;
background-color: #fff;
}

input:hover, textarea:hover, input:active, textarea:active, input:focus, textarea:focus {
border: 1px solid #f3c668;
background-color: #fae9c6;
}


/*************************************Barre de navigation*************************************/

#sidebar h2 {
color: #434343;
font-size: 1.2em;
font-weight: bold;
letter-spacing: +1px;
margin-bottom: 5px;
margin-top: 25px;
margin-right : 15px;
padding-right: 10px;
border-bottom : 1px solid #b5b5b5;
background-color : #ffcf88;
padding-bottom: 2px;
}

#sidebar h3 {
margin-bottom: 3px;
}

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

#sidebar a:hover {
text-decoration: underline;
}

#sidebar li {
display: block;
margin: 0.3em 0 0 0;
padding-right: 10px;
padding-left:10px;
}


/******************************* Typo corps du site ******************************************/

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


a:hover {
text-decoration: underline;
color : #434343;
}

.post-title {
background-image: url(images/puce.png);
line-height: 20px;
background-position: top left;
background-repeat : no-repeat;
font-size: 1.7em;
font-weight : bold;
padding-left: 25px;
color: #c10004;
}

.post-title a:link {
color: #c10004;
}

.post-title a:hover {
color: #c10004;
}

.post-title a:visited {
color: #c10004;
}

.post {
padding-bottom: 15px;
margin-bottom: 25px;
border-bottom : 10px solid #ffcf88;
}

.post-info {
color : #b5b5b5;
margin-top : -5px;
text-align: right;
margin-bottom : 10px;
}

.post-chapo {
font-weight: bold;
letter-spacing: +1px;
margin-bottom : 20px;
}

.post-content a:link {
text-decoration: underline;
color: #434343;
}

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

.post-content a:visited {
text-decoration: underline;
color: #434343;
}

.post-info-co {
text-align : right;
margin-right : 20px;
color : #434343;
background: #fff url(images/ecrire.png) no-repeat right center;
padding-right: 20px;
}

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

.post blockquote {
margin-bottom: 1em;
background-color: #fae9c6;
background-image: url(images/citation.png);
background-repeat: no-repeat;
background-attachment: scroll;
padding-top: 1em;
padding-right: 1em;
padding-bottom: 0.5em;
padding-left: 4em;
border: 1px solid #f3c668;
}

.suite {
background: #fff url(images/suite.png) no-repeat left;
padding-left: 22px;
line-height: 18px;
}
