
html {
	margin: 0px;
	padding: 0px;
}

body{
	background: #3f3f3f;
	color: #232B2B;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1{font-size: 1.5em; margin: 0px; padding: 0px;}
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: #3f3f3f;
}

a:visited{
	color: #3f3f3f;
}

a:hover, a:focus{
	color: #D33200;
}


.spacer {clear: both;}

/* La page
-------------------------------------------------------- */
#page{
	background: #e1e0d0 url(img/page-bg.gif) repeat-y top;
	color: inherit;
	width: 734px;
	margin-top:0px;
	margin-left: auto;
	margin-right:auto;
}
 
#pal {
	background: transparent;
	float:right;
	width: 497px;
}

#sidebar {
	float: left;
	width: 217px;
	background: #596D7E url(img/sidebar-bg.gif) repeat-y top;
	font-size: .8em;
	line-height: 1em;
	color: #e1e0d0;
}

#sidebar-in {
	width: 180px;
	padding-left: 30px;
	font-size: .8em;
}
 

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	height: 60px;
	background: transparent;
	color: #232B2B;
	text-align: left;
	font-size: .6em;
}

#prelude img {float: right; border: 0px;}

p#prelude {margin:0px; padding: 0 0 0 40px;}

#prelude a{
	background: transparent;
	text-decoration: none;
}

#prelude a:hover, #prelude a:focus{
	background: transparent;
	text-decoration: underline;
}

/* Le contenu
-------------------------------------------------------- */

#content{
	width: 397px;
	margin: 0px 60px 0 40px;
	font-size: .8em;
	line-height: 1.3em;
}

.post-content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: #3f3f3f solid 2px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content p {
	margin:5px 0 5px 0;
	}
	

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

.post-title{
	background: transparent;
	margin-bottom: 0;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D33200;

}

.post-title a{
	background: transparent;
	text-decoration: none;
	color: #D33200;
	font-weight: bold;
}

.post-info{
	margin-top: 0;
	background: transparent;
	padding-bottom: 1ex;
	font-size: .75em;
	text-transform: uppercase;
}

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

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

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

.post-info-co{
	text-align: right;
	font-size: .8em;
}

.retour {text-align: right}
.retour a{text-decoration: none;}


#trackbacks {margin-top: 20px;}

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

.post {margin-bottom: 50px; padding-bottom: 20px; border-bottom: #3f3f3f solid 1px;}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar img {border:0px;}

#sidebar h1 a:hover {background: transparent;}

#sidebar a {
	text-decoration: none; 
	color: #e1e0d0;
}


#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
color: #FEAB0A;
background: transparent;
}

#sidebar ul{
	margin: 7px 0 7px 0;
}

#sidebar ul{
	list-style: square;
	list-style-position: inside;
	padding:0px;
}

#sidebar h2, #sidebar h3{
	margin: 0;
}

#sidebar h2{
	font-size: .9em;
	text-transform:uppercase;
	margin: 0;
}

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

#sidebar p{margin: 0;}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 1.8em;
}

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

#q{
	padding-left: 18px;
	background: #e1e0d0 url(img/q.png) no-repeat 4px center;
}

#sidebar div#calendar{
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 0px solid #3f3f3f;
}

#sidebar div#calendar table td a{
	display: block;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar div#calendar table td a:hover{
}
#sidebar p.field {margin-bottom: 25px;}


/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 10px 40px 10px 277px;
	background: #e1e0d0 url(img/footer-bg.gif) repeat-y top;
	text-align: center;
}

#footer img{ border: 0px;
}