@import "layout.css";

/* ***** 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):
 * Kozlika (http://www.kozlika.org/)
 */

body {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size : 80%;
	background : #41280E url(images/background3.jpg) repeat-x fixed;
	text-align: center;
}

/*Formulaires*/
input, textarea{border: 1px solid #DDD; color: #f93;  background-color:#222; border-style:none; font-size: 0.80em; margin: 5 5 5 0px; padding: 5 5 5 -10px;}
textarea{width: 100%; color: #f93; background-color:#222; border-style:none; font-size: 1em; padding: 10px;}
input:focus, textarea:focus{border: 1px dashed #666;}
fieldset{border: none; }

img{
	border: 0;

}

code, pre{font-family: "Courier New", monospace; font-size : 1.2em;}
/* Merci Kozlika :) */
pre {
	background: #EEE;
	color: #000;
	border: 1px solid #DDD;
	margin : 0 auto;
	margin-bottom : 1em;
	padding : 0.5em;
	text-align:left;
	white-space:normal;
		/* caché pour IE 5 Mac qui sait pas faire - Ne pas supprimer cette ligne  \*/
		white-space:pre;
		width: 95%;
		overflow : auto;
}
	/* Fin hack Ne pas supprimer cette ligne */

acronym, abbr{border-bottom: 1px dotted;cursor : help;}
q{font-style : italic;}

a{color : #f93; text-decoration: none; }
a:visited{color: #D78C41;}
a:hover, a:focus, a:active{color: #ffdb00; text-decoration: underline;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]";color : #666;background : transparent;}

p{color: #fff; 	font-size : 110%;}

h2, h3 {
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
}

h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1.0em;}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* Page
****************************************************************/
#page {
	background: transparent url(images/bg3d.gif) repeat-y left;
}

/* Top
****************************************************************/
#top {
	background: #444 url(images/bandeau2c.jpg) no-repeat center bottom;
}

#top h1{
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 1.5em;



}

#top h1 a{
	color: #fff;
	text-decoration: none;
	padding-left: 40px;  /* efrffr */
}

#prelude{
	text-align: center;
	color: #444;
}

#prelude a{
	color: #444;
	background: transparent;
}

#prelude a:hover{
	color: #999;
}

/* Main
****************************************************************/
#main {
	background: #000;
	color: inherit;
	overflow: hidden; /* Cache ce qui déborder (images par ex.) pour ne pas casser la mise en page */
}

/* Contenu
****************************************************************/
#content {

	margin: -20px 10px 10px 10px;
	padding-bottom: 1em;
	padding-left: 0px;
}

.day-date{
	display: none;
}

/* post-title */
.post-title {
	color : #A3A3A3;
	background : transparent url(images/sstar3.jpg) no-repeat 0 0.2em;
	padding-left : 20px;
	margin: 20px 0 0 0px;
}

.post {
	padding-top: 20px;
	clear: both;
}

.post-title a {
		

		text-decoration : none;
}

.post-title a:visited {
		color : #A3A3A3;
		text-decoration : none;
}

.post-title a:hover {
		color : #A3A3A3;
		text-decoration : none;
}

/* post-info */
.post-info{
	font-size: 0.85em;
	margin-top: 0;
	padding-left : 20px;
	color: #8F8F8F;
	background: transparent;
}

.post-content, .post-chapo{
	line-height: 1.6em;
	text-align: justify;
	color: #ccc;
	background: transparent;
}

.post-content ul{
	list-style : none; 
}

/* Pour limiter la taille des images trop grandes
*  ajoutez un slash derrière l'étoile -> *
.post-content img{
	max-width: 100%;
}
/**/

/* post-info-co */
.post-info-co {
	display: none;
	clear: both;
	font-size: 0.85em;
	text-align: right;
	margin-bottom: 3em;
}

.post-info-co span{
	display: none;
}

.post-info-co a{
	padding-left: 12px;
	background: transparent url(images/co.png) no-repeat left;
}

/* comments */
#comments span{
	display: none;
}

#comments blockquote{
	text-align: justify;
}

#comments fieldset {
	width: 590px;
	margin: 0 20px 0 0px;
	padding: 10px;
	border: 0px dashed #990000;
	background: transparent;
}

.commentid{
	border-right: 1px solid #DDD;
	text-decoration: none;

	background: transparent;
	padding: 3px 6px;
}

.field label{
	display: block;
	cursor: pointer;
	cursor: hand;
	font-size: 0.90em;
	color: #999;
	padding-bottom: 10px;
}


.suite {
	text-decoration: blink ;
}


/* Sidebar
****************************************************************/
#sidebar {
/*	background: url(images/sidebar2.jpg) no-repeat  right; */
	color: inherit;
	line-height: 1.4em; /* peek-a-boo bug d'IE */
}

#sidebar div{
	margin-top: 25px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 16px;
	text-align: right;
}

#sidebar h2 {
	line-height: 25px;
	color: #666;
	
	background : transparent url(images/livre.jpg) no-repeat 0em 0.2em;
	padding-left : 40px;
	margin: 2em 0 0 -15px; /*	positionnement icone carnet de voyage */
	
/*	margin-right: 0px;  DesactivŽ si image de fond du dessus */
	padding-right: 0px;
	font-size: 1.2em;
}

#sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar a{
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: ##EEC275;
	line-height: 20px;

}


#sidebar a:visited{color: ##EEC275;}

#sidebar a:hover, a:focus, a:active{
	color: ##EEC275; 

	line-height: 20px;

}




#selection h2{
	color: #000;
}

/* Bloc de recherche */
#search{
	position: absolute;
	width: 240px;
	top: 40px;
}

#search h2{
	display: none;
}

#search p{
	margin: 0;
}

#search #q{
	background: #404040 url(images/search.png) no-repeat 3px center;
	color: #eee;
	border: 1px solid #333;
	padding-left: 20px;
	width: 70%;
}

/* Calendrier */
#calendar table{
	width: 220px;
	margin: 0 auto;
	font-size: 0.8em;
}

#calendar caption{
	margin: 0 auto;
	background: #EEE;
	padding: 0.5em 0;
	color: #666;
}

#calendar abbr{
	border: none;
}

#calendar td{
	background: #F5F5F5;
	text-align: center;
}

#calendar td a{
	display: block;
	font-weight: bold;
	background: #E0E0E0 url(images/today.png) no-repeat right top;
	color: #933;
}

#categories, #links{
	margin-top: 3em;
}

/* Liens */
#links h3{
	color: #999;
	background: transparent;
	margin-bottom: 0.5ex;
	font-size: 1em;
}

#links a{
	padding-left: 20px;
	background: #FFF url(images/chkd.png) no-repeat left center;
}

#links a:visited{
	padding-left: 20px;
	background: #FFF url(images/chkh.png) no-repeat left center;
}

/* Footer
****************************************************************/
#footer {
	background: #000;
	color: #747474;
		font-size: 0.9em;
	text-align: center;
}

#footer a{
	color: #747474;
	background: transparent;

	text-decoration: none;
}

#footer a:visited{color: #747474;}
#footer a:hover, a:focus, a:active{color: #ffdb00; }
