@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

.highslide-container div {
    font-family: Arial, Helvetica;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
	display: none;
}

.descProdZoom {
	background:#f6f6f6;
	border-top:1px solid #dcdddf;
	border-bottom:1px solid #dcdddf;
	text-align:left;
	margin-bottom:2px;
}
.descProdZoom h2 {
	color:#474a4e;
	font-size:1.1em;
	font-weight:bold;
	padding:8px 20px 0px;
}
p.prodDesZoom {
	padding:6px 20px 7px;
	color:#6f6f6f;
	font-size:0.75em;
}
.prixZoom {
	color:#FF7200;
	float:left;
	font-size:1.1em;
	margin-top:7px;
	padding-left:8px;
}
.optionProd {
	background:#FBE4AC none repeat scroll 0 0;
	border-bottom:1px solid #FFA70F;
	border-top:1px solid #FFA70F;
	height:37px;
	padding-top:2px;
}
.optionProd div.optionProdImg {
	float:left;
/*	left:0;
	position:absolute;*/
	text-align:center;
	width:100px;
}
.optionProd .descOptionProd {
	/*float:left;*/
	position:absolute;
	right:5px;
}
.optionProd .nomOption {
	/*width:160px;*/
	float:left;
	width:140px;
	font-size:0.9em;
	padding-top:2px;
	text-align:left;
	
/*	position:absolute;
	right:145px;*/
}
.ajout_panier {
	/*clear:right;*/
	float:right;
	margin:45px 15px 0px 0px;
}
.ajout_panier .add_panierZoom {
	background:transparent url(../images/panier.png) no-repeat scroll 0 2px;
	color:#8FB911;
	display:block;
	font-size:0.8em;
	font-weight:bold;
	padding-left:25px;
	text-decoration:underline;
	width:111px;
	position:relative;
}


.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 410px;
    /*padding: 0 5px 5px 5px;*/
	 padding-bottom:5px;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header {
	cursor: move;
}
.highslide-wrapper .highslide-footer, .highslide-wrapper .highslide-header {
	display:none;
}
.highslide-wrapper .highslide-body {
	/*text-align:center;
	width:100%;*/
	/*width:410px;*/
}
div.imgProdG {
	text-align:center;
	height:360px;
	padding-top:40px;
	border-bottom:1px solid #dcdddf;
	border-top:1px solid #d86711;
}
div.barre-titre {
	height:25px;
	background:#ff8627;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

.closebutton {
	cursor: hand; /* ie */
	background:transparent url(graphics/close.png);
	cursor:pointer;
	height:25px;
	left:0;
	position:absolute;
	top:0;
	width:28px;
}

.closebutton:hover {
	background:transparent url(graphics/close.png) 0 -25px;
}

.movebutton {
	cursor:pointer;
	height:25px;
	left:28px;
	position:absolute;
	top:0;
	width:472px;
	cursor:move;
}
.gaucheProd, .droiteProd {
	float:left;
	
}
.droiteProd {
	margin-left:20px;
	padding-top:10px;
	width:200px;
}
.gaucheProd {
	padding-left:55px;
	width:190px;
}

