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

/*
a {
	color: #036;
}
a:link {
	color: Navy;
}
a:visited {
	color: Navy;
}
a:hover {
	text-decoration: none;
	background-color: Navy;
	color: White;
}
*/
/* a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color: #666;
	background: transparent;
} */

/* Page (conteneur principal)
-------------------------------------------------------- */
#page { 
    /* width: 95%; */ 
    margin-right: 10px;
}
/* Prelude
-------------------------------------------------------- */
#prelude { display: none;
/* 	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	font-size: 0.85em; */
}


/* Main
-------------------------------------------------------- */
#main {
	/* position: absolute;
	width: 76%;
	width: auto; */
}

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

.day-date {
	font-size: 1em;
	font-weight: bold;
	margin-top: 2em;
	text-align: right;
	border-top: 1px solid Navy;
	border-bottom: 1px solid #ccc;
	color: #666;
	background: transparent;
	background-color: #ddd;
}

.post-title {
	margin: 1.5em 0 0 0;
	color: #036;
}
.post-title a {
	text-decoration: none;
}

.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;
	/*text-align: right;*/
}
.post-info {
	margin: 0;
}
.post-info-co {
	/* clear: both; */
	margin-top: 0;
}


.post-cat { 
    float: right;
	margin-top: 0;
}
/* Content
--------------------------------------------------------
#content {
	margin: 0 1em 0 0;
	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"
-------------------------------------------------------- */
#sidebar {
	/* float: right;  */
	color: Navy; 
}

#sidebar h2 {
	font-weight: normal;
	color: #ddf; 
	padding-left: 10px;
	background-color: #72a38f;
}

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

#sidebar li {
	/* list-style: square; */
	margin-top: 0.15em;
	color: Navy;
	background: transparent url(images/fleche.png) no-repeat 0 0.25em;
}

#sidebar a { color: Navy; }
#sidebar a:hover { color: White; }
#sidebar div { padding: 0 0 0 1em; }

#q { width: 120px; }
/* 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;
} 
#footer { display: none; clear: both; }*/

/* Calendrier
-------------------------------------------------------- */
#calendar a { font-weight: bold; }
#calendar table {
	border-collapse: collapse;
	font-size: 0.8em;
	/* margin: 0 auto; */
	margin-left: auto; margin-right: 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; }

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



