/* ***** 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):
 *  Maurice Svay
 */

/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
*******************************************************************************/
body{
	background: #000000;
	color: #404040;
 	font-size: 80%;
	line-height: 1.6em;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 0px solid #DDD;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}
#autresblog {
font-size: 110%;
padding:13px;
}

img {
	border:0pt none;
}
.archives_text {
margin-left:10px;
}
h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
 	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

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

fieldset{
	border: none;
}

label{
	cursor: pointer;
}

.field label{
	display: block;
}

input{
	border: 1px solid #999;
}

.champ_mail {
width:150px;
height:15px;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #A90000;
}

a:visited{
	color: #A90000;
}

a:hover{
	color: #505050;
}
.gris{
	color: #505050;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
*******************************************************************************/
#page{
 	background: #fff url(img/page.png) repeat-y center top;
	color: inherit;
}
.pagenav{
	text-align:center;
	color:#FFFFFF;
	font-weight : bold;
}
.pagenav a{
	color:#FFFFFF;
	font-weight : bold;
}

/* L'entête
*******************************************************************************/
#top{
	/*height: 280px;*/
	/*padding-top: 20px;*/
 	background: #ffecc9 url(img/top.png) no-repeat left top;
}

	#top h1{
		/*height: 80px;
		line-height: 80px;
		margin: 0 0 0 30px;
		padding-top: 105px;
		color: #ffd499;*/
	}
	
		#top h1 a{
			display:block;
			height:280px;
			text-indent:-9999px;
			text-decoration: none;
			color: #ffd499;
		}

/* Le prélude
*******************************************************************************/ 
#prelude{
	display:none;
}
	
/* Le contenu
*******************************************************************************/
.box {
background: url(img/box11.gif) no-repeat;
padding-top: 35px;
margin-bottom:10px;
width: 520px;
/*float: left;*/
/*margin-left: 20px;*/
}
.content-box {
background:url(img/content-box11.gif) repeat-y;
}
.bottom-box {
background: url(img/bottom-box11.gif) center bottom no-repeat;
height: 30px;
/*margin-left:-10px;*/
}
.content-box P{
margin: 0 30px 0 15px;
}

.side_box {
background: url(img/box7.gif) center top no-repeat;
padding-top: 35px;
margin-bottom:10px;
width: 210px;
/*float: left;*/
/*margin-left: 20px;*/
}
.side_content-box {
background: url(img/content-box7.gif) center top repeat-y;
}
.side_bottom-box {
background: url(img/bottom-box7.gif) center bottom no-repeat;
height: 30px;
}
.liens_haut {
background: url(img/re_lien_haut.png) center top no-repeat;
padding-top: 117px;
margin-bottom:10px;
width: 210px;
/*float: left;*/
/*margin-left: 20px;*/
}
.liens_milieu {
background: url(img/re_lien_milieu.png) center top repeat-y;
}
.liens_milieu div{
margin: 0 0 0 0;
text-align: center;

}
.liens_milieu div a{
    background-color: transparent;
    color: #505050;
    border-left: 1px solid #fff;
    text-decoration:none;
}

.liens_milieu div a:hover {
    background-color: transparent;
    color: #A90000;
    border-left: 1px solid #fff;
}

.liens_bas {
background: url(img/re_lien_bas.png) center bottom no-repeat;
height: 41px;
}
.side_content-box P{
margin: 0 30px 0 15px;
}

.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #A90000;
	//background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
}
	
.post-title{
	color: #A90000;
/*	background: transparent;*/
	margin-bottom: 0;
	margin-top:0;
	margin-left:15px;
}

	.post-title a{
		color: #A90000;
		/*background: transparent;*/
		text-decoration: none;
	}
	
.post-info{
	margin-top: 0;
	color: #505050;
	/*background: transparent;*/
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

	.post-info a{
		color: #A90000;
		background: transparent;
		text-decoration: none;
	}
	
.post-content{
	text-align: justify;
}

#separator {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #303030;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* --- 
NAVIGATION HORIZONTALE
--- */
ul#nav-box {
	margin : 0 0 1.5em 0;
	padding : 5px 1em 5px 0;
	list-style-type : none;
	background: transparent;
	color: #ffd499;
	font-weight : bold;
	font-size : 0.9em;
	text-align: right;
}
ul#nav-box li {
	display: inline;
	padding : 5px 0;
	background: transparent;
}
ul#nav-box li a {
	padding : 5px 1em 5px 1em;
	color: #ffd59b;
	text-decoration: none;
	border-left: 1px solid #fff;
	background: transparent;
}
ul#nav-box li a:hover {
	background-color: transparent;
	color: #ffd59b;
	border-left: 1px solid #fff;
}

/* La barre de navigation
*******************************************************************************/
.side_margin {
	margin-left:25px;
}
#sidebar div{
/*	border-bottom: 1px solid #A90000;*/
	color: inherit;
}
#advert div{
	padding: 1px 6px;
}

	#sidebar div ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}


.right_box {
/*background: url(img/right_col_rounded_top.png) center top no-repeat;*/
padding-top: 35px;
/*width: 200px;*/
float: left;
/*margin-left: 15px;*/
display:inline;
}
.right_content-box {
/*
background: url(img/right_col_rounded_middle.png) center top repeat-y;
*/
}
.right_bottom-box {
/*
background: url(img/right_col_rounded_bottom.png) center bottom no-repeat;
*/
height: 30px;
}

#sidebar h2, #sidebar h3{
	color: #A90000;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}
	
	#search fieldset, #search p{
		margin: 0;
		padding: 0;
	}

	#q{
		padding-left: 18px;
		background: #fff url(img/q.png) no-repeat 4px center;
	}
	
#sidebar div#calendar{
	/*border-top: 1px solid #A90000;*/
}

	#sidebar div#calendar table{
		font-size: 0.8em;
		text-align: center;
		margin: 0 auto;
		border-collapse: collapse;
		table-layout:fixed;
		width:140px;
	}
	
	#sidebar div#calendar table caption{
		margin: 0 auto;
	}
	
	#sidebar div#calendar table th{
		color: #A90000;
		background: transparent;
	}
	
	#sidebar div#calendar table td{
		width: 20px;
		line-height: 15px;
		border: 1px solid #484848;
	}
	
	#sidebar div#calendar table td a{
		display: block;
		background: #FFF;
		color: #A90000;
		font-weight: bold;
		text-decoration: none;
	}
	
	#sidebar div#calendar table td a:hover{
		background: #A90000;
		color: #fff5e3;
	}

/* Le pied de page
*******************************************************************************/	
#footer{
	margin: 0;
	padding: 1em;
	background: #ffecc9;
	color: #fffdd1;
	background: url(img/footer.png) center bottom;
	background-repeat: no-repeat;
	text-align: right ;
	padding-right: 50px;
	padding-top: 40px;
	
}

#footer a{
	color: #fffdd1;
}

