
@import "layout.css";
@import "sidebar-gauche.css";
@import "sidebar-droite.css";
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	/*background: #faf8f1;*/
	background: #f9faf1;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img{
	border: none;
}

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 #312e14;
}

input.submit, input.preview{
	background-color: #e4e4cf;
}

input.submit:hover, input.preview:hover{
	cursor: pointer;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #000;
	text-decoration: none;
}

a:visited{
	color: #000;
}

a:hover{
	color: #312e14;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #f9faf1 url('img/page2.jpg') repeat-y left top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 449px;
}

span#top01{
	width: 100px;
	height: 449px;
	background: url('img/top2/bandoJ_01.jpg') left top no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

span#top02{
	width: 123px;
	height: 449px;
	background: url('img/top2/bandoJ_02.jpg') left top no-repeat;
	position: absolute;
	top: 0px;
	left: 100px;
}

span#top03{
	width: 157px;
	height: 449px;
	background: url('img/top2/bandoJ_03.jpg') left top no-repeat;
	position: absolute;
	top: 0px;
	left: 223px;
}

span#top04{
	width: 108px;
	height: 449px;
	background: url('img/top2/bandoJ_04.jpg') left top no-repeat;
	position: absolute;
	top: 0px;
	left: 380px;
}

span#top05{
	width: 120px;
	height: 449px;
	background: url('img/top2/bandoJ_05.jpg') left top no-repeat;
	position: absolute;
	top: 0px;
	left: 488px;
}

span#top06{
	width: 67px;
	height: 449px;
	background: url('img/top2/bandoJ_06.jpg') left top no-repeat;
	position: absolute;
	top: 0px;
	left: 608px;
}

span#top07{
	width: 203px;
	height: 70px;
	background: url('img/top2/bandoJ_07.jpg') left top no-repeat;
	position: absolute;
	top: 0px;
	left: 675px;
}

span#top08{
	width: 146px;
	height: 449px;
	background: url('img/top2/bandoJ_08.jpg') left top no-repeat;
	position: absolute;
	top: 0px;
	left: 878px;
}

span#top09{
	width: 203px;
	height: 94px;
	background: url('img/top2/bandoJ_09.jpg') left top no-repeat;
	position: absolute;
	top: 70px;
	left: 675px;
}

span#top09 a{
	width: 100%;
	height: 100%;
	display: block;
}

span#top09 a:hover{
	background: url('img/top2/bandoJ_09bis.jpg') left top no-repeat;
}

span#top10{
	width: 203px;
	height: 285px;
	background: url('img/top2/bandoJ_10.jpg') left top no-repeat;
	position: absolute;
	top: 164px;
	left: 675px;
}

/* 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
-------------------------------------------------------- */
#main{
	font-family: "Trebuchet MS", sans-serif;
}

div.post p{
	padding: 0 0 0 0.1em;
}

p.day-date{
	color: #635414;
	position: relative;
	top: 0px;
	left: -1px;
	font-size: 9pt;
	voice-family: "\"}\""; 
	voice-family:inherit;
	top: 0px;
}
html>body p.day-date{
	top: -9px;
}

.post-title{
	color: #aaae58;
	background: transparent;
	margin: -15px 0 20px 0;
	font-weight: normal;
}

.post-title a{
	color: #aaae58;
	background: transparent;
	text-decoration: none;
}

.post-title a:hover{
	color: #000;
}

.post-info{
	color: #635414;
	font-size: 9pt;
	position: relative;
	top: -40px;
	left: 360px;
}

.post-info a{
	color: #635414;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 9pt;
	line-height: 1.3em;
	letter-spacing : 0px;
	padding: 0 1em 0 0;
}

.post-content blockquote{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 9pt;
	font-style: italic;
}

p.post-info-co{
	text-align: center;
	font-size: 8pt;
	color: #2b3233;
}

p.post-info-co a{
	text-decoration: none;
	font-size: 8pt;
	color: #2b3233;
}

#trackbacks, #comments{
	width: 485px;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #312e14;
	background-color: #e4e4cf;
	margin: 1em 0;
	padding: 0 1em;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 9pt;
}

#trackbacks input, #comments input,
#trackbacks textarea, #comments textarea{
	border: 1px solid #312e14;
}

.foot{
	width: 300px;
	height: 1px;
	display: block;
	border-bottom: 1px solid #312e14;
	margin: 1em auto -2em auto;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	width: 1024px;
	height: 42px;
	margin: 0 0 0 -2em;
	padding: 0.6em 1em 0 1em;
	background: #f9faf1 url('img/footer.jpg') 2em top no-repeat;
	position: relative;
	bottom: 0;
	left: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 9pt;
	color: #b7b9a3;
	text-align: right;
}

#footer a{
	color: #b7b9a3;
}

#footer a:hover{
	color: #6d6a51;
}

/* La pagination
-------------------------------------------------------- */
.pagenav{
	width: 930px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 9pt;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	line-height: 1.3em;
	margin: 0 0 0.6em 0;
	padding: 0;
}
