@import "/css/syndec.css";
#main {
	border:1px #ffffff solid;
}
#categories {
	width:155px;
	float:left;
	padding-bottom:200px;
	background:url(img/fdcol.jpg) no-repeat 0% 100%;
}
#categories ul {
	margin:0;
	padding:0;
}
#categories li {
	margin:0;
	padding:0;
	list-style-type:none;
	padding: 4px 0;
	border-top:1px #09438B solid;
	margin-top:-1px;
	width: 155px;
}
#categories li:first-child {
	border: 0;
}
#categories a:link, #categories a:visited {
	color:#09438B;
	padding-left: 9px;
	display:block;
}
#categories strong a:link, #categories strong a:visited {
	color:#09438B;
	font-weight: bold;
	border-left: 4px #ff9900 solid;
	padding-left: 5px;
}
#categories a:hover, #categories a:active {
	color:#ff9900	
}
#content {
	float:left;
	width:530px;
	padding-left: 25px;
}
#content h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding: 0 0 5px 15px;
	font-weight:bold;
	margin:0;
	background: url(img/pucetitre.gif) no-repeat;
	color:#ff9900;
}
#content h3 {
	text-transform:uppercase;
	font-size:10px;
	color:#09438B;
	margin:0;
	padding: 0 0 5px 0;
}
#content p {
	margin:0;
	padding: 0 0 10px 0;
}
#content p.suite {
	text-align:right;
	padding-top:2px;
	padding-right: 8px;
	background: url(img/suite.gif) no-repeat 100% 0%
}
#content p.suite * {
	color: #ffffff;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-bottom:0;
	margin-bottom:0;
}
.post {
	padding-bottom:25px;
}
.post, .post * {
	color:#09438B;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}
.clear {
	clear:both;	
	height:2px;
	line-height:2px;
	font-size:2px;
}
.block img {
	display: block;
}
