@CHARSET "ISO-8859-1";

div#collection {
	padding: 10px 0px;
	text-align: center;
}

ul.collection {
	margin: 0;
	list-style-type: none;
	padding-top: 20px;
	margin:0 8px 0 39px;
}

ul.collection li {
	margin: 0px 3px;
	display: block;
	width:236px;
	height:159px;
	float:left;
	position:relative;
}

ul.collection li.hiver {
	background: url(../images/collection-hiver.jpg) no-repeat #86340f;
}
ul.collection li.ete {
	background: url(../images/collection-ete.jpg) no-repeat #551b53;
}


ul.collection li a {
	display:block;
	position:absolute;
	bottom:4px;
	left:4px;
	font-weight:normal;
	font-variant : small-caps;
	text-align:left;
	font-size:20px;
	text-decoration:none;
	padding:130px 0 0 0;
	width:236px;
}



div#collection-ete, div#collection-hiver {
	padding: 0 30px 0 30px;
}

ul.img {
	margin: 0;
	list-style-type: none;
	padding:0;	
}

ul.img li {
	float:left;
	margin: 4px;
}

h2, h3 {
	font-weight:normal;
	font-variant : small-caps;
	text-align:left;
	margin:10px 10px 0px 10px;
}

h2 {
	font-size:20px;
	padding:4px;
}

h2.ete {
	background:#551b53;
}

h2.hiver {
	background:#86340f;
}

h3 {
	font-size:16px;
	margin-left:14px;
}

a.back {
	margin: 0 40px 0 0;
	float: right;
}