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

/* Les éléments HTML en général
-------------------------------------------------------- */

html {
	margin:0px;
	padding:0px;
}


body{
	padding:0px;
	margin:0px;
	background-color:#336666;
	color:#333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
}


h1, h2, h3, h4, h5, h6{
	font-family:Verdana, Geneva, Arial, Helvetica, 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;
	background-color:#cecece;
	padding:5px;
}

pre{
	overflow: auto;
}

/*
code{
	overflow: auto;
	background-color:blue;
}
*/


fieldset{
	border: none;
}

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

.field label{
	display: block;
}

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

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

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

a:visited{
	color: #666633;
	text-decoration:none;
}

a:hover{
	color: #633333;
	text-decoration:none;
}



/* mise en page ************************** */

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

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


/* La page
-------------------------------------------------------- */
#page{
	width:1000px;
	background: #336666 url(img/pagebg.jpg) repeat-y ; 
	color: inherit;
	padding:0px;
	margin:0px;	
/*	border:1px solid #000000;*/
}



 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 309px;
	background: #336666 url(img/baniere.jpg) no-repeat left top ;
	padding:0px;
	margin:0px;
/*	border:1px solid #000000;*/
}

#top h1{
		font-weight: bold; 
		font-style: italic;
		font-size: 25px;
		font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #000000;
		margin-top:0px;
		margin-bottom:0px;
		padding-left:35px;
		padding-top:55px;
		padding-bottom:66px; /* special IE */
/*		padding-bottom:70px; *//* valeur normale */
}

div>#top h1{
		font-weight: bold; 
		font-style: italic;
		font-size: 25px;
		font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #000000;
		margin-top:0px;
		margin-bottom:0px;
		padding-left:35px;
		padding-top:55px;
		padding-bottom:70px; /* valeur normale */
}


#top h1 a{
	text-decoration: none;
	color: #000000;
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
}

/* 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
-------------------------------------------------------- */
#main{
	float: left;
	margin-left:10px;
/*	padding-left:0px;*/
	width: 710px;
	padding: 10px 0px 10px 0px;
/*	padding-bottom:10px;
	padding-top:10px;*/
}

div>#main{
	float: left;
	margin-left:17px;
	padding-left:0px;
	width: 710px;
	padding:0px;
}

#content{
	margin:0px;
	padding:0px;
}

.post{
	margin-bottom: 4em;
	border-bottom: 1px solid #336666;
}

.day-date{
	font-weight:bold;
}


.post-title-frame{
	margin-top:50px;
	height:80px;
	padding-left:90px;
}

.post-title{
	font-size: 15px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #336666;
	margin-bottom:0px;
/*	height:100px;
	padding-left:80px;
	line-height:80px;
	vertical-align:baseline;
*/	
/*	margin-top:55px;*/
}

.post-title a{
	color: #336666;
	text-decoration:none;
}

.post-info{
	margin-top: 0;
	color: #663333;
	background: transparent;
	padding-bottom: 1ex;
	font-style:italic;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a {
	color: #663333;
	text-decoration:none;
}

.post-info a:hover {
	color:#663333;
	font-weight:bold;
	text-decoration:none;
}

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

.post-content a {
	color: #666633;
	font-weight:bold;
	text-decoration:none;
}

.post-content a:hover {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

.post-content blockquote{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.post-content p {
	margin-left:12px;
	margin-bottom:2px;
	margin-top:6px;
}

.post-content img {
	margin-left: 50px;
	border: 1px solid #336666; 
	padding: 4px; 
	margin-top:10px;	
}

.post-content pre {
	margin-left:10px;
/*	background-color:transparent;	*/
	font-weight:bold;
}

.post-content code {
	margin-left:12px;
/*	background-color:blue;*/
		
}

.post-content .smiley {
	border:0px;
	margin:0px;
	padding:0px;
	display:inline;
}

.post-content .all {
	font-style:italic;
	margin-top:2px;
}

.post-section {
	border-top :1px solid #666666;
}

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

.post-info-co a {
	color: #663333;
	text-decoration:none;
}

.post-info-co a:hover {
	color:#663333;
	font-weight:bold;
	text-decoration:none;
}

.post-chapo{
	font-style:italic;
	margin-left:15px;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px dashed #666666;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar{
	float: right;
	width: 240px;
	padding-left:2px;
	margin-left:10px;
	margin-right:0px;
	background-color: #cccccc;
	background: #ffffff url(img/sidebarbg.jpg);
}

div>#sidebar{
	float: right;
	width: 240px;
	padding-left:2px;
	margin-right:0px;
	background-color: #cccccc;
	background: #ffffff url(img/sidebarbg.jpg);
}


#sidebar div{
	border-bottom: 1px solid #666666;
	color:#333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:20px;
	padding-bottom:5px;
}

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

#sidebar div ul li {
	font-size: 11px; 
	color: #555555; 
	width:100%; 
	font-weight:bolder;
	text-align:right;
}
#sidebar div ul li a {
	display: block; 
	color: #555555; 
	text-decoration: none; 
	width:100%
	text-align:right;
}
#sidebar div ul li a:hover {
	display: block; 
	color:#336666; 
	text-decoration: none; 
	background-color:#999999; 
	text-align:right;
	}

	


