
.TableListe {
	margin:0 0 10px 1px;
	width:754px;
	border-collapse:collapse;
	border-spacing:0;
	border-left:1px dashed #b6b6b6;
}

.TableListe td {
	border-bottom:1px solid #aaa;
	padding:4px;
	vertical-align:top;
}

.TableListe thead td, .TableListe tfoot td {
	border-bottom:1px solid #000;
	background-color:#ddd;
}


.TableListe .Couverture {
	border:1px solid #aaa;
}
.TableListe .BlocInfo {
	position:relative;
	height:108px;
	overflow:hidden;
}
.TableListe .BlocInfoAuteur {
	position:relative;
	overflow:hidden;
}

.TableListe .BlocInfoAuteur img {
	display:inline;
}

.TableListe td.informations {
	width:100%;
	font-size:0.8em;
	vertical-align:top;
}

.TableListe h3 {
	font-size:1em;
	color:#000;
	text-transform: uppercase;
	font-weight:bold;
}

.TableListe h3 a {
	color:#000;
	text-decoration:none;
}

.TableListe h3 a:hover {
	color:#A31F27;
	text-decoration:underline;
}


.TableListe h4 {
	font-size:1em;
	color:#444;
	text-transform: none;
	font-weight:bold;
}
.TableListe h4 a {
	color:#444;
	text-decoration: none;
}
.TableListe h4 a:hover {
	color:#A31F27;
}

.TableListe .Description {
	font-size:0.9em;
	color:#555;
}

.TableListe .DatePublication {
	font-size:0.8em;
}

.TableListe .Classement {
	font-size:0.75em;
}

.TableListe .Classement a {
	color:#777;
	text-decoration:none;
}
.TableListe .Classement a:hover {
	color:#000;
}
.TableListe .Suite a {
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	text-align:right;
	background:#fff;
	padding:1px 0px 1px 10px;
	color:#ED1C24;
	font-size:0.90em;
	text-decoration:none;
	font-weight:bold;
}

.TableListe .Suite a:hover {
	background-color:#ED1C24;
	color:#fff;
}

.TableListe .ColorSelect {
	background-color:#f8f8f8;
}

.TableListe .NoColorSelect {
	background-color:transparent;
}

/* ---------------- pagination ------------- */
.NumPage a {
	font-size:0.75em;
	display:block;
	float:right;
	margin:2px;
	padding:0 3px 0 3px;
	border:1px solid #000;
	background:#E7E8EA;
	text-decoration:none;
	color:#000;
}

.NumPage a:hover {
	background:#ED1C24;
	color:#fff;
}

.NumPage span {
	font-size:0.75em;
	display:block;
	float:right;
	margin:2px;
	padding:0 3px 0 3px;
	border:1px solid #000;
	background:#A31F27;
	color:#fff;
}

.NumPage .PageTitre {
	margin:3px 4px 2px 2px;
	font-size:0.75em;
	float:right;
}