@CHARSET "UTF-8";

.pagecontent strong {
	font-weight: lighter;
}

.pagecontent span.highlight a {
	color: #B31C61;
}

/*********************- vendor price table -**********************/
.priceTable {
	position: relative;
	margin: auto;
	height: 461px;
	margin-left: 10px;
	margin-top: 40px;
	margin-bottom: 140px;
}

.box {
	width: 296px;
	height: 549px;
	background-repeat: no-repeat;
	float: left;
	border: solid 1px #eaeaea;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.box:HOVER {
	transform: scale(1.02, 1.02);
	-webkit-transform: scale(1.02, 1.02);
	-moz-transform: scale(1.02, 1.02);
	-o-transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
	-moz-box-shadow: 0px 0px 15px #9e9e9e;
	-webkit-box-shadow: 0px 0px 15px #9e9e9e;
	box-shadow: 0px 0px 15px #9e9e9e;
}

a.btn div{
	background-image: url("../../images/fr/btn-details-off.png");
	width: 199px;
 height: 44px;
	top: 484px;
	left: 50px;
	position: relative;
	background-repeat: no-repeat;
}

.box:HOVER a.btn div {
	background-image: url("../../images/fr/btn-details-on.png");
}

#box_gauche {
	background-image: url("../../images/fr/pub-annuaire.jpg");
}

#box_milieu {
	background-image: url("../../images/fr/pub-banner.jpg");
}

#box_droite {
	background-image: url("../../images/fr/pub-guide.jpg");
}
/*********************- vendor price table -**********************/

/*********************- vendor price table -**********************/