/* liste */
#box-contenu dl {

}

/* en-tête : console */
#box-contenu dt {
	background-image: url('/images/content-border.gif');
	background-position: bottom;
	margin: 30px 0px 10px 0px;
	background-repeat: repeat-x;
	font-weight: bold;
}

#box-contenu dt:first-child {
	margin-top: 0px;
}

/* liste : articles */
#box-contenu dd {
	margin-bottom: 5px;
}


#advanced-search p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	clear: both;
}

#advanced-search input[type="text"] {
	width: 140px;
}

#advanced-search dl {
	margin-bottom: 10px;
	clear: both;
}

#advanced-search dt {
	float: left;
	clear: left;
	width: 145px;
	margin-bottom: 2px;
}

#advanced-search dd {
	float: left;
	width: 145px;
	margin-bottom: 2px;
}