/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 
/* Les éléments HTML en général
-------------------------------------------------------- */
* {
	margin:0; /* Bug IE */
}
html,body {
	margin:0;
	padding:0;
	text-align:center;
	background:url(img/fond.png) repeat-x 0px 30px #FFF;
	color:#000;
	font-size:0.8em;
	line-height:1.6em;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
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 #DDDDDD;
	color:#333;
}
input:focus,textarea:focus {
	border:1px solid #999;
}
textarea {
	width:100%;
	font-size:1em;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
a {
	color:#888;
	text-decoration:none;
}
a:visited {
	color:#888;
}
a:hover {
	background:#A3D900;
	color:white;
}
img {
	border:none;
	background:transparent;
}
.left {
	float:left;
	margin-right:1em;
}
.right {
	float:right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */

#page{
background: url(img/page.png) repeat-y #fff;
	color: inherit;
	width: 898px;
	margin: 0 auto;
	text-align: left;
	padding:0 1px 0 1px;
}
 
/* L'entête
-------------------------------------------------------- */
#top {
	background:transparent url(img/top.png) repeat-x 0px 0px;
	height:100px;
	padding-left:100px;
	padding-top:60px;
}
#top h1 {
	font-size:20px;
}
#top h1 a {
	text-decoration:none;
	color:#333;
}
#top h1 a:hover {
	border:none;
	background:transparent;
}
#top p {
	color:#999;
	font-weight: bold;
}

/* Le prélude
-------------------------------------------------------- */ 

#haut {
	background:#222;
	margin:0;
	height:24px;
	overflow:hidden;
	padding:6px 40px 0 40px;
	font-size:10px;
}
#prelude {
	color:#DFDFDF;
	float:left;
	width:200px;
	height:30px;
}
#prelude a {
	color:#FFF;
}
#prelude a:hover {
	color:#666;
	background:transparent;
}
#search {
	width:250px;
	float:right;
	height:30px;
	vertical-align:top;
}
#search fieldset,#search p {
	margin:0;
	padding:0;
}
#search .submit {
	height:20px;
	border:1px solid #999;
	padding-bottom: 1px;
}
/* Le contenu
-------------------------------------------------------- */

#main {
	float:left;
	width:640px;
	margin-bottom:20px;
}
#content {
	margin:0 0 0 30px;
	padding:1em 0 0 0;
}
.day-date {
	padding-left:3px;
	color:#888;
	font-style:italic;
}
#comments h3,#trackbacks {
	margin-top:50px;
}
.post-title {
	color:#F90;
	background:transparent;
	margin-bottom:0;
}
.post-title a {
	color:#F90;
	background:transparent;
	text-decoration:none;
}
.post-info {
	margin-top:0;
	color:#FA0;
	padding-bottom:1px;
	margin-bottom:5px;
}
.post-info a {
	color:#FA0;
	background:transparent;
	text-decoration:none;
}
.post-content {
	text-align:justify;
}
.post-content blockquote {
	font-family:Georgia,serif;
	font-style:italic;
	margin:18px auto 18px auto;
	padding:6px;
	border-left:4px solid #999;
	background:url(img/blockquote.png) repeat-y right #FBFBFB;
	color:#545454;
}
.post-content img {
	border:1px solid #D9D9D9;
	background:transparent;
	padding:2px;
}
.post-content .smiley {
	border:none;
}
.post li {
	background:url(img/puce.gif) no-repeat 0px 2px;
	padding-left:15px;
	margin-bottom:3px;
}
.post ul {
	list-style-type:none;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}
.post-info-co {
	text-align:right;
	margin-bottom:50px;
}
#trackbacks blockquote,#comments blockquote {
	border:1px solid #EEE;
	margin:1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div {
	color:inherit;
	margin:0 30px 12px 0;
	padding:1em 0 1em 2em;
}
#sidebar {
	float:right;
	width:220px;
	padding-bottom:4em;
	margin-bottom:10px;
}
#sidebar div ul {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar h2,#sidebar h3 {
	color:#333;
	margin:0 0 1ex 0;
}
#sidebar h2 {
	padding-left:14px;
	padding-bottom:3px;
	margin-bottom:12px;
	background:url(img/etoile.jpg) no-repeat 0px 2px;
	border-bottom:1px dotted #B7C1B7;
}
#sidebar h3 {
	font-size:1em;
	margin:0;
}
#q {
	padding-left:18px;
	background:#fff url(img/q.png) no-repeat 4px center;
}
#sidebar div#calendar table {
	text-align:center;
	margin:0 auto;
	border-collapse:collapse;
		font-size:10px;
}
#sidebar div#calendar table caption {
	margin:0 auto;
	
}
#sidebar div#calendar table th {
	color:#493;
	background:transparent;
}
#sidebar div#calendar table td {	
	font-size:10px;
	padding:0;
	margin:0 0 2px 0;
}
#sidebar div#calendar table td a {
	display:block;
	background:#FFF;
	color:#493;
	font-weight:bold;
	text-decoration:none;
	border:none;
}
#sidebar div#calendar table td a:hover {
	background:#DBB8DC;
	color: #636;
}

/* Le pied de page
-------------------------------------------------------- */
#footer {
	padding:5px;
	vertical-align:middle;
	border-top:1px solid #CCC;
	background:#EEE;
	color:#666;
	clear:both;
}
#footer img {
	float:right;
}
#footer a {
	color: #999;
}