
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	background-image: url(../pix/esoterique-1.png);
}

h1,h2 {
 font-family: "Trebuchet MS", Verdana, sans-serif;
 font-size:16px;
 color: #000000;
 margin-top: 10px;
 margin-bottom: 0px;
}

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

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: #000000;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
  background-image: url(../pix/esoterique-2.png);
	background-repeat: repeat-x;
	top: 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#main{
	margin-left: 15px;
	margin-right: 12px;
}
 
/* L'entête
-------------------------------------------------------- */
#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 contenu
-------------------------------------------------------- */
.tout {
margin-right: 15px;
margin-left : 20px;
}
.tout a{
	color: #993333;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-left : -20px;
}
.tout a:hover{
	color: #993333;
}

.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent no-repeat left center;
	font-style: italic;
}

.post {
margin-right: 15px;
margin-left : 20px;
}
.post a:hover{
	color: #000000;
}

.post-aff {
width: 540px;
margin-right: 15px;
margin-left : 20px;
}

.post h2{
margin-bottom: -2px;
padding-bottom: 0px;
font-weight: bold;
font-size: 14px;
}

.post-pre{
	margin-bottom: 0;
	margin-top: 0px;
	font-size: 12px;
}

.post-title{
	color: #993333;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

.post-title a{
	color: #F90;
	background: transparent;
	text-decoration: none;
}

.post-pre{
	color: #666666;
	margin-bottom: 0;
	font-size: 12px;
}

.post-info {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
	
.post-info a{
	color: #993333;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
.post-info a:hover{
	color: #000000;
}

.post-chapo{
	text-align: justify;
	text-indent: 15px;
	font-size: 12px;
	color: #666666;
	font-style: italic;
}

.post-content{
	text-align: justify;
	text-indent: 15px;
	font-size: 12px;
	color: #666666;
}

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

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

.comment-titre {
font-size: 12px;
}

.comment-content{
	text-align: justify;
	text-indent: 15px;
	font-size: 12px;
	color: #666666;
}


/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	margin-left: 10px;
}

#sidebar a{
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #333333;
}
#sidebar a:hover{
	font-size: 12px;
	margin: 0;
	color: #993333;
}

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

#sidebar h2{
	text-align: left;
	color: #000000;
	font-size: 14px;
	font-height: bold;
	margin-bottom:-5px;
	padding-bottom:0px;
	padding-top:10px;
}

#sidebar h3{
	text-align: left;
	color: #903C38;
	font-size: 14px;
	font-height: bold;
	margin-bottom:-5px;
	padding-bottom:0px;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

/* Le pied de page
-------------------------------------------------------- */
.sep {
margin-bottom: 5px;
margin-top: 5px;
}

#prime {
margin-bottom: 5px;
margin-top: 10px;
}

#prime a{
  text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	margin: 0;
	color: #333333;
}
#prime a:hover{
	font-size: 15px;
	margin: 0;
	color: #993333;
}

#footer{
	margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;
}

#footer a{
	color: #999;
}