#guide_droite {
	float: right;
	width: 300px;
}

#guide_droite ul {
	padding: 0 20px 10px 20px;
	border-bottom: 1px solid black;
}

#guide_droite li {
	line-height: 20px;
	padding: 0 0 0 20px;
	background: url('/images/guide/fd_li_categories.png') center left no-repeat;
}

#guide_droite li.cat1 {
	margin: 10px 0 0 0;
}

#guide_droite li.cat2 {
	margin: 0 0 0 20px;
	background: url('/images/guide/fd_li_categories_cat2.png') center left no-repeat;
}

#guide_droite li a:hover {
	background: #e1e1e1;
}

#articles {
	float: right;
	width: 468px;
	margin: 15px 0 0 0;
}

#articles h1, #articles h2 {
	line-height: 28px;
	padding: 0 10px;
	font-size: 16px;
	color: white;
	background: url('/images/guide/fd_titres.gif') no-repeat;
}

#articles h1 a, #articles h2 a {
	color: white;
}

#articles div.infos {
	margin: 0 0 10px 0;
	padding: 5px;
	font-size: 11px;
	color: #808080;
	border-bottom: 1px solid #808080;
	background: #f3f3f3;
}

#articles div.infos a {
	color: #3D81EE;
}

#articles p {
	line-height: 18px;
	text-align: justify;
}

#articles p a {
	color: #3D81EE;
	border-bottom: 1px dotted #3D81EE;
}

#articles p a.suite {
	float: left;
	margin: 5px 0 0 0;
}

#articles p.date {
	padding: 5px 0 0 0;
	color: #d77700;
	text-align: right;
}

#articles .spacer {
	height: 30px;
}

#articles ul {
	line-height: 18px;
	padding: 5px 20px;
}

#articles p.image {
	text-align: center;
}

#articles img {
	max-width: 468px;
}
