a.footer{
	text-decoration: none;
}

.fgFlash{
	background-image : url(/fondTxtFlash.gif);
	width: 747px;
	height: 44px;
	background-repeat: no-repeat;
	padding-left: 3px;
	padding-top: 10px;
}

.boxPanier {
	border: solid 3px black;
	width: 346px;
	margin-left: 3px;
	padding-top: 5px;
}

.bgboxleft{
	margin-left: 125px;
	padding-top: 5px;
	padding-bottom: 4px;
	width: 254px;
	background-image : url(/image/bgboxleft.gif);
	background-repeat: repeat-y;
}

/* Default */
div.clear{
	clear: both;
}

/* Produits associŽs */
.bgRelatedProduct{
	background-image:url(/bgRelatedProduct.gif);
	background-repeat: no-repeat;
	width:698px;
	height:23px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 6px;
}
	
.bgRelatedProductImg{
	background-image:url(/bgRelatedProductImg.gif);
	background-repeat: no-repeat;
	width:230px;
	height:193px;
	position:relative;
	float:left;
	overflow:hidden;
	margin: 2px;
}

.bgRelatedProductImg img{
	margin-top: 5px;
	margin-left: 4px;
}

.bgRelatedProductImgTitle{
	color: #4f4d47;
	padding-left: 6px;
	margin-top: 7px;
	position: relative;
	float: left;
}

.bgRelatedProductImgPrix{
	position: relative;
	float: right;
	color: #ec2400;
	margin-top: 7px;
	font-weight: bold;
	font-size: 12px;
	padding-right: 6px;
}

/* Produit catalogue*/

/* define background image for the expose mask */
#mask {
	background:#123 url(http://static.flowplayer.org/tools/img/expose/mask_gradient_1800.png) no-repeat;
	background-position:50% -200px;
}

/* general settings for both scrollables */
div.items {
	width:20000em;
	position:absolute;
	clear:both;
}
	
/* next/prev buttons */
div.navi {
	background-image:url(/prevCatProd.png);
	width: 16px;
	height: 24px;
	margin-left: 4px;
	margin-top: 24px;
	float: left;
}

div.nextPage {
	background-image:url(/nextCatProd.png);
	width: 16px;
	height: 24px;
	margin-left: 17px;
}

div.navi.disabled {
	visibility:hidden;
}
	
/* the thumbnail scrollable */
#smallphotos {
	position:relative;
	overflow:hidden;
	float:left;
	width: 280px;
	height: 76px;
	margin-left: 15px;
	margin-right: 0px;
}
	
.englobeSmall{
	background:#fff url(/fondBoitePhotoSmallJq.gif) no-repeat;
	width: 353px;
	height: 76px;
	padding-top: 0px;
	position:relative;
	overflow:hidden;
	float:left;
}

#smallphotos div.items div {
	padding: 2px;
	float:left;
	width: 87px;
	height: 65px;
}

#smallphotos div.items img {
	width: 87px;
	height: 65px;
	border: solid 1px #5a7489;
}

#smallphotos div.items img:hover {
	width: 87px;
	height: 65px;
	border: solid 2px #000;
}

#smallphotos div.items img:active {
	width: 87px;
	height: 65px;
	border: solid 2px #000;
}

/* the thumbnail scrollable */
#mediumphotos {
	position:relative;
	overflow:hidden;
	float:left;
	width: 353px;
	height: 247px;
	background:#ffffff url(/fondBoitePhotoJq.gif) no-repeat;
	margin: 0px;
}
	
#mediumphotos div.items div.item {
	padding: 4px;
	float:left;
}

#mediumphotos div.items div img {
	width: 344px;
	height: 243px;
}

#mediumphotos div.items div .info {
	position:relative;
	left: 0px;
	bottom:23px;
	color:#fff;
	font-size:12px;
	background-color: #525252;
	width: 344px;
	text-align: center;
	height: 23px;
	opacity:0.7;
	padding-top: 3px;
}

/* OVERLAY */
	/* the overlayed element */
	.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
	}
	
	/* close button positioned on upper right corner */
	.simple_overlay .close {
	background-image:url(http://static.flowplayer.org/tools/img/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
	}
	
	/* get rid of those system borders being generated for A tags */
	.simple_overlay a:active {
	outline:none;
	}
	
	.simple_overlay :focus {
	-moz-outline-style:none;
	}
	
	/* the large image. we use a gray border around it */
	.simple_overlay #img {
	border:1px solid #666;
	}
	
	/* "next image" and "prev image" links */
	.simple_overlay .Overlaynext, .simple_overlay .Overlayprev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	}
	
	.simple_overlay .Overlayprev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
	}
	
	.simple_overlay .Overlaynext {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
	}
	
	.simple_overlay .Overlaynext:hover, .simple_overlay .Overlayprev:hover {
	text-decoration:underline;
	background-color:#000;
	}
	
	/* when there is no next or previous link available this class is added */
	.disabled {
	visibility:hidden;		
	}
	
	/* the "information box" */
	.simple_overlay .info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
	}
	
	.simple_overlay .info strong {
	display:block;	
	}
	
	/* progress indicator (animated gif). should be initially hidden */
	.simple_overlay .progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
	}
	
	/* everybody should know about RGBA colors. */
	.simple_overlay .Overlaynext, .simple_overlay .Overlayprev, .simple_overlay .info {
	background-color:#333;
	}

.productCatalog {
	border: solid 2px black;
}