html, body{
	margin: 0;
	padding: 0;
	text-align: center;
}

#page{
	width: 780px;
	margin: 1em auto;
	text-align: left;
}

#top{
	margin: 0;
}

#top h1{
	margin: 0;
}

#prelude{
	position: absolute;
	width: 780px;
	top: 7px;
	left: 50%;
	margin: 0 0 0 -390px;
	padding: 0 1ex;
}

#main{
	float: left;
	width: 560px;
}

#content{
	margin: 10px 0 0 30px;
}

.post{
	margin-bottom: 1.5em;
}

#sidebar{
	float: left;
	width: 180px;
	padding: 10px 8px 4em 16px;
}

#footer{
	padding: 1ex 1em 1ex 1em;
	margin : 0;
	clear: both;
}

/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #000;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

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 #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #000;
}

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/page.png) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 313px;
	background: #FFF url(img/title.jpg) no-repeat left top;
}

#top h1{
	display: none;
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

#top a{
	display: block;
	height: 303px;
	width: 780px;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	display: none;
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

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

/* Le contenu
-------------------------------------------------------- */
.day-date{
	display: none;
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
}

.post-title{
	color: #66F;
	background: transparent;
	margin-bottom: 0;
}

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

.post-info{
	margin-top: 0;
	color: #33C;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

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

.post-chapo{
	text-align: justify;
}

.post-content{
	text-align: justify;
}

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

.post-info-co{
	text-align: right;
}

#trackbacks {
	display: none;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #CCC;
	margin: 1em 0;
	padding: 0 1em 0 1em;
}

#comments h3 {
	color: #66F;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	color: inherit;
}

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

#sidebar h2, #sidebar h3{
	color: #000000;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
	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 div#calendar{
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #493;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#sidebar div#calendar table td a{
	display: block;
	background: #EFA;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}

#gday {
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

#links h3 {
	padding-bottom: 6px;
}
#links li {
	padding-bottom: 6px;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	text-align: center;
	margin: 0;
	padding-top: 1em;
	border-top: 1px solid #000;
	background: #000;
	color: #CCC;
}

#footer a{
	color: #CCC;
}

/* BOX -› Boites de couleurs 
-------------------------------------------------------- */

/* à dupliquer et nommer (defini la couleur) *****/
.box-upperleft-jaune {
	background-position: left top;
	background-image: url(img/box-upperleft.gif);
	background-repeat: no-repeat;
	background-color: #EEEE66;
}

.box-upperleft-rouge {
	background-position: left top;
	background-image: url(img/box-upperleft.gif);
	background-repeat: no-repeat;
	background-color: #EEAAAA;
}

.box-upperleft-bleu {
	background-position: left top;
	background-image: url(img/box-upperleft.gif);
	background-repeat: no-repeat;
	background-color: #AAAAEE;
}

.box-upperleft-vert {
	background-position: left top;
	background-image: url(img/box-upperleft.gif);
	background-repeat: no-repeat;
	background-color: #AAEEAA;
}

/* ne pas changer ************************/
.box-upperright {
	background-position: right top;
	background-image: url(img/box-upperright.gif);
	background-repeat: no-repeat;
}
.box-lowerleft {
	background-position: left bottom;
	background-image: url(img/box-lowerleft.gif);
	background-repeat: no-repeat;
}
.box-lowerright {
	padding-right: 10px;
	background-position: right bottom;
	padding-left: 10px;
	background-image: url(img/box-lowerright.gif);
	padding-bottom: 10px;
	padding-top: 10px;
	background-repeat: no-repeat;
}

/* Contenu de boite **********************/
#box-inc{
	padding: 8px;
	line-height: 15px;
}


/* Separateur de boites *******************/
#box-sep{
	background: #FFFFFF;
	width: 100%;
	display: block;
	height: 15px;
}

/* coins arrondis 
-------------------------------------------------------- */

.upperleft {
	background-position: left top;
	background-image: url(img/bord-top-left.gif);
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-color: #E6E6E6;
}
.upperright {
	background-position: right top;
	background-image: url(img/bord-top-right.gif);
	background-repeat: no-repeat;
}
.lowerleft {
	background-position: left bottom;
	background-image: url(img/bord-bottom-left.gif);
	background-repeat: no-repeat;
}
.lowerright {
	background-position: right bottom;
	background-image: url(img/bord-bottom-right.gif);
	background-repeat: no-repeat;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 5px;
	padding-top: 1px;
}

.uppercommentleft {
	background-position: left top;
	background-image: url(img/comment-bord-top-left.gif);
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-color: #F7DFE6;
}
.uppercommentright {
	background-position: right top;
	background-image: url(img/comment-bord-top-right.gif);
	background-repeat: no-repeat;
}
.lowercommentleft {
	background-position: left bottom;
	background-image: url(img/comment-bord-bottom-left.gif);
	background-repeat: no-repeat;
}
.lowercommentright {
	padding-right: 3%;
	background-position: right bottom;
	padding-left: 3%;
	background-image: url(img/comment-bord-bottom-right.gif);
	padding-bottom: 3%;
	padding-top: 3%;
	background-repeat: no-repeat;
	
}
