/* Les �l�ments HTML en g�n�ral
-------------------------------------------------------- */
* {margin: 0; padding: 0; border: none; text-decoration: none;}

body {
	background: #303030 url(img/pattern.jpg) fixed;
	font: 12px "Georgia", "Palatino Linotype", "Times New Roman", serif;
	color: #080570;
	}
	
a {
	color: #b30c1c;
	background: url(img/line.gif) center bottom repeat-x;
	}
a:hover {
	color: #BDBDBD;
	background: url(img/linehover.gif) center bottom repeat-x;
	}

h3 {
	font-size: 16px;
	padding: 20px 0 25px 75px;	
	margin-bottom: 30px;
	margin-top: 30px;
	}
	
fieldset { border: none;}
blockquote { 	padding: 15px;}

label {
	float: left;
	width: 40%;
	text-align: right;	
	margin: 0;
	padding: 0 .5em 0 0;
	}
	
input { border:1px solid #AAAAAA;}
	
pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}
/* La page
-------------------------------------------------------- */
#page {
	margin: auto;
	text-align:center;
	background: url(img/page.jpg);
	width: 655px;
	}

/* L'ent�te
-------------------------------------------------------- */
#top {
	font-family: "Times New Roman", "Georgia", script;
	font-style: italic;
	font-family: normal;
	font-size: 1.5em;
	color: #4C4C4C;
	border: none;
	height: 100px;
	}
#top h1 { padding: 25px 190px 25px 0; text-align: right;}
#top h1 a { text-decoration: none; background: none; }

/* Le contenu
-------------------------------------------------------- */
#main {
	background: url(img/audrey.gif) no-repeat right top;
	padding: 0px;
	width: 636px;
	padding-left: 20px;
	text-align: left;
	}
.separator { background: transparent;}
	
#content {
	padding-top: 0px;
	width: 400px;
	/*line-height: 20px;*/
	line-height: 1.6em;
	}

#content .post-title, h3  {
	font-family: "Times New Roman", "Georgia", script;
	font-style: italic;
	font-family: normal;
	font-size: 1.8em;
	color: #346ee5;
	text-decoration: none;
	background: url(img/h1.gif) left bottom no-repeat;
	padding: 20px 0 25px 65px;	
	border: none;
	}
#content .post-title a {
	border: 0px;
	color: #346ee5;
	}
#content .post-title a:hover { color:#BDBDBD; }
#content .post-info {
	text-align: right;
	font-size: 0.8em;
	color: #BDBDBD;
	padding-bottom: 0.3em;
}

#content .post-content {
	padding-top: 18px;
	}
#content p { text-indent: 1em;}
#content li { margin: 0px 30px;}
	
#content .post-info-co {
	padding-top: 15px;
	text-align: right;
	padding-bottom: 15px;
	}

#comments .comment-info {
	background: #ECECEC url(img/staple.gif) left top no-repeat;
	padding: 2px;
	}
	
.comment-author {
	text-align: right;
	font-size: 9px;
	font-style: italic;
	}

#p_c_content {
	width: 375px;
	height: 110px;
	background: transparent url(img/form.gif) no-repeat;
}
textarea {
	width: 375px;
	height: 80px;
	border: 0px;
	background: transparent;
	margin: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	overflow: auto;
}	
	
/* La barre de navigation
-------------------------------------------------------- */
#sidebar {
	width: 180px;
	padding-top: 200px;
	float: right;	
	text-align: right;
}
#sidebar ul li { list-style-type: none;}
#sidebar h2  {
	font-family: "Times New Roman", "Georgia", script;
	font-style: italic;
	font-family: normal;
	font-size: 20px;
	color: #4C4C4C;
	text-decoration: none;
	background: url(img/h1.gif) left bottom no-repeat;
	padding: 0px 0 25px 65px;	
	border: none;
	text-align: left;
	}	
#sidebar ul li {
	padding-right: 10px;
	}
	
#search {
	width: 180px;
}
/* Le pied de page
-------------------------------------------------------- */
#footer {
	padding-bottom: 50px;
	padding-top: 120px;
	clear: both;
	}

