/* {{{ COR : [TK12349] [EVO1317] */

/*** GENERAL ****************************************************************/

#cont-popup-ap
{
	z-index: 1550;
	position: fixed;
	text-align: left;
	visibility: hidden;
}

#popup-ap
{
	z-index: 1550;
	position: relative;
	height: 100%;
	width: 822px;
}

#border-trans
{
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	height: 100%;
	width: 100%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter: "alpha(opacity=50)";
	filter: alpha(opacity=50);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
	z-index: -1;
}

.div_minifiche
{
	margin: auto;
	width: 820px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#launch-mini-fiche
{
	margin: 5px auto 10px auto;
}

#ap-cont .fa_general
{
	clear: both;
	margin-top: 0px;
}

#ap-cont .fa_reference
{
	margin-left: 5px;
	margin-top: 0;
}

#ap-cont .fa_bloc-image
{
	width: 50%;
}

#ap-cont .fa_bloc-details
{
	width: 50%;
}

/*** COLONNE DE GAUCHE ***/
#ap-cont #cont-grande-photo table td
{
	height: 300px;
}

#ap-cont-photos
{
	margin-top: 10px;
}

ul#ap-photos
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 354px;
	height: 67px;
	position: absolute;
	top: 0;
	left: 50%;
}

ul#ap-photos li
{
	list-style: none;
	margin: 0 5px 5px 5px;
	padding: 0px;
	border: 1px solid #EEE;
	float: left;
	position: relative;
	overflow: hidden;
	height: 65px;
	width: 65px;
}

ul#ap-photos li:hover
{
	border: 1px solid #CCCCCC;
}

ul#ap-photos li.active
{
	border: 1px solid #AAAAAA;
}

ul#ap-photos li img
{
	border: none;
}

/*** COLONNE DE DROITE ***/

#ap-cont .bouton_detail
{
	margin: 10px 5px;
	font-weight: bold;
	text-decoration: underline;
	height: 20px;
}

#ap-cont .fa_bloc-texte
{
	height: 155px;
}

#ap-cont .fa_designation
{
	min-height: 20px;
	line-height: 20px;
	font-size: 18px;
	margin-bottom: 5px;
}

#ap-cont .fa_description
{
	overflow: hidden;
	padding-top: 0px;
	height: 80px;
	font-size: 14px !important;
	line-height: 20px !important;
}

#ap-cont .fa_description p
{
	margin: 0;
}

#ap-cont .fa_bloc-variante
{
	height: 65px;
	margin-top: 0 !important;
}

#ap-cont .bloc-ajout
{
	border: none !important;
}

#ap-cont #cont-qte
{
	display: none !important;
}

#ap-cont #btn-panier
{
	width: 100%;
}

#ap-cont .fa_ecotaxe
{
	display: block;
}

#ap-cont .fa_precommande
{
	margin-bottom: 5px;
}

#ap-cont .fa_prix-barre
{
	width: 175px;
	display: block;
}

#ap-cont .fa_prix-total
{
	text-align: left;
}

#ap-cont .blk_renseingments_mode
{
	display: none !important;
}

/* COR }}} */