/* Spécifique, notamment pour colorer le forum TSA */

h2.forum-title>a[href*="viewforum.php?f=4"] {
	background: white url(/images/image_forum_tsa.png) center right no-repeat;
	background-size: 24px 24px;
	padding: 4px 32px 4px 8px;
	min-height: 24px;
	display: inline-block !important;
	border: 1px solid #de4918;
	border-radius: 16px;
}

span.crumb>a[href*="viewforum.php?f=4"] {
	background: #ffd39b url(/images/image_forum_tsa.png) center right no-repeat;
	background-size: 20px 20px;
	padding: 0 32px 0 8px;
	display: inline-block !important;
	border-radius: 12px;
}

img.postimage {
	min-width: 16px;
	min-height: 16px;
	background-color: red;
}