/* ***** 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 {
	margin : 0;
	padding : 0;
	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.5em;
	margin : 0.83em 0;
	font-family: "Courier New", Courier, mono;
	font-weight:bold;
	}
h3 {
	font-size : 1.5em;
	margin : 1em 0;
	font-family: "Courier New", Courier, mono;
	font-weight:bold;
	}
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: #0000FF;
	text-decoration:underline;
	}

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

a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #666;
	background : transparent;
	}
/* Page nav
-------------------------------------------------------- */
p.pagenav {
	font-size: 1.1em;
	font-weight:bold;
	text-align: center;
	font-family:"Courier New", Courier, mono;
	color: #CCCCFF;
	border-right:10px solid #0000FF;
	border-left:10px solid #0000FF;
	background-color: #4C4C7F;
	padding-bottom:2px;
	padding-top:2px;
	}

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

p.pagenav a:hover {
	background-color:white;
	text-decoration:none;
	color: #990000;
	border:1px solid #990000;
	}

p.pagenav strong {
	color: black;
	padding:2px;
	border: 2px solid black;
	}
/* Prelude
-------------------------------------------------------- */
#prelude {
	/*
	position : absolute;
	top : 0;
	margin : 0;
	padding : 0;
	font-size : 0.85em;
	*/
	display:none;
	}

/* Titre
-------------------------------------------------------- */
#top {
	background: #4C4C7F url(http://www.autchoz.org/autchoz2.jpg) no-repeat 100px;
	border-bottom : 2px solid #0066CC;
	font-family: "Arial Black", Arial, Verdana, sans-serif;
	text-align : center;
	height:100px;
	}
#top h1 {
	margin : 0;
	padding : 1em 0 0.6em 0;
	}
#top a {
	color: #CCCCFF;
	background : transparent;
	text-decoration: underline;
	}
#top a:hover {
	color : #FFB500;
	background : transparent;
	text-decoration: none;
	}

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

	}

/* Main
-------------------------------------------------------- */
#main {
	left:270px;
	position:absolute;
	border-left: 2px solid #0000FF;
	border-bottom: 2px solid #0000FF;
	}

#main h3 {
	color : #333;
	}

.day-date {
	font-size : 1em;
	font-weight : bold;
	margin-top : 5px;
	text-align : right;
	border-bottom : 2px solid #666;
	border-right:10px solid #666;
	color: #FFF;
	background-color: #999;
	padding-right:5px;
	}

#main p {
	line-height : 1.6em;
	}
.post {
	padding:5px;
	margin-bottom:10px;
	}
.post-title {
	margin : 1.5em 0 0 0;
	color : #036;
	}
.post-title a {
	text-decoration: underline;
	}
.post-title a:hover {
	text-decoration: none;
	}
.grand15 {
	font-size:15px;
	font-weight:normal;
	}
.grand20 {
	font-size:20px;
	font-weight:normal;
	}
.chapo {
	margin-bottom : 2em;
	}
.chapo p:first-letter {
	/*font-weight : bold;
	font-size : 2.5em;
	font-family : serif;
	float : left;
	margin-right : 0.2em;*/
	}

.post-info, .post-info-co {
	font-size : 0.85em;
	font-style:italic;
	color: #666666;
	/*text-align : right;*/
	}
.post-info {
	margin : 0;
	}
.post-info-co {
	clear : both;
	margin-top : 0;
	}
.floatleft {
	float:left;
	padding-right:5px;
	}
.floatright {
	float:right;
	padding-left:5px;
	}
.spacer {
	clear:both;
	}

/* Content
-------------------------------------------------------- */
#content {
	padding : 1em;
	}

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

#comments blockquote, #trackbacks 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;
	}

/* Menu
-------------------------------------------------------- */
#sidebar {
	width:270px;
	border-right:2px solid #0000FF;
	padding-top:22px;
	}
#sidebar h2 {
	font-weight: bold;
	color: #CCCCFF;
	border-right:10px solid #0000FF;
	border-left:10px solid #0000FF;
	background-color: #4C4C7F;
	text-align:center;
	margin-top:5px;
	line-height:25px;
	}
#sidebar h3 {
	font-size:1.2em;
	}
#sidebar ul {
	padding-left : 15px;
	margin-left : 0;
	}
#sidebar li {
	list-style : square;
	margin-top : 3px;
	color : #999;
	background : transparent;
	}
#sidebar li:hover {
	color : #333;
	background : transparent;
	}
#sidebar div {
	padding: 0 5px 0 5px;
	}
#cache {
	display:none;
	}
#bienvenue	{
	font-size:1.1em;
	}
/* Footer
-------------------------------------------------------- */
#footer {
/*	clear : right;
	border-top : 1px solid #999;
	margin : 0 0 2em 0;
	padding : 1em 1em 1em 1em;
	background : #fff;
	text-align : right;
	font-size : 0.8em;
*/
	display:none;
	}


/* Calendrier
-------------------------------------------------------- */
#calendar {
	}

#calendar table {
	border-collapse : collapse;
	font-size : 0.8em;
	margin : 0 auto;
	}

#calendar caption {
	margin : 0 auto;
	padding : 0 0 0.3em 0;
	font-size : 1.2em;
	}

#calendar abbr {
	border : none;
	}

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

#calendar td.active a {
	font-weight : bold;
	}

#calendar a {
	}

/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px solid #c00;
	background : #fee;
	padding : 0.5em;
	}
.error ul {
	padding-left : 20px;
	}
.error li {
	list-style : square;
	}


/* 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 : #eee;
	}

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

input[type=submit]:hover {
	background : #036;
	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;
	}
