/* ***** BEGIN LICENSE BLOCK *****
 * 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 ***** */

body {
	background : url("images/fond.jpg") top left no-repeat white;
	margin : 0px;
	padding : 0px;
	margin-top : 180px;
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.8em;
}

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

h1 { font-size : 2em; margin : 0.67em 0; }
h2 { font-size : 1.4em; margin : 0.83em 0; }
h3 { font-size : 1.17em; 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; }

code,pre { font-family : "Courier New",monospace; font-size : 1em; }

q { font-style : italic; }

a {
	color : #6E602F;
}
a:hover, a:focus, a:active {
	color: #0373A1;
}

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

h2, h3 {
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
}
h2 {
	font-weight : normal;
}

/* Prelude
-------------------------------------------------------- */
#prelude {
	position : relative;
	top : -65px;
	margin : 0;
	padding : 0 5px 0 0;
	font-size : 0.85em;
	text-align : right;
}

/* Titre
-------------------------------------------------------- */
#topblog {
	position : absolute;
	top : 22px; left : 199px;
	margin : 0px;
}

#top {
	margin : 0 auto;
	background: #545454 url(images/head.png) repeat-x 0 6px;
	color : #39455B;
	height: 75px;
	padding: 5px 0 0 0;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 70px;
}

#top a {
	position : relative;
	top : 0.5em;
	left : 5px;
	color : #39455B;
	text-decoration : none;
}

/* Page
-------------------------------------------------------- */
#page {
}

/* Main
-------------------------------------------------------- */
#main {
	width : 80%;
	float : right;
/*	border-left : 1px solid #999;*/
}

#main h2 {
	margin-top : 1em;
	color : #39455B;;
}

#main h3 {
	color : #333;
	margin-top : 2em;
}

#main p.daydate {
	font-size : 1em;
	font-weight : bold;
	margin-top : 2em;
	text-align : right;
	border-top : 2px solid #ccc;
	color : #666;
	background : transparent;
}

#main p {
	line-height : 130%;
}

.chapo {
	margin-bottom : 2em;
}

.postinfo, .postinfoco {
	font-size : 0.85em;
	clear : both;
	color : #666;
}
.postinfo {
	margin-bottom : 0;
}
.postinfoco {
	margin-top : 0;
	background : transparent url(images/ico_comments.png) no-repeat 0 40%;
	padding-left : 13px;
}


hr.invisible {
	border : none;
	color : #fff;
	background : transparent;
}

/* Content
-------------------------------------------------------- */
#content {
	/*margin : 0 2em 0 0;
	
	border-right : 1px solid #999;
	*/
	padding : 1px 1em 1em 1em;
}

#content h2 {
	background : transparent url(images/ico_entry.png) no-repeat 0 40%;
	padding-left : 12px;
}
#content h2 a {
	color : #394558;
	text-decoration : none;
}

/* Liste commentaires + formulaire
-------------------------------------------------------- */
#comments {
	margin : 0 2em;
}

#comments blockquote {
	display : block;
	margin : 0;
	padding : 1px 1em;
	font-style : normal;
	border : 1px solid #999;
	color : #666;
	background : transparent;
}

.comment-info {
	margin-bottom : 0;
	font-size : 0.85em;
}

.erreur {
	border : 1px solid;
	padding : 0.5em;
}

/* Categorie
-------------------------------------------------------- */
#categorie h2 {
	font-weight : bold;
	color: #598F9A;
	text-transform: uppercase;
	padding-top:0.2em;
}

/* Menu
-------------------------------------------------------- */
#menu {
	margin : 0 80% 0 2px;
/*	padding : 2em 0;*/
	border-right : 1px solid #999;
}

#menu h2 {
	font-weight : normal;
	color: #598F9A;
	text-transform: uppercase;
	border-top: 2px solid #A3A3A3;
	padding-top:0.2em;
}

#menu ul {
	padding-left : 1.5em;
	margin-left : 0;
}

#menu li {
	list-style : square;
	margin-top : 0.15em;
	color : #e2d6ad;
	background : transparent;
}

#menu li:hover {
	color : #39455B;
	background : transparent;
}

#menu a {
	text-decoration : none;
}

/* Footer
-------------------------------------------------------- */
#footer {
	clear : right;
	border-top : 1px solid #999;
	background: #545454;
	text-align : right;
	font-size : 1em;
	/*
	clear: left;
	margin: 2em 0 0;
	padding: 3px 10px 5px;
	color: #fff;
	background: #545454;
	font-size: 0.8em;
	text-align: right;
	line-height: 100%;
	*/
}
#footer a {
	color : #fff;
}

#footer p {
	text-align : center;
}

/* Conteneur de colonne
-------------------------------------------------------- */
.col-content {
	padding : 1em;
}

/* LIENS BL */

#liens-bl {
	position : absolute;
	top : 0px;
	right : 0px;
}

#liens-bl ul { border : 0;	margin : 0; }

#liens-bl li {
	display : inline;
	margin : 0;
}

#liens-bl a {
	padding : 0 1em 0 1em;
	font-size : 70%;

	color : white;
	text-decoration : none;
	background-color : #903e33;

}

#liens-bl .actuel,
#liens-bl a:hover { background-color : #f8ecec; color : black; text-decoration : none; }

#liens-bl .actuel:before { content : "> "; }
#liens-bl .actuel:after { content : " <"; }




/* Calendrier
-------------------------------------------------------- */
.cal {
}

.cal table {
	border-collapse : collapse;
	font-size : 0.85em;
}

.cal caption {
	padding : 0 0 0.3em 0;
	font-size : 1.2em;
}

.cal abbr {
	border : none;
}

.cal th, .cal td {
	border : none;
	padding : 1px;
}
.cal td {
	text-align : center;
}

.cal td.active {
	border : 1px solid #0373A1;
}
.cal td.active a {
	font-weight : bold;
}

.cal a {
	font-weight : bold;
}

/* Formulaires
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}

input, textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 1em;
	border-width : 1px;
	border-color : #ccc;
}

input[type], textarea[name] {
	background: #F3EEDC;
}

input[type=submit], input[type=reset] {
	background : #ccc;
	color : #000;
}

input[type=submit]:hover {
	background : #598F9A;
	color : #fff;
}

textarea {
	width : 100%;
}

p.field {
	margin : 0.5em 0 0 0;
}

p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}

/* Classes diverses
-------------------------------------------------------- */
.petit {
	font-size : 0.85em;
}

.droite {
	text-align : right;
}

.strong {
	font-weight : bold;
}
