fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}



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

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


/* L'entête
-------------------------------------------------------- */
#top{
	height: 200px;
	/*padding-top: 20px;*/

}




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


.post{
	margin-bottom: 4em;
}


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

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

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

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

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

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

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

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

/* La barre de navigation colonne de droite
-------------------------------------------------------- */



#sidebar {	
	background-image: url(img/ColDbg.gif);
	background-repeat: repeat-y;
	width: 184px;
	}

#sidebar div{
	margin-right: 10px;
	margin-left: 10px;

}

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

#sidebar h2 {
	background-image: url(img/H1.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-repeat: no-repeat;
	text-align: center;
	height: 24px;
	margin-top: 16px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: -2px;
	padding-top:4px;
	width: 168px;
}

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

#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 div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#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;
	font-size: 11px;
}

#sidebar div#calendar table th{
	background: transparent;
	font-size: 10px;
}

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

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

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

#page{
	width: 920px;
	margin: 0 auto;
	background-color: #FFFFFF;

}


#top{
	margin: 0;
	background-image: url(img/header.gif);
	width: 920px;
	background-position: right top;
	background-repeat: no-repeat;
}


#top h1{
	margin: 0;
}




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


#content{
	position: relative;
	left: 0px;
	top: 0px;
	padding: 1em 10px 0 30px;
}



