@charset "utf-8";
/* CSS Document */

.fiche {
	position: relative;
}

/*
** dans le inner
*/
#fiche_inner {
	padding-bottom: 20px;
}

.fiche_overlay {
}
.fiche_vignette_wrapper {
	float: left;
	width: 20%;
	max-width: 100%;
	min-width: 180px;
	margin: 1%;
	cursor: pointer;
}
.fiche_vignette_wrapper img {
	width: 100%;
}
.fiche_vignette_wrapper img.framelogo {
	width: auto;
}

#fiche_actions {
	width: 100%;
	text-align:center;
}
#fiche_media {
	position: relative;
	height: auto;
	width: 100%;
	text-align:center;
	padding: 30px 20px;
}
#fiche_visuel {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}
#fiche_visuel img {
	width: 100%;
	height: auto;
}
#fiche_visuel > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../media/design/picto-plus.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#fiche_infos {
	position: relative;
	height: auto;
	padding: 20px 0;
	z-index: 10;
}
#fiche_infos h1 {
	margin: 0.3em 0;
}
#form_fiche_actions {
	text-align: center;
	display: table-row;
}
#fiche_action_prix {
	text-align: right;
	font-weight: bold;
	padding: 5px;
	font-size: 60px;
	border-top: dashed 1px;
	border-bottom: dashed 1px;
}
#fiche_action_links {
	padding: 20px 0;
}

#fiche_details {
	clear: both;
}

.rubrique-2 #fiche_bottom li {
	list-style-type: none;
}

/*
** nav inter fiches
*/
#nav_fiche {
	vertical-align: middle;
	margin-bottom: 0;
	margin-top: 1px;
}
.nav_fiche_cell {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	font-size: 16px;
	width: 31%;
}
.nav_fiche_cell a {
	text-decoration: none;
}

