﻿/* ***** 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):
 * Theme Keepsake par Kozlika http://www.kozlika.org 
 */

body {
	margin : 0;
	font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
	line-height: 1.5;
	color:#333;
	background:  #fff;
}

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

h1 { font-size : 2.5em; margin : 0.67em 0;}
h2 { font-size : 1.5em; margin : 0.83em 0; }
h3 { font-size : 1.17em; margin : 1em 0; }
#content h2, #content h3 { font-family : .post-content h3 {
    font-family: "lucida grande", Verdana, lucida, helvetica, sans-serif;
    font-size: 1.33em;
    color: #444;
}; }
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 : 1.1em; 
	background : #f7f7f7;
 }

pre { 
	margin : 0 auto; 
	margin-bottom : 1em; 
	padding : 0.5em; 
	text-align:left;
	white-space:normal;
		/* cachÃ© pour IE 5 Mac qui sait pas faire \*/
		white-space:pre;
		width: 90%; 
		overflow : auto;
		/* End hack */
}

q { 
	font-style : italic; 
 }

a, a:link { 
	color : #bf0000; 
	text-decoration :bold; 
}
a:hover { 
	text-decoration: none;
	color: #cb6f14;
}
a:visited {
	color : #6F0624;
}
a:active {
	font-weight:bold;
}
a:focus {
	text-decoration:underline;
}
a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color:#666; 
	background : transparent;
}

acronym, abbr {
	border-bottom: 1px dotted #999;
	cursor:help;
}

.footnotes {
	font-size:0.9em; color:#666;
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
}
.footnotes h4 {
	margin: 0.5em 0;
}

ul {
	position : relative;
} /* pour eviter la disparition d'image aleatoire au survol des liens */

/* Structure
-------------------------------------------------------- */
#page {
	background : #fff url(images/top-flag.jpg) right 8px no-repeat;
}


/* Prelude
-------------------------------------------------------- */
#prelude {
	position : absolute;
	top : 0;
	margin : 0;
	padding : 0;
	font-size : 0.85em;
color : #fff;
}


/* Les trois lignes suivantes Ã  supprimer si vous souhaitez voir s'afficher le prelude*/
#prelude, #prelude a {
	color: #fff;
}

/* Titre
-------------------------------------------------------- */
#top {
	background : transparent url(images/ensemble/rotator.php) no-repeat 8px bottom;	
	text-align : center;
	height:110px;
	margin : 0;
	font-family : georgia, serif;
	border-bottom : 2px solid #ccc;
}
#top h1 {
	margin : 0;
	padding : 1em 0 0 0;
	font-style : italic;
}
#top a {
	background : transparent;
	text-decoration : none;
	font-weight:normal;
	color : #10218b;
}


/* conteneur des trois colonnes
------------------------------------------------------------------------ */
#carcasse {
	margin:0;
	padding : 0 15em;
	margin-top:0;
}
#blogdesc {
	margin : 0;
	padding : 2px 0;
	text-align : center;
	text-transform : uppercase;
	letter-spacing : 1px;
	font-size : .96em;
}

/* Centre (partie des billets)
-------------------------------------------------------- */
.ext-main {
	width: 100%;
}
.ext-main[class] { /* pour mozilla */
	padding-bottom: 0.1px;
}
.main {
	background : #fff;
	float: left;
	width: 95%;
	position: relative;
	z-index: 0;
}
.main[class] { 
	margin-right: -1px;
}
.main-content {
	margin: 0 2em;
}
#content {
	float:right;
	width:99%;
	font-family : Georgia,"Times New Roman","New York",serif;
	border-left : 1px solid #ccc;
}

#content[id] { 
	margin-left:-1px;
}

#content h3 {
	color : #666;
	margin-top : 2em;
	font-size:1.1em;
	font-weight:normal;
}

#content h4 {
	color :#666;
}
	
.day-date {
	padding-bottom : 4px;
	font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
	font-size : 1em;
	text-align : right;
	color : #666;
	text-transform : lowercase;
}

.post {
	border-bottom : 1px dotted #f3c000;
	    font-size: 1.1em;
}

.post-title {
	font-weight:normal;
	font-size:1.66em;
	background : transparent url(images/ico_entry.png) no-repeat;
	padding-left : 24px;
	margin:1em 0 1.5em 0;
	color:#;
	line-height : 24px;
}

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

.post-chapo {
	margin-top:0.25em;
}

.post-content {
	text-align:justify;
	margin-top:0.5em;
}

.post-content p {
	margin-top:0.25em;
	line-height:140%;
}

.post-info {
	margin-bottom: 0;
	color:#999;
}

.post-info-co {
	margin-top:0;
	margin-bottom:2em;
}

