/* Merci Maurice ! */


@import "layout.css";
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #151919;
	color: #000;
	font-size: 9pt;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

img{
	border: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Geneva, Arial, Helvetica, 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: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #000;
}

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}

/* La page
-------------------------------------------------------- */
#page{
	background: url('img/page.gif') repeat-y center top;
	color: inherit;
	text-align: left;
	position: relative;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 286px;
}

#top_01{
	width: 97px;
	height: 286px;
	background: url('img/top/zaztr_01.jpg') no-repeat left top;
	position: absolute;
	top: 0px;
	left: 0px;
}

#top_02{
	width: 315px;
	height: 55px;
	background: url('img/top/zaztr_02.jpg') no-repeat left top;
	position: absolute;
	top: 0px;
	left: 97px;
}

#top_02 a{
	width: 100%;
	height: 100%;
	display: block;
}

#top_02 a:hover{
	background: url('img/top/zaztr_02bis.jpg') no-repeat left top;
}

#top_03{
	width: 122px;
	height: 286px;
	background: url('img/top/zaztr_03.jpg') no-repeat left top;
	position: absolute;
	top: 0px;
	left: 412px;
}

#top_04{
	width: 352px;
	height: 109px;
	background: url('img/top/zaztr_04.jpg') no-repeat left top;
	position: absolute;
	top: 0px;
	left: 534px;
}

#top_05{
	width: 315px;
	height: 231px;
	background: url('img/top/zaztr_05.jpg') no-repeat left top;
	position: absolute;
	top: 55px;
	left: 97px;
}

#top_06{
	width: 352px;
	height: 177px;
	background: url('img/top/zaztr_06.jpg') no-repeat left top;
	position: absolute;
	top: 109px;
	left: 534px;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	color: #2f3838;
	text-align: right;
	text-transform: capitalize;
	font-size: 9pt;
	font-weight: bold;
}

.post-title{
	color: #76201E;
	background: transparent;
	margin-bottom: 0.6em;
	text-align: left;
}

.post-title a{
	color: #76201E;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: -1em;
	color: #2f3840;
	background: transparent;
	border-top: 1px solid #2f3840;
	text-align: left;
	font-size: 8pt;
}

.post-info a{
	color: #2f3840;
	background: transparent;
	text-decoration: none;
}

.post-content{
	/*text-align: justify;*/
	padding: 0 1em 0 0.2em;
}

.post-content blockquote{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.post-info-co{
	text-align: left;
	font-size: 8pt;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

div#content, div#content p{
	text-align: left;
}

/* La barre de navigation
-------------------------------------------------------- */

#sidebar{
	width: 240px;
	float: left;
	text-align: right;
	padding: 0.6em 0 4em 0;
}
html>body #sidebar{
	padding: 0em 0 4em 0;
}

#sidebar div{
	/*border-bottom: 1px solid #F0F0F0;*/
	color: inherit;
}
html>body #sidebar div{
	margin: 0 0 0 30px;
	padding: 1ex 1em;
}

#sidebar div ul{
	list-style: none;
	font-size: 8pt;
	line-height: 1.2em;
	position: relative;
	right: 2em;
}
html>body #sidebar div ul{
	width: 200px;
	right: 62px;
}

#sidebar li a{
	color: #EAD59D;
	text-decoration: none;
}

#sidebar li a:hover{
	color: #fff;
	font-weight: bold;
}

#sidebar h2{
	color: #fff;
}
#sidebar h3{
	color: #f1f1f1;
}

#sidebar h2{
	width: 252px;
	height: 20px;
	background: url('img/cartouche.gif') no-repeat left top;
	margin: 0 0 -6px -1px;
	font-size: 11pt;
	font-weight: bold;
	line-height: 1.2em;
}
html>body #sidebar h2{
	margin: 0 0 1ex -42px;
}

#sidebar h3{
	font-size: 1em;
	margin: 4px 1.2em -1em 0;
	padding-right: 4px;
	width: 200px;
}
html>body #sidebar h3{
	margin: 1em 0 1ex -1.7em;
}

#sidebar div#search{
	margin-top: -8px;	
}

#sidebar div#search p{	
	margin: 1.5em 1.5em -4px 0;	
}
html>body #sidebar div#search p{	
	margin: 1em 0.6em -1em 0;	
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#sidebar div#links h2{
	margin-bottom: 1.5ex;	
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	width: 255px;
	padding: 4px 0;
	background: url('img/bas.gif') repeat-y left top;
	line-height: 0.9em;
	font-size: 8pt;
	color: #e1dfdf;
	margin-left: -1px;
	clear: both;
}
html>body #footer{
	margin: 0;
}

#f_count{
	width: 250px;
	height: 1em;
	display: block;
	text-align: center;
}

