.centre{
	position:relative;
}
.titre{
	color:#fff;
	width:374px;
	height:161px;
	padding:35px 100px 0 25px;
	background:#fff url(../imgs/bg_section.jpg) no-repeat 0 0;
	margin:-45px 0 0 51px;
}
.titre h2{
	margin:0;
}
.image{
	width:230px;
	height:128px;
	padding:4px 4px 4px 0;
	position:absolute;
	top:0;
	right:-2px;
	z-index:103;
	overflow:hidden;
}
.image_msk{
	width:234px;
	height:136px;
	position:absolute;
	top:0;
	left:0;
	background:transparent url(../imgs/cache1.png) no-repeat 0 0;
}

#section_liste{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
	margin-top:20px;
}
#section_liste li{
	float:left;
	clear:both;
	width:210px;
	margin:0;
	margin-right:30px;
	margin-bottom:10px;
	padding:0;
	padding-top:10px;
	border-top:1px dotted #aaa;
}
#section_liste li.col2{
	clear:none;
	margin-right:0px;
}
#section_liste li a{
	font-size:13px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}


