/* 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 */
}
body {
	margin:0;
	padding:0;
	text-align:center;
	background:#FFF url(img/fond.png) repeat-x 0px 0px;
	color:#000;
	font-size:0.8em;
	line-height:1.6em;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
; border-style: none
}
h2,h3,h4,h5,h6 {
	font-family:"Trebuchet MS",sans-serif;
}
h1 {
	font-size:1.8em;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1em;
}
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 {
;
text-decoration: none
; color: #888
}
a:visited {
	color:#888;
}
a:hover {
	background:#FF9933;
	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;
	padding-left:100px;
; height: 80px; padding-top: 60px
; margin-top: 10px
; margin-bottom: 10px
}
#top h1 {
	font-size:20px;
; text-align: right
; margin-right: 125px; vertical-align: baseline
}
#top h1 a {
	text-decoration:none;
	color:#3057ab;
}
#top h1 a:hover {
	border:none;
	background:transparent;
}
#top p {
	color:#FF5000;
	font-weight: bold;
}

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

#haut {
	background:#222;
	margin:0 0;
	overflow:hidden;
	padding:6px 40px 0;
	font-size:14px;
; clip:     rect(   ); height: 24px
}
#prelude {
	color:#FF5000;
	width:613px;
; height: 10px
; clip:     rect(   )
; background-color: #3057AB; float: left
; margin-bottom: 30px; text-align: right
; margin-left: 27px
; padding-top: 4px; padding-bottom: 10px
; font-size: 1.1em
}
#prelude a {
	color:#FFFFFF;
}
#prelude a:hover {
	color:#FF5000;
	background:transparent;
}

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

#main {
	float:left;
	width:640px;
	margin-bottom:10px;
}
#content {
	margin:0 0 0px 30px;
	padding:1em 0 0;
}
.day-date {
	padding-left:3px;
	color:#888;
	font-style:italic;
}
#comments h3{
	margin-top:50px;
}
.post-title {
	color:#FF5000;
	background:transparent;
	margin-bottom:5px;
}
.post-title a {
	color:#FF5000;
	background:transparent;
	text-decoration:none;
}
.post-info {
	margin-top:0px;
	color:#FF5000;
	padding-bottom:1px;
	margin-bottom:8px;
}
.post-info a {
	color:#FF5000;
	background:transparent;
	text-decoration:none;
}
.post-content {
	text-align:justify;
; margin-bottom: 10px
}
.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 {
	background:transparent;
; margin: 0px 0px 30px; padding: 8px 15px 0px 0px
}
.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:25px;
; text-decoration: none
; padding-bottom: 25px; border-color: black black #999999; border-style: dotted; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px
}
#trackbacks blockquote{
	border:1px #999999 dotted;
	margin:1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div {
	color:inherit;
	margin:0 30px 0px 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 h3 {
	color:#3057ab;
	margin:0 0 1ex 0;
}
#sidebar h2 {
	border-bottom:1px dotted #B7C1B7;
}
#sidebar h3 {
	font-size:1em;
	margin:0 0;
; font-weight: bold
; line-height: 30px
}
#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}
#search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 2px;
	background: #D5E4F7;
; width: 140px
}

#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:#3057ab;
	color:#FFFFFF;
	clear:both;
}
#footer img {
	float:right;
}
#footer a {
	color: #FF5000;
}
html { 
	margin:0;
	padding:0;
	text-align:center;
	background:#FFF url(img/fond.png) repeat-x 0px 0px;
	color:#000;
	font-size:0.8em;
	line-height:1.6em;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
 } 
#sidebar h2 { 
	color:#3057Ab;
	margin:0 0 8px;
; padding: 3px 0px
 } #trackbacks  { 
;
margin-top: 50px
 } 
h1 { 
	font-family:"Trebuchet MS", sans-serif;
 } 
#comments blockquote  { 
	border:1px #999999 dotted;
	margin:1em 0;
	padding: 1ex 1em;
 } 
pre { 
	font-size:1.2em;
 } 

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