@import "common.css";

/* Les éléments HTML en général
-------------------------------------------------------- */
html, body{
	margin: 0;
	padding: 0;
	text-align: center;
}

body{
	background: #121212;
	color: #121212;
	font-size: 12px;
	font-family: "Bitstream Vera Sans", Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Courier New", Courier, monospace;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{}
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;
}

.field label{
	display: block;
}

label{display: block;}

input,textarea{
	border: 1px solid #c0c0c0;
	
}

textarea{
	width: 80%;
	font-size: 1em;
	font-family: "Bitstream Vera Sans", Verdana, sans-serif;
}
input:hover, textarea:hover{
	border: 1px solid #121212;
	color: #121212;
}

input.submit:hover, input.preview:hover{
	background: #dc0a0a;
	color: #fff;
}

a{
	color: #dc0a0a;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
}

a:hover{
	background: #dc0a0a;
	color: white;
}

ul li {
	list-style-type: none;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/page.jpg) repeat-y center top;
	color: inherit;
	width: 521px;
	margin: auto;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 292px;
	width: 655px !important;
	width: 521px;
	/*width: 655px;
	padding-top: 20px;*/
	margin: 0;
	background: #fff url(img/header.jpg) no-repeat left top !important;
	background: #fff url(img/header_ie.jpg) no-repeat bottom;
}

#top h1{
	margin: 0;
}

#top h1 a{
	display: block;
	height: 298px;
}

#top h1 a:hover {
	background: transparent;
	}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #fff;
	text-align: center;
	margin: 0px;
}

#prelude a{
	margin: 0px;
	color: #fff;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

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

#main{
	width: 475px;
}

.post{
	margin-bottom: 2em;
}

/* titre des articles */	
.post-title{
	color: #fff;
	text-align: center;
	letter-spacing: 5px;
	background: url(img/h2.jpg);
	display: block;
	width: 521px;
	min-height: 30px;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	margin-top: 30px;
}

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

/* barre d'info */	
.post-info{
	color: #fff;
	font-size: 1em;
	font-family: "Courier New", Courier, monospace;
	background: url(img/h3.jpg);
	line-height: 2em;
	min-height: 27px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	width: 497px;
	text-align: center;
}

.post-info a{
	color: #fff;
	background: transparent;
	text-decoration: none;
}

.post-content, .post-chapo{
	text-align: justify;
	padding-left: 30px;
}

.post p, #trackbacks p , #comments p, #comments blockquote{
	padding-left: 25px;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}
p.post-info-co a{
	padding-left: 5px;
	padding-right: 5px;
	}

.post h3{
	background: transparent;
	color: #3C312B;
	text-align: left;
}

.post h3, #content h3 {
	color: #fff;
	text-align: center;
	letter-spacing: 5px;
	background: url(img/h3.jpg);
	font-size: 1.5em;
	display: block;
	width: 482px;
	min-height: 27px;
	margin: 0;
	line-height: 2em;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	padding: 0;
	margin-top: 10px;
	padding-left: 40px;
}

#content .post-content h3, #content .post-content h4, #content .post-content h5{
	background:none;
	color: #dc0a0a;
	text-align: left;
	font-family: Georgia;
}

#trackbacks blockquote, #comments blockquote{
	margin-bottom: 30px;
	margin-left: 25px;
	font-family: "Courier New", Courier, monospace;
}

#comments .comment-info {
	color: #232c45;
	background: url(img/commentaire.jpg);
	display: block;
	width: 481px;
	font-family: "Courier New", Courier, monospace;
	line-height: 1.6em;
	min-height: 27px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	padding-left: 40px;
}
#comments .comment-info a{
	color: #232c45;
	text-decoration: none;
	}
#comments .comment-info a:hover{
	text-decoration: underline;
	}

/* La barre de navigation
-------------------------------------------------------- */

#sidebar-left {
	float: left;
	width: 120px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 20px 10px;
	margin-left: 40px !important;
	margin-left: 8px;
	margin-top: 30px;
	}

#sidebar-middle {
	float: left;
	width: 140px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 20px 0px;
	margin-top: 30px;
	}

#sidebar-right {
	float: right;
	width: 130px;
	margin: 0px 25px 0px 0px;
	padding: 0px 10px 20px 0px;
	margin-top: 30px;
	}
	
#sidebar a{
	color: #999999;
	text-decoration: none;
	text-align: center;
}

#sidebar a:hover{
	background: #121212;
	}

#sidebar h2, h3{
	font-weight: normal;
	font-weight: bold;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	background: none;
}

#sidebar h3{
	text-align: center;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

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

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

#sidebar ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#sidebar ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}

#sidebar ul li a {
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #999999;
	}

#sidebar ul li a:hover {
	background: #D9D9D9;
	color:#242B45;
	}
	
#sidebar h2#title{
	color: #fff;
	letter-spacing: 5px;
	text-align: center;
	font-weight: bold;
	
	font-size: 1.5em;
	background: url(img/h2.jpg);
	display: block;
	width: 520px;
	min-height: 27px;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	margin-top: 10px;
}

/* Le pied de page
-------------------------------------------------------- */

#footer{
	background: url(img/h2.jpg);
	color: #fff;
	text-align: center;
	font-weight: normal;
	clear: both;
	display: block;
	width: 521px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#footer a{
	color: #fff;
	text-decoration: none;
}
	
#content #comments #comment-form #smtoolbar  img #web2mail{
	margin-left: 0px;
	}
	
img .smiley {
	margin: 0px;
	padding: 0px;
	}
