#content{
	position: relative;
	padding: 0px;
	margin-bottom: 20px;
	/*width: 620px;*/
	width: 100%;
}
.tag #content, .category #content, .front #content{
	width: 100%;
}
#content p{
	margin-top: 6px;
	margin-bottom: 12px;
	text-align: justify;
	line-height: 20px;
}
#content a{
	color: #a8aaab;
	text-decoration : underline;
}
#content a:hover{
	text-decoration : none;
}
#content h2{
	color: #7a0050;
	font-size: 1.6em;
	margin-bottom: 10px;
	clear: both;
}
#content h3{
	clear: both;
	font-size: 1.4em;
}
.page #content h3,
.single #content h3{
	font-weight: bold;
	color: #777777;
	margin-top: 18px;
	margin-bottom: 8px;
	padding-top: 4px;
	border-top: 1px dotted #c6c7c8;
}
#content h4{
	font-weight: bold;
	font-size: 1.2em;
	color: #0092a7;
	margin-top: 18px;
	margin-bottom: 8px;
	
}
#content h5{
	font-weight: bold;
	font-size: 1.1em;
	color: #7a0050;
	margin-top: 18px;
	margin-bottom: 8px;
}
#content h6{
	font-weight: bold;
	font-size: 1em;
	margin-top: 18px;
	margin-bottom: 8px;
}
#content blockquote{
	margin: 12px;
	border: 1px solid #dddddd;
	background: #eeeeee;
	padding: 12px;
	font-style: italic;
}
#content blockquote p{
	margin: 0px;
}
#content ul{
	margin-left: 20px;
}
#content li{
/*	list-style: url("../images/fd_liens.png");*/
	list-style: none;
	background: url("../images/fd_puce.png") top left no-repeat;
	padding-left: 10px;
	margin-top: 3px;
}
.entry-title,.entry-utility{
	clear: left;
}
.entry-title{
	margin-bottom: 20px;
}
.entry-title a{
	text-decoration : none !important;
	color:#7a0050 !important;
}
.entry-title a:hover{
	text-decoration: underline !important;
}
.entry-date{
	font-size: 10px;
	margin-bottom: 10px;
}
.entry-categories{
	border-bottom: 1px solid #e0e1e2;
}
.entry-categories a{
	text-decoration : none !important;
	color: #b1b3b4 !important;
	text-decoration: none;
	white-space: nowrap;
}
.entry-thumbnail{
	margin: 0px;
	margin-right: 12px;
	padding: 0px;
	float: left;
}
.entry-thumbnail img{
	padding: 0px;
	margin: 0px;
	box-shadow: 2px 2px 2px #000000;
}
.post-previous,
.nav-previous{
	float: left;
}
.nav-previous span{
	display: none;
}
.nav-previous a{
	display: block;
	width: 16px;
	height: 15px;
	background: url(../images/fd_nav_previous.png) center center no-repeat;
}
.nav-previous a:hover{
	background: url(../images/fd_nav_previous2.png) center center no-repeat;
}
.post-next,
.nav-next{
	float: right;
}
.nav-next span{
	display: none;
}
.nav-next a{
	display: block;
	width: 16px;
	height: 15px;
	background: url(../images/fd_nav_next.png) center center no-repeat;
}
.nav-next a:hover{
	background: url(../images/fd_nav_next2.png) center center no-repeat;
}
#posts .type-post{
	width: 215px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 20px;
	padding-left: 0px;
	height: 350px;
	overflow: hidden;
	float: left;
}
.search #posts .type-post{
	width: auto;
	height: auto;
	min-height: 0px;
	float: none;
	clear: both;
}
#posts .type-post p{
	text-align: left !important;
}
#posts{
	padding-top: 5px;
	clear: both;
}
#nav-above{

}
#nav-below{
	clear: both;
	margin-top: 10px;
}
.post-next{
	width: 49%;
	text-align: right;
	margin-bottom: 12px;
}
.post-previous{
	width: 49%;
	text-align: left;
	margin-bottom: 12px;
}
.post-categories{
	margin-top: 10px;
	clear: both;
}
.post-categories span{
	display: none;
}
.post-categories a{
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
	background: #FFFFCC;
}
.post-date{
	text-align: right !important;
	font-size: 11px;
	font-style: italic;
}
.type-page{
	clear: both;
}
/* Images */
.alignleft {
        float: left;
}
.alignright {
        float: right;
}
.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}
img.alignleft {
	margin-right: 12px;
	margin-bottom: 12px;
}
img.alignright {
	margin-left: 12px;
	margin-bottom: 12px;
}
img.aligncenter {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px;
}
#content p.signature{
	text-align: right;
}
.clear{
	clear: both;
}
#content .label{
	display: inline-block;
	font-weight: bold;
	padding-right: 3px;
}
