/* Footer */
.footer {
	background-image: url(/image/footer.gif);
	width: 1034px;
	height: 140px;
	background-repeat: no-repeat;
	font-size: 8pt;
	padding-top: 8px;
}

.footer a {
	color: black;
}

.footer input.variableInput {
	vertical-align: top;
	width: 100px;
	Zheight: 21px;
	padding: 2px;
	border-top: solid 1px #747474;
	border-right: solid 1px #c8c8c8;
	border-bottom: solid 1px #d7d7d7;
	border-left: solid 1px #545454;
	color: black;
}

/* Caddy */
.textcaddy, .textcaddy2 {
	padding-top: 0px;
	color: black;
	font-weight: bold;
	padding-bottom: 8px;
	font-size: 9pt;
}

.imgCaddy {
	float: left;
	padding-left: 28px;
}

.affichCaddy {
	background-image: url('/image/caddy2.gif');
	background-repeat: no-repeat;
	width: 150px;
	height: 24px;
	float: left;
	font-size: 10pt;
	padding-top: 4px;
	text-align: center;
}

.affichCaddy a {
	padding-right: 8px;
}

.idCaddy{
	padding-top: 5px;
	float: left;
	padding-left: 60px;
	padding-bottom: 5px;
}

.clientCaddy{
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#box a {
	color: black;
	text-decoration: none;

}

/* Cat */
#menuCat div#NavigationFirst {
	width: 233px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menuCat div#NavigationFirst div#FirstOff {
	background-image: url('/cat-off.gif');
	background-repeat: no-repeat;
	width: 232px;
	height: 20px;
	font-family: Arial, Verdana;
	font-size: 10pt;
	font-weight: bold;
}

#menuCat div#NavigationFirst div#FirstOn {
	background-image: url('/cat-on.gif');
	background-repeat: no-repeat;
	width: 232px;
	height: 20px;
	font-family: Arial, Verdana;
	font-size: 10pt;
	font-weight: bold;
}

#menuCat div#NavigationFirst div#FirstOff a.unselected {
	color: black;
	cursor: pointer;
	display: block !important;
	display: inline-block;
	padding-left: 9px;
	padding-top: 1px !important;
	padding-top: -1px;
}

#menuCat div#NavigationFirst div#FirstOn a.selected {
	color: white;
	cursor: pointer;
	display: block !important;
	display: inline-block;
	padding-left: 9px;
	padding-top: 1px !important;
	padding-top: -1px;
}

#menuCat div#NavigationFirst div#NavigationSecond {
	width: 232px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menuCat div#NavigationFirst div#NavigationSecond div#Second {
	background-image: url('/subcat-off.gif');
	background-repeat: no-repeat;
	width: 232px;
	height: 20px;
	font-size: 10pt;
	display: block !important;
	display: inline-block;
	cursor: pointer;
}

#menuCat div#NavigationFirst div#NavigationSecond div#SecondLast {
	background-image: url('/subcat2-off.gif');
	background-repeat: no-repeat;
	width: 232px;
	height: 20px;
	font-size: 10pt;
	display: block !important;
	display: inline-block;
	cursor: pointer;
}

#menuCat div#NavigationFirst div#NavigationSecond div#Second a.unselected, #menuCat div#NavigationFirst div#NavigationSecond div#SecondLast a.unselected {
	display: block !important;
	display: inline-block;
	color: black;
	font-weight: bold;
	padding-left: 24px;
	padding-top: 1px;
}

#menuCat div#NavigationFirst div#NavigationSecond div#Second a.selected {
	display: block !important;
	display: inline-block;
	color: #ea983b;
	font-weight: bold;
	padding-left: 24px;
	padding-top: 1px;
}

input.Recherche {
	width: 142px;
	height: 21px;
	border: solid 1px black;
	color: black;
	padding: 2px;
	vertical-align: top;
	margin-left: 15px;
	margin-top: 9px;
}

input#image {
	margin-top: 9px;
}


/* Catalogue produit */
.bgRelatedProductImg {
	width: 255px;
	height: 96px;
	background-color: #f0efed;
	border-top: solid 2px black;
	position: relative;
	float: left;
	overflow: visible;
	margin-right: 80px;
	margin-bottom: 10px;
}

.bgRelatedProductImgACC {
	width: 255px;
	height: 96px;
	background-color: #f0efed;
	border-top: solid 2px black;
	position: relative;
	float: left;
	overflow: visible;
	margin-right: 10px;
	margin-bottom: 10px;
}
}

.bgRelatedProductImg img {
	border-left: solid 1px black;
	border-right: solid 1px black;
	position: relative;
	float: left;
}

.bgRelatedProductImgACC img {
	border-left: solid 1px black;
	border-right: solid 1px black;
	position: relative;
	float: left;
}

.bgRelatedProductImgTitle {
	font-weight: bold;
}

.bgRelatedProductImg .content {
	width: 160px;
	left: 5px;
	position: relative;
	float: left;
}

.bgRelatedProductImgACC .content {
	width: 160px;
	left: 5px;
	position: relative;
	float: left;
}



/* 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;
	}

img.productCatalog{
	border: solid 1px black;
}

.bgRelatedProduct{
	width:100%;
	height:25px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 14px;
	background-color: #f0efed;
	border-top: solid 2px black;
}
