#collection h2,div#oeuvre h2{
	color:#f60;
	font-size:1.5em;
	font-weight:bold;
	border-bottom:6px solid #f60;
	text-align:center;
	padding:10px 0;
	background-color:#dfd9d9;
}
#collection,#oeuvre{
	position:relative;
	zoom:1;
}
#collection a.retour,#oeuvre a.retour{
	left:10px;
	top:24px;
}

#oeuvre,#collection{
	background:url('../images/liste_oeuvres_fond.png') left 44px repeat-x;
	min-height:700px;
}
ul.liste_oeuvres{
/*	background:url('../images/liste_oeuvres_fond.png') top left repeat-x;*/
	float:left;
	width:80%;
}
.liste_oeuvres li{
	border-bottom:1px solid #e0dbda;
	border-right:1px solid #e0dbda;
	position:relative;
	width:189px;/* x4 en 1024 / x5 en 1280 */
	height:190px;
	text-align:center;
	padding:20px 0 10px 0;
}
.liste_oeuvres li a.photo{
	display:block;
	min-height:155px;
	margin-top:15px;
}
#collection .liste_oeuvres img{
	border:10px solid #b0a4a4;
	padding:2px;
}
#oeuvre .pub,#collection .pub{
	background-color:#eee;
	width:120px;
	height:600px;
	position:absolute;
	top:59px;
	right:15px;
}