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: Verdana, Geneva, Arial, Helvetica, sans-serif;
}



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

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

/* Le contenu
-------------------------------------------------------- */
.post {
	background-color:#0B0B0B;
	margin-bottom : 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-top-color: #CC6600;
	border-bottom-color: #CC6600;
	padding-bottom:5px;
}

.day-date{
	/*background: transparent url(img/day-date.png) no-repeat left center;*/
	font-style: italic;
	font-weight: bold;
	margin: 0;
}

.post h2 {
	text-decoration: none;
}

.post-title{
	color: #F90;
	margin-top: 0px;
}

.post-title a{
	color: #F90;
	text-decoration: none;
	margin-left: 10px;
	font-size: 18px;
}

.post-info{
	margin-top: 0;
	color: #666666;
	padding-bottom: 0px;
	padding-left: 3px;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{

	text-decoration: none;
}

.post-content{
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
}

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

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

.post img{

	border: thin solid white;
	margin: 6px;
}

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

#q{
	padding-left: 18px;
}

#calendar table td{
	height: 5px;
	width: 2px;
	font-size: 10px;
	text-align: center;
}

#calendar table abbr{
	color: #FF6600;
	font-size: 10px;
}

#calendar table caption{
	color: #FFFFFF;
	letter-spacing: 0.5em;
	word-spacing: 1em;
	text-transform: capitalize;
	}


#calendar{
	position:absolute;
	z-index:1;
	left: 720px;
	top: 80px;
	width: 20px;
	text-align: center;
}

