/*Listes de quelque chose*/
.fromdb_list_name {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 15px;
}
.fromdb_list_description {
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}
.fromdb_item {
	padding-bottom: 10px;
	list-style: none;
	margin-left: -30px;
}
.fromdb_item_title {
	font-size: 18px;
	text-decoration: none;
	background: url(pict/2007/docs.gif) no-repeat left top;
	text-indent: 65px;
	font-weight: bold;
	margin-top: 10px;
}
.fromdb_item_desc {
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
	margin-top: 3px;
}
.fromdb_list {
	page-break-after: right;
	list-style-type: Aucune;
}
.fromdb_item_files {
	border: 0px Aucune;
	margin: -3px 0px 0px -7px;
	padding: 5px;
}
.fromdb_item_author {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
.fromdb_item_date_doc {
	display: inline;
	font-size: 12px;
}
.fromdb_item_files td {
	border: thin solid #7CB6CC;
	font-size: 11px;
	margin: 2px;
	padding: 2px;
}
.fromdb_item_files tr {
	border: 0px Aucune;
	margin: 2px;
	padding: 2px;
}
.fromdb_item_files th {
	background: #e7dbaf;
	color: #000000;
	font-size: 11px;
}
.fromdb_item a {
	color: #000000;
}
.fromdb_item a:hover {
	color: #EE7F00;
}

/*Documents*/
.fromdb_doc_content_commentaire {
	font-size: 13px;
	background: #e2e4b5;
	padding: 5px;
	border: thin dotted #000000;
	text-align: justify;
}
.fromdb_doc_content_resume {
	text-align: justify;
	font-size: 13px;
	margin-bottom: 20px;
}
.fromdb_doc_content_desc {
	font-size: 13px;
	font-weight: bold;
	text-align: justify;
}
