#mark {
	padding: 15px 5px;
}
	#mark .scroller {
		height: 282px;
		overflow: auto;
	}

	#mark .description {
		width: 66%;
		height: 50px;
		float: left;
	}
	
		#mark .description h1 {
			font-size: 12px;
			font-weight: bold;
			padding: 15px 0px 2px 0px;
		}
		
		#mark .description p {
			font-size: 12px;
			font-weight: normal;
		}
	
	#mark .car {
		width: 32%;
		height: 90px;
		float: left;
		text-align: center;
	}
	
		#mark .car p {
			background: transparent url("images/mark_puce.gif") no-repeat left;
			font-size: 10px;
			font-weight: bold;
			padding-left: 10px;
			display: inline;
		}