/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2005 Travelogue 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 *****
 */
 
@import "layout.css";

/* Global style
********************************************/
html, body{
	margin: 0;
	padding: 0;
}

body{
	background-image: url('img/background.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
}



/* Text Styles */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #47546f;
}


p, ul, ol {
	font-size: .8em;
}

li ul, li ol {
	font-size: 100%;
}

a:link {
	color : #494c82; 
	text-decoration:none;
	font-weight : bold;
}

a:visited {
	color : #494c82;
	text-decoration:none;
	font-weight : bold;
}

a:hover {
	text-decoration : none;
	background-color:#d1d6f8;
	color : #702019;
}

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

a[hreflang|="en"]:after {
	content: "\0000a0"url(img/linken.gif);
}

a[hreflang|="fr"]:after {
	content: "\0000a0"url(img/linkfr.gif);
}

a[hreflang] {
	content: normal !important;
}


a img{border: none;}

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

pre {
overflow: scroll;
width: 100%;
}

html>body pre {
overflow: auto;
width: auto;
}

textarea{
	width: 99%;
}

.pagetitle {
	text-align:center;
	text-decoration:underline;
}

.entry li {
	font-size: smaller;
}

/* End Typography & Colors */

/* header and sub-header */

/* Post styles */

.day-date {
	display: none;
}

.post {
	border-top: 1px #E0D3CD dotted;
	padding: 7px 3px 1px 4px;
	text-align: justify;
}

.comments, .trackbacks {
	clear: left;
	padding-left: 8px;
}

.post .post_cal {
	border: 1px solid #A6A6A6;
	text-align: center;
	width: 50px;
	float: left;
	margin: 0 10px 5px 0;
}

	.post_cal .dayname {
		background-color: #47546F;
		border-bottom: 1px solid #A6A6A6;
		color: #FFFFFF;
		font-size: smaller;
		font-weight: bolder;
		width: 100%;
	}
	
	.post_cal .daynum {
		border-bottom: 1px solid #A6A6A6;
		font-size: xx-large;
		font-weight: bold;
		width: 100%;
	}
	
	.post_cal .month, .post_cal .year {
		font-size: smaller;
		width: 100%;
	}

.post-title {
	margin-top:-14px;
}

.post-title h2 {
	font-size: 1.35em;	
}

.post-info {
	font-weight: bold;
}

.post-info-co {
	display: block;
	clear: both;
	text-align: right;
}

.post-info-co a {
	font-size: smaller;
	text-decoration: none;
}

.post h3 {
	display : block;
	clear: left;
}

.comments h3 {
	display : block;
	clear: left;
}

.trackbacks h3 {
	display : block;
	clear: left;
}

.post blockquote{
	border-left : 1px solid #999;
	padding-left : 1em;
}

.post blockquote p{
	width: auto;
}

.post pre {
	border: 1px solid #999;
	background: #FFFFDD;
	display : block;
	padding: 1em;
}

/* End Post styles */

/* Sidebar Styles */

	/* Seriously hacked out code for cool boxes */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17.5em; /* ems so it will grow */
	background: url('img/sbbody-r.gif') no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url('img/sbhead-r.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h3 {
	background: url('img/sbhead-l.gif') no-repeat top left;
	margin: 0;
	padding: 8px 30px 8px;
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: .8em;
}

.boxbody {
	background: url('img/sbbody-l.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 5px 10px 5px;
}

.boxbody h4 {
	margin: 5px;
}

#prelude {
	display: none;
}

#sidebar ul {
	list-style-type: none;
	margin: 0 5px 10px 10px;
	font-size: smaller;
}

#sidebar ul li h3 {
	font-size: 1.35em;
}

#sidebar #calendar div.boxbody table {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-size: smaller;
}

#sidebar #calendar td.active{
	border: 1px solid #AA3511;
}

#sidebar #calendar td.today{
	border: 1px dashed #AA3511;
}

#sidebar #calendar a {
	text-decoration: none;
}

#sidebar #search {
	text-align: center;
}

/* End Sidebar Styles */

/* Divers */

.left{
	float: left;
	margin: 0 1em 1em 1em;
}

.right{
	float: right;
	margin: 0 1em 1em 1em;
}

#dcwikibar img:hover { 
	cursor: pointer;
}

.comment-info {
	display : block;
	clear : left;
}

hr {
	margin: 2em 10em;
	color: #AA3511;
	background-color: #AA3511;
	height: 1px;
	border: 0;
}

.footnotes {
	font-size:0.8em; color:#333;
}

.footnotes h4 {
	color: #fff;
	border-bottom: 1px solid #CCC;
	padding: 0.5ex 0;
	margin-right: 75%;
}


/* ajout fyve pour barre de navigation */

#prelude {
	position : relative;
	top : -190px;
	margin : 0;
	padding-right : 25px;
	padding-top:15px;
	font-size : 0.85em;
	text-align : right;
	color : white;
}
#prelude a {
	color : white;
}
#prelude a:hover, #prelude a:focus {
	color : #69c;
}

/* NAVIGATION HORIZONTALE */
#nav-box {
	padding : 0;
	font-weight : bold;
	font-size : 0.9em;
	text-align: right;
	text-transform: uppercase;
	margin: 0 10px;
}

#nav-box ul {
	margin : 0;
	list-style-type : none;
	padding: 1px 1em 10px 0;
}

#nav-box ul li {
	display: inline;
	padding : 5px 0;
}

#nav-box ul li a {
	color: #44506a;
	text-decoration: none;
	padding : 5px 1em 5px 1em;
	border-right: 1px solid #fff;
	border-color: #999999;
}

#nav-box ul li a:hover {
	color: #702019;
	border-right: 1px solid #fff;
	border-color: #999999;
}

#nav-box a:active {
	border-left: 1px solid #fff;
}

rouge {
	color : #aa2a15;
}

*/



/* Pagination de page  <<[1]>>
******************************************/
.pagenav {
        font: 0.9em;
}

p.pagenav a {
        background : #ddd;
        color: #494c82;
        padding:2px;
        border: 1px solid #73a0c5;
        text-decoration: none;
        font-size:83%;
}

p.pagenav a:hover {
        background: #d1d6f8;
        color:#702019;
}

p.pagenav strong {
        color: #494c82;
        padding:2px;
        border: 1px solid #bbb;
}

/* Fin Pagination de page  <<[1]>>
******************************************/

.catimage { border:0; }

/* fin ajout fyve */
