
#rightside {
	width : 310px;
	float : right;
}
.rightside-theme {
	padding-bottom : 30px;
}
.rightside-theme.notitle {
	padding-bottom : 30px;
}
#rightside h3 {
	font-size : 11px;
	display : block;
	color : #000;
	border-bottom : 1px solid #000;
	padding-bottom : 3px;
}

#site-utils ul li a {
	padding-left : 20px;
	padding : 3px 0 3px 20px;
}
#site-utils ul li a.accueil {
	margin-left : 20px;
	background : url('../images/icons/layout.gif') no-repeat left;
}
#site-utils ul li a.rss {
	background : url('../images/icons/feed.gif') no-repeat left;
}


#last-posts li {
	padding : 20px 20px 20px 0;
	line-height : 1.5em;
	border-bottom : 1px solid #000;
}
#last-posts h4 a {
	font-size : 12px;
	color : #00f;
	text-decoration : underline;
}
#last-posts p {
	margin-top : 10px;
	overflow : hidden;
}

/*SPECIFIC*/
#search fieldset {
	border : 0;
}
#search input {
	width : 264px;
	background : #fff;
	margin : 20px 20px 0 20px;
	border : 1px solid #000;
	padding : 2px;
}


#categories ul li {
	display : block;
}
#categories ul li {
	display : block;
	border-bottom : 1px solid #fff;
	color : #000;
}
#categories li a {
	display : block;
	text-align : center;
	padding : 5px 0;
	background : #e7efff;

}
#categories ul li a:hover {
	background : #C3CFDF;
}

.delicious {
	background : url('../images/icons/delicious.png') no-repeat left;
	padding-left : 20px;
}

