html, body
{
	margin: 0;
	padding: 0;
}

body
{
	text-align: center;
	background: #6c0;
	color: #000;
	font-size: 75%;
	line-height: 1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#page
{
	width: 700px;
	margin: 0 auto;
}

#main
{
	padding: 15px;
	float: left;
	text-align: left;
	background: #ff0;
	color: inherit;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

#content
{
	float: left;
	width: 440px;
}

#sidebar
{
	width: 224px;
	float: right;
	text-align: center;
}

/* Le footer */
#footer
{
	clear: both;
	padding-top: 20px;
	background: url(img/footer.gif) top center no-repeat;
}

/* Le header */
#header h1
{
	margin: 0;
	background: #6c0 url(img/header.gif) center top no-repeat;
	text-indent: -9000px;
}

#header h1 a
{
	display: block;
	/* nécessaire pour rendre l'image cliquable */
	width: 700px;
	height: 250px;
}

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

#sidebar img
{
	border: 0;
	margin-bottom: 4px;
}

#calendar { padding-bottom: 10px; }

#calendar table
{
	width: 189px;
	height: 156px;
	background: url(img/fd_calendrier.gif) center 0 no-repeat;
}

#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
{
	color: #6c0;
	background: transparent;
}

#sidebar div#calendar table td
{
	width: 13%;
	line-height: 2em;
	/*
	border: 1px solid #fff;
*/
}

#sidebar div#calendar table td a
{
	display: block;
	background: #EFA;
	color: #6c0;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover
{
	background: #c60;
	color: #fff;
}

#sidebar div#calendar h2
{
	margin: 0;
	padding-bottom: 15px;
	background: url(img/txt_calendrier.gif) center top no-repeat;
	text-indent: -9000px;
}

/*
#page { border: 1px solid red; }
#main { border: 1px solid blue; }
#content { border: 1px solid green; }
#sidebar { border: 1px solid yellow; }
#footer { border: 1px solid purple; }
*/

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: 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: #00f;
	text-decoration: none;
}

a:visited { color: #00f; }
a:hover { color: #000; }

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

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

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

/*
.post{
	margin-bottom: 4em;
}
*/

.post
{
	margin: 0;
	background: #fff url(img/bx_bas.gif) bottom center no-repeat;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}


/*
#post h3
{
	font-weight: bold;
	background: url(img/box_haut.gif) top center no-repeat;
}
*/

.post-title
{
	color: #f00;
	background: transparent;
	margin-bottom: 0;
	padding: 0.2em;
	font-weight: bold;
}

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

.post-title a:hover { color: #000; }

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

.post-info a
{
	color: #6c0;
	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: 0.8em;
}

.post-info-co a { color: #6c0; }
.post-info-co a:hover { color: #360; }
#content h3 { margin-left: 0.5em; }
#comments a { color: #6c0; }
#comments a:hover { color: #360; }
#comments { color: #666; }
.comment-info { color: #000; }
#footer a { color: #fff; }
#footer a:hover { color: #ff0; }
