/* CSS Document */
div#page ul {
	background: #fff;
	border-left: solid 4px #d5ccc3;
	height: 100%;
	min-height:480px;
	width: 72%;
}
ul li.liste {
	margin: 15px 0 0 35px;
	border: solid 1px #fff;
	overflow: hidden;
	clear: left;
}
ul li.liste div.image {
	float: left;
	width: 32%;
	margin: 0;
}
ul li.liste img {
	width: 100%;
}
ul li.liste div.texte {
	background: url(../img/bg_liste.gif) repeat-y scroll 0 top;
	float: left;
	width: 65.4%;
	padding: 10px 0 0 10px;
}
ul li.liste h4 {
	color: #B90E1D;
	font-size: 0.9em;
	padding: 10px 0 0 0;
}

ul li.liste h4 a {
	color: #B90E1D;
	font-size: 0.9em;
}

ul li.liste ins {
	color: #4E4741;
	font-size: 0.7em;
}
ul li.liste p {
	font-size: 0.7em;
	padding: 0 0 10px 0;
}
ul li.liste a.suite {
	display: block;
	font-size: 0.7em;
	color: #4E4741;
	padding: 5px 0 0 10px;
	background: #fff;
	/*background: #fff url(../img/bg_suite.gif) no-repeat 145px 0;*/
	margin: 0 0 0 -10px;
}


