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

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

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

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -5px;
	color: #666;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: normal;
}

.post-title{
	color: #F60;
	background: transparent;
	margin-bottom: 0;
	margin-top: -10px;
}

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

.post-info{
	margin-top: -7px;
	padding-top: 10px;
	color: #C00;
	background: transparent url(../../img/fond_h4.gif) repeat-x 0px 0px;
	padding-bottom: 0;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #C60;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
}

.post-info a:hover
{
	text-decoration: underline;
}

.post-content{
	color: #321;
	text-align: justify;
}

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

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

.post-info-co a{
	color: #F90;
	background: transparent;
	text-decoration: underline;
}

.post-info-co a:hover{
	background: transparent;
	text-decoration: none;
}

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

#tb, #co, #commentaire
{
	background-color: #D7D422;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	margin-top: 12px;
	padding: 1px 2px 1px 6px;
}

/* Les images
-------------------------------------------------------- */

.pic-left
	{
	padding: 5px;
	margin: 0px 10px 10px 0;
	float: left;
	}

.pic-right
	{
	padding: 5px;
	margin: 10px 0px 4px 10px;
	float: right;
	}

.b1px000 { border: 1px solid #000; }

.bg-124 { background:#124; }
.bg-CB8 { background:#CBB486; }
.bg-DDF { background:#D0D7F0; }
.bg-EDF	{ background:#E4D0F0; }
.bg-FFF { background:#FFF; }

fieldset
	{
	border: 4px solid #CBB486;
	padding: 1em;
	margin: 1em 0;
	width : 95%;
	}

input
	{
	border: 1px solid #CBB486;
	background-color:#EEEEDE;
	}

textarea
	{
	border: 1px solid #CBB486;
	background:#EEEEDE url(../../img/textarea.gif) bottom right no-repeat;
	padding: 5px;
	overflow:auto;
	}

.picture_date
	{
	font:12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif helvetica, sans-serif;
	color: #789593;
	text-align: right;
	padding:0px;
	margin:0px;
	}

.picture_text
	{
	border-bottom: 1px solid #789593;
	width: 390px;
	padding-bottom: 10px;
	}
