/*
KaBox styles by IEB 04/06/09
*/

html, body {
	height:100%
}

#KaboxContainer {
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	overflow:hidden;
	background:#262626;
	z-index:20;
}



#KaboxAjaxLoader {
	position:absolute;
	top:50%;
	left:50%;
	z-index:21;
	width:820px;
	margin-left:-416px;
	height:660px;
	padding:6px;
}

#fermer-kabox {
	z-index:22;
	position:absolute;
	right:50%;
	width:51px;
	height:11px;
	overflow:hidden;
	margin-right:-416px;
	cursor:pointer;
	background:url(/images/fermer-kabox.png) no-repeat;
}

* html #fermer-kabox {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/fermer-kabox.png", sizingMethod="scale");
}

/* Achat Produit */
.achat-produit {
	height:100%;
	background:#DBDBDB
}

.titre-achat-produit {
	height:176px;
	background: transparent url(/images/titre-liste.jpg) no-repeat;
}

.titre-achat-produit p {
	color:#282828;
}

p.presentation {
	font-weight:bold;
	text-align:left;
	padding:21px 28px 0 130px;
	line-height:1.2em;
}

p.navigation-general {
	text-align:right;
	padding:38px 20px 0 420px;
}

p.information-produit {
	font-size:13px;
	text-align:left;
	color:#fff;
	padding:28px 71px 0 188px;
}

p.information-produit span {
	color:#fff;
	text-decoration:underline;
}

.liste-photo {
	margin:17px 5px 0;
	overflow:hidden; zoom:1
}

.liste-photo img { float:left; }

.liste-photo ul {
	float:left;
	padding:0;
	/*margin:155px 0 0 70px;*/
	margin:155px 0 0 50px;
	display:inline
}

.liste-photo ul li {
	overflow:hidden;
	/*width:244px;*/
	width:284px;
	/*height:56px;*/
	height:120px;
	float:left;
	color:#717171;
/*	background:#ECECEC;*/
	font-weight:bold;
	margin:2px 5px;
	text-align:left;	
	padding:10px 8px 16px;
}

.liste-photo ul li a {
	color:#717171;
}


.web-title {
	font-size:1.1em;
	color:#262626;
	text-transform:uppercase;
}

.web-msg_dispo {
	font-size:1.1em;
	color:#717171;
        font-weight:normal;
        font-style:italic;
        background:#DBDBDB;

}

.bouton-image {
	background: transparent url(/images/aller-sur-le-site.gif) no-repeat;
	text-indent:-9999px;
	width:123px;
	height:24px;
	float:right;
	margin-top:8px;
}

.layer-ville {
	font-size:1.2em;
	color:#28A8E0;
	display:block;
	margin:5px 0 8px 0;
}

.titre-lien-image {
    padding:5px;
    background:#ECECEC;
    
}

area { cursor:pointer }
















