/* 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;
	color:#000;
	font-size:0.8em;
	line-height:1.6em;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
body {
	background:url(img/fond.png) no-repeat bottom left fixed #000;
}
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;
	margin:0;
	padding:0;
}
a:visited {
	color:#888;
}
a:hover {
	background:#73524D;
	color:white;
	margin:0;
	padding:0;
}
img {
	border:none;
	background:transparent;
}


hr {
color:#73524D;
background: #73524D;
height:1px;
margin:20px 30% 20px 30%;
padding:0;
font-size: 1px;
line-height: 1px;
border: 0px;
clear:both;
}
.left {
	float:left;
	margin-right:1em;
}
.right {
	float:right;
	margin-left: 1em;
}

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

#page{
	background: url(img/page.png) repeat-y #DAD2C1;
	width: 460px;
	margin:0 auto 0 399px;
	text-align: left;
	padding:0 1px 0 1px;
}
 
/* L'entête
-------------------------------------------------------- */
#top {
	background:transparent url(img/top.jpg) repeat-x 0px 0px;
	height:190px;
	padding-left:10px;
	padding-top:60px;
}
#top h1 {
	font-size:20px;
}
#top h1 a {
	text-decoration:none;
	color:#000;
}
#top h1 a:hover {
	border:none;
	background:transparent;
}

/* 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:300px;
	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 {	
	width:440px;
	margin:0 auto 20px auto;
	background:transparent;
}
#content {
margin:0 6px 0 6px;
	padding:1em 0 0 0;
}
.day-date {
	padding-left:3px;
	color:#888;
	font-style:italic;
}

#comments h3,#trackbacks {
	margin-top:50px;
}
.post-title {
	color:#4A4A68;
	background:transparent;
	margin-bottom:0;
}
.post-title a {
	color:#333;
	background:transparent;
	text-decoration:none;
}
.post-title a:hover {
	color:#666;
	background:transparent;
}
.post-info {
	margin-top:0;
	color:#555;
	padding-bottom:1px;
	margin-bottom:5px;
}
.post-info a {
	color:#555;
	background:transparent;
	text-decoration:none;
}
.post-info a:hover {
	color:#222;
	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:8px;
	min-height:85px;
	height:85px;
	border-left:4px solid #999;
	background:url(img/blockquote.png) no-repeat bottom right #F9F9FC;
	color:#545454;
}
.post-content img {
	border:1px solid #000;
	background:#FFF;
	padding:1px;
}
.post-content .smiley {
	border:none;
}
.post li {
	background:url(img/puce.gif) no-repeat 0px 4px;
	padding-left:13px;
	margin-bottom:5px;
}
.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 #222;
	margin:1em 0;
	padding: 1ex 1em;
	background:#AA9280;
}
#trackbacks blockquote a, #trackbacks blockquote a:hover {
	background:transparent;
	color:#FFF;
}
#main input, #main textarea {
	background:#766050;
	border:2px #4F4035 groove;
	color:#FFF;
}
#main input:hover, #main textarea:hover {
	background:#A78E7C;
}
#main #c_remember {
	border:none;
	background:transparent;
}

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

#links h3, #archives h3, #categories h3 {
	clear:both;
	padding-top:10px;
	padding-left:8px;
}
#links h2, #archives h2, #categories h2 {
	position:relative;
	right:0;
	float:right;
	color:#999;
}

#links li, #archives li, #categories li {
	float:left;
	padding:0;
	margin-right:10px;
	background:transparent;
}

#links ul, #archives ul, #categories ul {
	clear:both;
	list-style:none;
	padding:0;
	margin-left:8px;
	background:transparent;
}

#archives, #categories, #links {
	padding-bottom:20px;
}

#themes {
text-align:center;
margin-top:10px;
}

/* 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;
}
