
.mod-decouvrir {
	clear: both;
	overflow: hidden;
}

.mod-decouvrir-wrapper {
	float: left;
	border: 1px solid #e2e2e2;
	margin-left: 14px;
	margin-bottom: 1em;
	zoom: 1;
}
.mod-decouvrir-large .mod-decouvrir-wrapper {
	margin-left: 13px;
}

.mod-decouvrir-wrapper-first {
	margin-left: 0 !important;
	clear: both;
}

.mod-decouvrir img {display: block;}
.mod-decouvrir-wrapper > a:link,
.mod-decouvrir-wrapper > a:visited {
	cursor: pointer;
	position: relative;
	background: #fff;
	display: block;
	color: #fff;
	font-size: 1.333em;
	font-weight: bold;

	  -webkit-border-radius: 5px;
	     -moz-border-radius: 5px;
	          border-radius: 5px;
	  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

}

.mod-decouvrir .mod-decouvrir-wrapper a span {
	display: block;
	background: url('../img/black-60.png') repeat top left;
	background: rgba(0, 0, 0, 0.6);
	padding: 12px 0 6px 14px;
	min-height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.mod-decouvrir-wrapper > a:hover,
.mod-decouvrir-wrapper > a:focus,
.mod-decouvrir-wrapper > a:active {
	text-decoration: none;
}
.mod-decouvrir-wrapper > a:hover span,
.mod-decouvrir-wrapper > a:focus span,
.mod-decouvrir-wrapper > a:active span {
	min-height: 100px;
}


.mod-decouvrir .section-title-1 { margin-bottom: 0.5em; margin-top: 0; }



.block-desc {
	background:url('../img/grad-block-desc.png') repeat-x bottom left;
	padding: 10px 8px;
	clear:both;
	display: block;
}
.block-desc h2 {
	font-size: 1.083em;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0 0 6px;
	border-bottom: #c5c5c5 solid 1px;
}
.block-desc span {
	font-size: 1em;
	font-style:italic;
	color: #555555;
	display: block;
	margin: 0.5em 0;
}
