/**
 * base_documentaire.css
 *
 * Definition specifique
*/


#content h1 span {
	background-image: url('title/base_documentaire.png');
}



.bd_list .a {
}

.bd_list .a .content {
	font-size: 90%;
}



.bd_cat {
	width: 100%;
	margin: 10px 0;
}
.bd_cat thead {
	margin: 0; padding: 0.05em 0;
	font-size: 120%;
	font-weight; bold;
}
.bd_cat td {
	width: 50%;
	padding: 2px;
	vertical-align: top;
	padding-left: 20px;
	background: url('xa/base_documentaire.png') 2px 2px no-repeat;
	text-align: left;
}
.bd_cat a {
	padding: 0;
}

.sub a {
	font-size: 80%;
}


/* Icone de lien */

.info a.format_link {
	padding-left: 20px;
	background: url('format_icon/none.png') left no-repeat;
}
.info a.format_none {
	padding-left: 20px;
	background: url('format_icon/none.png') left no-repeat;
}
.info a.format_php {
	padding-left: 20px;
	background: url('format_icon/none.png') left no-repeat;
}
.info a.format_pdf {
	padding-left: 20px;
	background: url('format_icon/pdf.png') left no-repeat;
}
.info a.format_pps {
	padding-left: 20px;
	background: url('format_icon/pps.png') left no-repeat;
}



.sort {
	text-align: right;
}
.sort a {
	padding-left: 20px;
	background: url('ico-tri.png') left no-repeat;
}