#sidebar h2, #sidebar h3{
	color: #336666;
	margin: 0 0 1ex 0;
	border-bottom: 1px solid #663333;
}

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

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

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px ;
}

#vvv h1 {
	font-size:1.4em;
	margin-top:0px;
	margin-bottom:0px;
	border-bottom: 1px solid #663333 ;
	color:#336666;
}

#vvv h2 {
	font-size:11px;
	margin-top:0px;
	margin-bottom:0px;
	border-bottom: 1px dashed #999999 ;
	font-family: Arial, Helvetica, sans-serif;

}

#vvv p {
	text-align:center;
	border:none;
	margin-top: 2px;
	margin-bottom: 2px;
}


/* Le pied de page
-------------------------------------------------------- */

#footer{
	padding: 1ex 1em 1ex 1em;
	margin : 0;
	clear: both;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

#footer {
	width: 995px;
	background-image:url(img/bas.jpg);
	background-repeat:no-repeat;
	padding: 20px 0px 10px 5px; 
	height: 100%;
}

#footer a{
	color: #ffffff;
}

/* la pagination 
-------------------------------------------------------- */
#pages {
		margin: 0px;
		padding: 0px;
	
}


.pagenav {
        font-size: 10px;
}

p.pagenav a {
        background : transparent;
        color: #666666;
        padding:2px;
        border: 1px solid #939393;
        text-decoration: none;
        font-size:90%;
}

p.pagenav a:hover {
        background:#666666;
        color:#CCCCCC;
}

p.pagenav strong {
        color: #333333;
        padding:2px;
        border: 1px solid #939393;
		background: #666666
}

/* *****************************************************
* barre de navigation pages statiques
*/
#nav {
	float:left;
	height: 22px;
	width: 217px;
	background : transparent url(img/boutons.gif) no-repeat left top;
	margin-left : 40px;
}


div>#nav {
	float:left;
	height: 22px;
	width: 217px;
	background : transparent url(img/boutons.png) no-repeat left top;
	margin-left : 40px;
}

.bouton {
	float : left;
	width: 72px;
	text-align: center;
	padding-top: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;	
}

.bouton a{
	text-decoration: none;
	color: #666666;
}

.bouton a:visited{
	text-decoration: none;
	color: #666666;
}

.bouton a:hover{
	background: transparent;
	color:#FFFFFF;
}

/* *************************************************** */

/* * tools * */
/* version firefox */
/*
div>ul#maintoolsbar {
	display:block;
	position:absolute;
	top:340px;
	left:200px;
	width:700px;
	height:22px;
	padding:0px;
	margin-top:0px;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #eee;
	list-style:none;
	background-color:#ccc;
}
*/

/*@import "layout.css";*/
/* @import "layout-gauche.css"; */
/* 
html, body{
	margin: 0;
	padding: 0;
	text-align: center;
}

#page{
	width: 780px;
	margin: 4em auto;
	text-align: left;
}

#top{
	margin: 0;
}

#top h1{
	margin: 0;
}



#prelude{
	position: absolute;
	width: 780px;
	top: 7px;
	left: 50%;
	margin: 0 0 0 -390px;
	padding: 0 1ex;
}
*/


