#resultat_liste {
	float: left;
	padding-top: 32px;
}

#lignesListe {
	position: relative;
	clear: both;
	width: 754px;
	height: 625px;
	overflow: auto;
}

.ligneContainer {
	position: relative;
	width: 707px;
	height: 145px;
	margin: 0 0 12px 26px;
}

.ligneContainer div.vignetteContainer {
	float: left;
	position: relative;
	width: 128px;
	height: 100%;
	border: 1px solid #ccc;
	overflow: hidden;
}

.ligneContainer div.vignetteContainer div.imgContainer {
	position: relative;
	width: 128px;
	height: 130px;
	overflow: hidden;
}

.ligneContainer div.vignetteContainer div.imgContainer table {
	width: 100%;
	height: 130px;
}

.ligneContainer div.vignetteContainer div.imgContainer table tr td {
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
}

.ligneContainer div.vignetteContainer div.discipline {
	position: relative;
	height: 15px;
	width: 100%;
	background-color: #565656;
	color: white;
	font-size: 7.5pt;
	overflow: hidden;
	text-align: center;
}

.ligne_detailsContainer {
	float: right;
	position: relative;
	width: 565px;
	height: 100%;
	border: 1px solid #ccc;
}

.ligne_details {
	margin: 5px;
}

.ligne_gaucheContainer {
	float: left;
	position: relative;
	width: 265px;
	height: 135px;
}

.ligne_droiteContainer {
	float: right;
	position: relative;
	width: 265px;
	height: 135px;
}

.ligne_titre {
	font-size: 9pt;
	font-weight: bold;
	line-height: 9pt;
	height: 3em;
	width: 100%;
}

.ligne_description {
	font-size: 8pt;
	line-height: 1.2em;
	height: 6em;
	width: 100%;
	overflow: hidden;
	text-align: justify;
}

.ligne_representationContainer {
	position: relative;
	width: 100%;
	height: 105px;
	overflow: auto;
}

.ligne_droiteBas {
	margin-top: 8px;
}

.ligne_gaucheBas {
	margin-top: 1em;
	width: 100%;
	height: 22px;
	overflow: hidden;
}

.imgCoupDeCoeur {
	float: left;
	vertical-align: top;
	margin-top: 1px;
	margin-right:20px;
}

.nbCoupDeCoeur {
	float: left;
	display: block;
	width: 15px;
	margin-left: 0px;
}

