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

@import "../theme-v-02/layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
background-image:url(../theme-v-02/img/fond.jpg);
background-repeat:no-repeat;
background-color: #c2b4a1;
background-position:center 0%;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial;
	color: #00CC66;
}

h1{
	font-size: 20px;
	top: 70px;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
	position: absolute;
	left: 20px;
}
h2{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #0A246A;
	
}
h3{font-size: 1.3em;color: black;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}
h7{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	width: 200px;
	height: 20px;
	margin-top: 90px;
	float: left;
	margin-left: 20px;
}
h8{
	font-size: 1.3em;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

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: #57832C;
}

a:hover{
	color: red;
}

b{
	color: red;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background-image:url(../theme-v-02/img/cadre-haut-blog.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color: inherit;
	width: 780px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 140px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 120px;
	padding-left: 20px;
	background: #FFF url(../theme-v-02/img/top.jpg) no-repeat left top;
	width: 700px;
	
}

#top h1{
	height: 25px;
	padding: 0;
	
}

#top h2{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	margin-top: 95px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

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

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

/* navigation horizontale
-------------------------------------------------------- */

#menu li {					
	display: inline ;
	margin-right: -5px;
	color: #fff ;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
}

#menu{
	width: 780px;
	margin-left: 0px;
	margin-top: 0px;
	list-style: none;
	text-align: center;
	background-color:#cec3b8;
	position:relative;
	z-index: 1;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	  }
	  
#menu li a {
		padding: 4px 20px ;
		color: #fff ;
		font: 1em "Arial";
		font-size:14px ;
		text-align: center ;
		text-decoration: none ;
				}
#menu li a:hover, #menu li a:focus, #menu li a:active {
	background: #FF9933 ;
	}


/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #535140;
	font-style: italic;
}

.post-title{
	color: red;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: red;
	background: transparent;
	text-decoration: none;
}

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

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

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

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

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

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #6A6851;
	margin: 1em 0;
	padding: 1ex 1em;
}

#presentation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* La barre de navigation
-------------------------------------------------------- */
#sidebar{
	float: left;
	width: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../theme-v-02/img/sidebar-02-part.jpg);
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-left: 40px;
	padding-right: 10px;
	clip: rect(5px,auto,0px,auto);
	padding-bottom: 50px;
	position: fixe;
	height: auto;
	bottom: auto;
	background-repeat: repeat-y;
	background-color: #C5C5C5;
	color: #7A7A7A;
}

#sidebar div{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	color: #CEC3B8;
}

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

#sidebar div ul a{
	color: white;
}

#sidebar div ul a:hover{
	color: red;
}

#sidebar h2, #sidebar h3{
	color: white;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	color: #B2AE9A;
	font-size: 1.3em;
	margin: 1ex 0 0 0;
}


/* list-interlude
-------------------------------------------------------- */
div#interlude {
	border-bottom: 1px solid #F0F0F0;
	color: inherit;
	height: 50px;
	width: 520px;
	background-image: url(../theme-v-02/img/interlude.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

/* pagination
-------------------------------------------------------- */


.pagenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

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

p.pagenav a:hover {
	background:#598F9A;
	color:white;
}

p.pagenav strong {
	color: black;
	padding:2px;
	border: 1px solid #bbb;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	text-align: center;
	background: black;
	color: #666;
}


#footer a{
	color: #999;
}
