div#syndicats * {
	margin: 0;
	padding: 0;
}

div#syndicats {
	margin-left: 1px;
	margin-top: 20px;
}
	div#syndicats ul#syndicatsListe {
		list-style: none;
		height: 20px;
	}
		div#syndicats ul#syndicatsListe li.active {
			background: url('../imgs/syndicats-onglet-hover.gif');
		}
		div#syndicats ul#syndicatsListe li {
			margin: 0;
			padding: 0;
			background: url('../imgs/syndicats-onglet.gif');
			width: 83px;
			height: 20px;
			line-height: 20px;
			text-align: center;
			float: left;
		}
			div#syndicats ul#syndicatsListe li a {
				font-size: 11px;
				color: #3c3c3c;
				text-decoration: none;
			}

	div#syndicats div#syndicatsItems div {
		display: none;
		border: 1px solid #ededed;
		background: #f6f6f6 url('../imgs/syndicats-bkg.gif') no-repeat top left;
		padding-left: 30px;
		min-height: 140px;
		_height: 140px;
	}
		div#syndicats div#syndicatsItems h3 {
			line-height: 25px;
			font-size: 20px;
			color: #ba2e17;
			font-weight: normal;
			margin-top: 5px;
		}
		div#syndicats div#syndicatsItems img {
			float: left;
			margin-top: 10px;
		}
		div#syndicats div#syndicatsItems div.content {
			float: left;
			display: block;
			border: none;
			background: none;
			width: 570px;
			margin-top: 10px;
			margin-bottom: 10px;
			/*margin: 10px 0 10px 0;*/
		}