 /* Les éléments HTML en général
-------------------------------------------------------- */
* {
	margin:0;  /* Bug IE */
}
*::-moz-selection {
	background-color:#FF3C00;
	color:white;
}
html,body {	
	color:#444444;
	font-size:0.8em;
	line-height:1.6em;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin:0;
	padding:0;
}
body {
	background-color:#EDEDED;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif; 
}
h1 {
	font-size:3em;
}
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;
}

textarea {
	width:100%;
	font-size:1em;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
input, textarea {
	border:1px solid #CBCBCB;
}
input:focus, textarea:focus, input:hover, textarea:hover {
	border:1px solid #999;
	background:#F6F6F6;
}
a, a:visited {
	color:#2277DD;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
	background:transparent;
}
.left {
	float:left;
	margin-right:1em;
}
.right {
	float:right;
	margin-left: 1em;
}

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

#page{
	background: #fff;
	width:90%;
	min-width:800px;
	margin:0 auto 0 auto;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
}
 
/* L'entête
-------------------------------------------------------- */
#prelude {
	color:#DFDFDF;
	padding:0;
	height:28px;
	background:#4F4F4F;
	overflow:hidden;
}

#prelude ul, #prelude li {
	margin:0;
	padding: 0;
	list-style-type: none;
}
#prelude ul {
	float:left;
	height: 28px;
	width: 650px;
}

#prelude li {
	float: left;
}
#prelude li a,#prelude li a:visited {
    display: block;
    height: 28px;
    width: 130px;
    color:#FFF;
    line-height: 28px;
    text-align: center;
}

#prelude li a:hover {
    color:#FFF;	
	background-color: rgb(59, 120, 187);
	text-decoration:none;
}
#prelude ul a:active { 
	color: #000; 
	text-decoration: none; 
}

#prelude img { 
	float:right; 
	margin:5px; 
}

#header {
	height:91px;
	background: url(img/header.jpg) no-repeat top right #fff;
	margin:0;
}
#header h1 {
	font-size:35px;
	font-weight:bold;
	padding-top:30px;
	margin-left:20px;
	letter-spacing: -0.05em;
}
#header h1 a, #header h1 a:visited {
	text-decoration:none;
	color:#3A77BA;
}
#header h1 a:hover {
	border-bottom:1px dotted #E5E5E5;
	background:transparent;
}
#header .description {
	display:none;
}
#search {	
	width:250px;
	text-align:center;
	float:right;
	margin-top:6px
}
#search fieldset,#search p {
	margin:0;
	padding:0;
}
#search .submit {
	height:26px;
}
#search #q {
	border:1px solid #333;
	margin-bottom:3px;
	padding:1px 1px 1px 20px;
}

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

#content {
	margin:0 260px 0 30px;
	padding:1em 0 0 0;
}
.day-date {
	display:none;
}
#comments h3,#trackbacks {
	margin-top:50px;
}
.post-title {	
	background:transparent;
	margin-bottom:0;
	font-size: 2.4em; font-weight: normal; letter-spacing: 0.05em;
}
.post-title a, .post-title a:visited {
	color:#444;
	background:transparent;
	text-decoration:none;
}
.post-title a:hover {
	background:#444;
	color:#FFF;
}
.post-info {
	margin-top:8px;
	color:#BBBBBB;
	padding-bottom:1px;
	margin-bottom:5px;
}
.post-info a {
	color:#BBB;
	background:transparent;
	text-decoration:none;
}
.post-chapo {
	margin-bottom:25px;
}
.post-content, .post-chapo {
	text-align:justify;
	font-size:1.2em;
	line-height:1.8em;
}
.post-content blockquote, .post-chapo blockquote {
	font-size:0.9em;
	line-height:1.6em;
	margin:18px auto 18px auto;
	padding:6px;
	border-left:6px solid #F1F1F1;
	background:url(img/blockquote.png) repeat-y right #FBFBFB;
	color:#545454;
}
.post-content img, .post-chapo img {
	border:1px solid #D9D9D9;
	background:transparent;
	padding:2px;
}
.post-content .smiley, .post-chapo .smiley {
	border:none;
}
.post li {
	background:url(img/puce.gif) no-repeat 0px 6px;
	padding-left:25px;
	margin-bottom:3px;
}
html>body .post li {
	padding-left:13px;
}
.post ul {
	list-style-type:none;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}
.post a:hover {
	text-decoration:none;
}
.post a:hover img {
	text-decoration:none;
	border:1px dotted #666;
}
.post-info-co {
	text-align:right;
	margin-top:20px;
	padding:5px;
	margin-bottom:50px;
	background-color:#F9F9F9;
}
.post-info-co a:hover, .post-title a:hover, .post-info a:hover {
	text-decoration:none;
	border:none;
}
#trackbacks blockquote, #comments blockquote {
	border-bottom:3px solid #666;
	border-right:2px solid #666;
	border-top:1px solid #999;
	border-left:1px solid #999;
	background:#EEE;
	margin:1em 0;
	padding: 1ex 1em;
}
.suite a, .suite a:visited {
	display:block;
	margin-top:15px;
	background:url(img/suite.png);
	height:80px;
	width:200px;	
}
.suite a:hover {
	border:none;
	background:url(img/suite-hover.png);
}

#comment-form {
	width:90%;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div {
	color:inherit;
	margin:0 0 12px 0;
	padding:1em 0 1em 0;
}
#sidebar {
	background: url(img/sidebar-bas.gif) no-repeat bottom #F4F4F4;
	color:#666;
	float:right;
	width: 230px;
	padding-bottom:200px;	
	margin-right:5px;	
}
html>body #sidebar { margin-right:10px; }
#sidebar div ul {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar h2,#sidebar h3 {
	color:#000;
	margin-left:20px;
	margin-right:20px;
}
#sidebar h2 {
	padding-left:14px;
	padding-bottom:3px;
	margin-bottom:12px;
	border-bottom:1px dotted #B7C1B7;
}
#sidebar h3 {
	font-size:1em;
	margin-top:8px;
}
#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:#3C5766;
	background:transparent;
	cursor:help;
}
#sidebar div#calendar table td {	
	font-size:10px;
	padding:0;
	margin:0 0 2px 0;
}
#sidebar div#calendar table td a {
	display:block;
	background:#F9F9F9;
	color:#3C5766;
	font-weight:bold;
	text-decoration:none;
	border:none;
}
#sidebar div#calendar table td a:hover {
	background:#799FA2;
	color: #FFF;
}
#sidebar p,#sidebar form {
	text-align:center;
}
#sidebar li {
	margin: 2px 5px 2px 30px;
}
#sidebar li a, #sidebar li a:visited {
	color: #666;
	display: block;
	padding: 2px 5px 2px 30px;
	background: transparent;
	margin: -2px -5px -2px -30px;
}

#sidebar li a:hover{
	color: #333;
	background: #F9F9F9 url(img/curseur.gif) repeat-y right; /* Bling Bling No Flash */
	text-decoration:none;
}
#sidebar strong {
	margin:0;
}

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