#main {width:966px;margin:auto;margin-top:20px}
#mainPhoto {
	border-radius:15px;
	overflow:hidden;
	margin:auto;
	padding:0;
	position:relative;
}
#imgHome {
	position:relative;
	z-index:-1;
}
#intro {
	position:absolute;
	bottom:20px;
	background-color:#000;
	opacity:0.6; filter:alpha(opacity=60);
	width:100%;
	text-align:left;
}
#introTitre {
	margin-top:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	color:#fff;
}
.introTexte {
	color:#fff;
	margin-bottom:2em;
}
.btIntro {
	font-size:1.5em;
	position:absolute;
	bottom:0.5em;
	cursor:pointer;
	font-weight:bold;
}
.btIntro:hover {
	background-color:#666;
	color:#fff;
}
.btIntro:active {
	background-color:#000;
	color:#fff;
}
.encart {
	border-radius:8px;
	box-shadow:0pt 2px 3px rgba(0, 0, 0, 0.3);
	float:left;
	border:1px solid #e0e0e0;
	border-top-color:#efefef;
	border-bottom-color:#ccc;
	padding:20px;
	margin:20px;
	background-color:#f6f6f6;
}
.pave {
	text-align:left;
	width:24.5%;
	height:6em;
}
.encartDetail {
	float:left;
}.encartDetailTitre {
	clear:both;
	text-align:center;
}