.post blockquote {
	font-family:Tahoma, "Lucida Grande", "Trebuchet MS", sans-serif;
	background: transparent url(images/cite.gif) repeat-y;
	margin:2em 0;
	padding-left:2em;
}

.post blockquote p {
	margin-top:1em;
}


.post-info-co span {
}

#trackbacks {
	border-top:1px dashed #ada095;
	border-bottom:1px dashed #ada095;
}

#comments {
}

#comment-preview {
}

#trackbacks, #comments, #comment-preview {
	margin : 0 ;
}

#trackbacks h3, #comments h3, #comment-preview h3 {
	font-size : 1em; 
	margin : 1em 0;
}



#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	display : block;
	margin : 0 0 1em 2em;
	padding : 1px 1em;
	font-style : normal;
	color : #666;
	background : transparent url(images/line-1.png) repeat-x 0 0;
}

.comment-info {
	margin : 0;
	padding : 0 0 0 18px;
}
.comment-number {
	font-family : Georgia,"Times New Roman","New York",serif;
	font-size : 1.8em;
}
.comment-number a {
	text-decoration : none;
}
.post ul, .post ul li {
	list-style:none;
	padding-left: 1em;
	margin: 0 0 0 0;
}
.post ul li {
	display:block;
	background : transparent url(images/ul.gif) no-repeat 0 4px;
	padding-left:14px;
}
.post ul ul li {
	display:block;
	background : transparent url(images/ulul.png) no-repeat 0 4px;
	padding-left:9px;
}


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

.ext-col {
	position: relative;
	width: 15em;
	overflow: hidden;
	margin : 0;
	padding : 0;
}

.int-col {
	margin : 0;
	padding: 0;
	padding-bottom:2em;
}

.clear {
	clear: both;
}

/* Menu gauche
-------------------------------------------------------- */
#extra {
	float:left;
  margin-left:-15em;
  z-index:10;
	text-align:right;
	font-size:0.86em;
	padding-top:0;
	color : #666;
}

#extra[id] {
	margin-right:1px;
}

#extra h2 {
	font-weight : normal;
	font-size : 1.33em;
	padding : 6px;
	margin-top : 3em;
	color : #000;
	border-bottom : 2px solid #ccc;
}

#extra ul {
	padding-left : 0;
	margin : 0 0 0 0;
	list-style : none;
}

#extra li {
	margin-top : 0.25em;
}
#extra li ul {
	margin-right : 1.5em;
}
#extra li ul li {
	margin-top : 0;
}
#extra li ul li a {
	color : #333;
}
#extra a, #sidebar2 a {
	text-decoration : none;
}

#extra li:hover {
	color : #333;
}
#extra a img { border:none;}

/* Menu droit
-------------------------------------------------------- */
#sidebar2 {
	float:right;
	margin-right:-15em;
	z-index:11;
	font-size:0.86em;
}

#sidebar2[id] {
	margin-left:1px;
}

#sidebar2 h2 {
	font-size:1.2em;
	font-weight : normal;
	padding : 24px 6px 2px 6px;
	border-bottom : 3px solid #ccc;
}

#sidebar2 h3 {
	font-size : 1.15em;
	color : #756435;
	font-weight : normal;
}

#sidebar2 ul {
	padding-left : 0;
	margin : 0 0 0 .5em;
	list-style : disc;
}

#sidebar2 li {
	margin-top : 0.25em;
	margin-left : 15px;
}

#sidebar2 a {
	text-decoration : none;
}

#sidebar2 li:hover {
	color : #333;
}

/* Search form */
#search {
}
#q {
}

/* Categories box */
#categories {
}

/* Archives box */
#archives {
}

/* Links box */ 
#links {
}

/* Syndication box */
#syndicate {
}

/* Footer
-------------------------------------------------------- */
#footer {
	font-size:0.9em;
	border-top : 1px solid #999;
	margin : 0 0 1em 0;
	padding: 0 2em;
	color: #666;
	text-align: right;
	line-height: 100%;
}

/* Calendrier
-------------------------------------------------------- */
#calendar {
font-size : 0.8em;
}
#calendar h2 {
	margin-top : 0;
	padding-top : 12px;
}
#calendar table {
	border-collapse : collapse;
	font-size : 1em;
	text-align:center;
	margin : 0;
	padding:0;
}

#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;
}


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

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

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

textarea {
	width : 95%;
}

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

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

.form-help {
}

#comment-form {
}

input.preview {
}
input.submit {
}

#c_nom {
}
#c_mail {
}
#c_site {
}
#c_content {
}
#c_remember {
}

#comments .comback_author, #comments .comback_content {
color: rgb(102, 0, 0);
font-style: italic
}

#comments .comback_content {
border-left: solid 2px;
padding-left: 10px;

}