
@import "layout.css";
@import "sidebar-gauche.css";
@import "sidebar-droite.css";

/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #fff;
	color: #000;
	font-size: 9pt;
	line-height: 1.6em;
	font-family: "Trebuchet MS", sans-serif;
	direction: ltr;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

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

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: "Trebuchet MS", sans-serif;
}

a{
	color: #000;
}

a:visited{
	color: #000;
}

a:hover{
	color: #888484;
}

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

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

img{
	border: none;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url('img/page.gif') repeat-y left top;
	color: inherit;
	position: relative;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	width: 977px;
	height: 28px;
	/*padding-top: 20px;*/
	background: transparent url('img/bandeH.gif') no-repeat left top;
	position: absolute;
	top: 23px;
	left: 23px;
}
/*
#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}
*/
/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	width: 360px;
	position: absolute;
	top: 0;
	right: -1px;
	border-top: 5px solid #fff;
	text-align: left;
	background-color: #fff;
}
html>body{
	right: 0;
}

#prelude a{
	color: #c44519;
	text-decoration: none;
}

#prelude a:hover{
	color: #000;
}

#prelude h2{
	font: normal 9pt "Trebuchet MS", sans-serif;
	position: absolute;
	top: 6px;
	left: -70px;
}
html>body #prelude h2{
	top: -4px;
	left: -73px;
}

#prelude form{
	position:absolute;
	top: -4px;
	left: 204px;
}
html>body #prelude form{
	top: -4px;
	left: 208px;
}

#prelude .submit{
	width: 23px;
	height: 20px;
	background: #fff url('img/ok.gif') no-repeat left center;
	margin: 0;
	border: none;
	cursor: pointer;
}
html>body #prelude .submit{
	margin: 0 0 -1px 0;
}

#prelude input#q{
	background-color: #fff;
	border-color: #000;
	line-height: 1.2em;
}

#prelude .submit{
	margin-top: 0.3em;
}

#prelude input#q{
	margin-top: 0.2em;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	background: transparent url('img/day-date.png') no-repeat left center;
	font-style: italic;
	display: none;
}

h2.post-title{
	font-size: 1.5em;
	font-weight: lighter;
}

.post-title{
	color: #888484;
	background: transparent;
	margin-bottom: 1em;
	font-family: "Trebuchet MS", sans-serif;
}

.post-title a{
	color: #888484;
	background: transparent;
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif;
}

.post-info{
	margin-top: 0;
	color: #FA0;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
	display: none;
}

.post-info a{
	color: #FA0;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: "Trebuchet MS", sans-serif;
	font-style: italic;
}

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

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

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

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
	border-top: 1px solid #000;
	background: #fff;
	color: #666;
}

#footer a{
	color: #999;
}

/* Les textes fixes
-------------------------------------------------------- */
.text{
	/*white-space: pre;*/
	width: 536px;
	margin: 0 0 0 -30px;
}

#copyright{
	position: absolute;
	top: 30px;
	right: 0px;
	font-size: 0.9em;
/*	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
}

