/* Default */
div.clear{
	clear: both;
}

/* Enteteunder */
.enteteunder{
	width: 1028px;
	height: 166px;
	background: white url(/enteteunder.gif) no-repeat left top;
	float: left;
}

/* Caddy */
.textcaddy, .textcaddy2 {
	padding-top: 5px;
	color: black;
	font-weight: bold;
	padding-bottom: 8px;
	font-size: 9pt;
}

.imgCaddy {
	float: left;
	padding-left: 15px;
}

.affichCaddy {
	background-image: url('/caddy2.gif');
	background-repeat: no-repeat;
	width: 91px;
	height: 35px;
	float: left;
	padding-top: 10px;
	text-align: center;
}

.affichCaddy a {
	padding-right: 8px;
}

.idCaddy{
	padding-top: 5px;	
}

div#box a {
	color: black;
	text-decoration: none;

}

/* Footer */
.footer {
	width: 1028px;
	height: 88px;
	background: white url(/image/footer.gif) no-repeat left top;
}

.footer a {
	color: black;
	padding-right: 10px;
}

.footer a:hover {
	color: #fc6e28;
	text-decoration: underline;
}

.partenaires {
	float:left;
	padding-left: 150px;
	padding-top: 25px;
}

.linkSiteo {
	padding-left: 291px;
	padding-top: 70px;
}

.logo{
	float: left;
}

.newsletter{
	padding-left: 451px;
	padding-top: 19px;
	position: relative;
	padding-bottom: 6px;
	float: left;
}

div.newsletter input#mot {
	border-left: solid 1px #414850;
	border-top: solid 1px #59646e;
	border-right: solid 1px #abb7c1;
	border-bottom: solid 1px #b2c1cf;
	width: 115px;
	height: 21px;
	background-color: #c4dcf2;
	margin-left: 3px;
	padding-left: 3px;
	vertical-align: top;
}

div.recommanderAmi {
	position: relative;
	float: left;
	padding-left: 23px;
	padding-top: 16px;
}

div.voirMonPanier {
	position: absolute;
	float: left;
	padding-left: 886px;
	padding-top: 20px;
}

div.livraison {
	position: absolute;
	float: left;
	padding-left: 605px;
	padding-top: 5px;
	font-size: 10pt;
	font-weight: bold;
	color: #fc6e28;
}

a.catalogue {
	color: #525252;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size:10pt;
	vertical-align: top;
}

a.catalogueHover {
	color: #fc6e28;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size:10pt;
	vertical-align: top;
}

span.separation {
	padding-left: 11px;
	padding-right: 11px;
}

img.productCatalog{
	border: solid 1px black;
}

/* Jquery tab */

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	border-bottom:1px solid #7d7d7d;	
	height:58px;
	padding-top: 11px !important;
	padding-top: 0px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding-right: 7px;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	font-size:28px;
	font-style: Avenir LT 65 Medium, Myriad Pro;
	display:block;
	height: 58px;
	line-height:30px;
	width: 225px;
	text-align:center;	
	text-decoration:none;
	color:#767676;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a#femmes { 
	background: url(/onglet-femmes-off.gif?mlml) no-repeat;
}

ul.tabs a:hover#femmes { 
	background: url(/onglet-femmes-on.gif) no-repeat;
}

ul.tabs a#hommes { 
	background: url(/onglet-hommes-off.gif) no-repeat;
}

ul.tabs a:hover#hommes { 
	background: url(/onglet-hommes-on.gif) no-repeat;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	/*background: url(/onglet-on.gif) no-repeat;*/
	color:#fc6e28;
	height: 58px;
	line-height:30px;
	width: 225px;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current#femmes, ul.tabs a.current:hover#femmes, ul.tabs li.current a#femmes {
	background: url(/onglet-femmes-on.gif) no-repeat;
	cursor:default !important; 
	color:#fc6e28 !important;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current#hommes, ul.tabs a.current:hover#hommes, ul.tabs li.current a#hommes {
	background: url(/onglet-hommes-on.gif) no-repeat;
	cursor:default !important; 
	color:#fc6e28 !important;
}

/* initially all panes are hidden 
div.panes div.pane {
	display:none;		
}*/ 

/* tab pane styling */
div.panes div {
	background: url(/bgcat.gif) repeat-x;
	display:none;
	padding-top: 9px;
	padding-left: 29px;
	border-top:1px solid #767676;
	border-top:0;
	height:39px;
	font-size:14px;
}

/* JQuery Scrollable */

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
div.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 976px;
	height: 517px;
	background: url(/bg-scrollable-accueil.gif) no-repeat;
	float:left;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
div.scrollable div.items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	padding-top: 50px;
	clear:both;
}

/* single scrollable item */
div.scrollable img {
	float:left;
	margin-left:2px;
	margin-right:2px;
	width:190px;
	height:399px;
}

/* this makes it possible to add next button beside scrollable */
div.scrollable div.items div {
	float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:24px;
	height:517px;
	float:left;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background:url(/next.gif) no-repeat; margin: 0px; padding: 0px;}

/* left */
a.left				{ background:url(/prev.gif) no-repeat; margin-left: 0px; padding: 0px;}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

/* 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 {
	display:block;
	width: 16px;
	height: 24px;
	float: left;
	margin-left: 6px;
	margin-top: 24px;
	cursor:pointer;
}

div.prevPage {background-image:url(/prevCatProd.gif);}
div.nextPage {background-image:url(/nextCatProd.gif);}

div.navi.disabled {visibility:hidden;}
	
	/* the thumbnail scrollable */
	#smallphotos {
		position:relative;
		overflow:hidden;
		float:left;
		width: 324px;
		height: 91px;
		margin-left: 30px;
		margin-right: 28px;
		//outline:1px solid #333;
		//-moz-outline-radius:4px;
	}
	
	.englobeSmall{
		background:#fff url(/fondBoitePhotoSmallJq.gif) no-repeat;
		width: 433px;
		height: 91px;
		padding-top: 4px;
		//border: solid 0px black;
		position:relative;
		overflow:hidden;
		float:left;
	
	}
	
	#smallphotos div.items div {
		padding: 3px;
		float:left;
		width: 101px;
		height: 73px;
	}
	
	#smallphotos div.items img {
		width: 101px;
		height: 73px;
		border: solid 1px #793e1e;
	}
	
	#smallphotos div.items img:hover {
		width: 101px;
		height: 73px;
		border: solid 2px #000;
	}
	
	#smallphotos div.items img:active {
		width: 101px;
		height: 73px;
		border: solid 2px #000;
	}
	
	/* the thumbnail scrollable */
	#mediumphotos {
		position:relative;
		overflow:hidden;
		float:left;
		width: 433px;
		height: 300px;
		background:#ffffff url(/fondBoitePhotoJq.gif) repeat-x;
		margin: 0px;
	}

#mediumphotos div.zoomInfo {
	width: 419px !important;
	width: 424px;
	height: 15px;
	margin-left: 0px;
	/*margin-left: 4px !important;*/
	background-color: #ececec;
	color: #000;
	padding-left: 5px;
	position: relative;
	overflow: hidden;
	top: 4px;
	left: 4px;
}
	
	#mediumphotos div.items div {
		/*padding: 4px;*/
		padding-top: 4px;
		padding-left: 2px !important;
		padding-left: 4px;
		float:left;
	}
	
	#mediumphotos div.items div img {
		width: 424px;
		height: 300px;
	}

/* 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;
	}
	
	
	.bgRelatedProduct{
		background-image:url(/bgRelatedProduct.gif);
		background-repeat: no-repeat;
		width:761px;
		height:31px;
		font-size: 16px;
		font-weight: bold;
		padding-top: 6px;
		padding-left: 14px;
	}
	
	.bgRelatedProductImg{
		background-image:url(/bgRelatedProductImg.gif);
		background-repeat: no-repeat;
		width:245px;
		height:200px;
		position:relative;
		float:left;
		overflow:hidden;
		border: solid 0px black;
		margin: 3px;
	}
	
	div .bgRelatedProductImg :last-child{
		background-image:url(/bgRelatedProductImg.gif);
		background-repeat: no-repeat;
		width:245px;
		height:200px;
		position:relative;
		float:left;
		overflow:hidden;
		border: solid 0px black;
	}
	
	.bgRelatedProductImg img{
		margin: 2px;
	}
	
	.bgRelatedProductImgTitle{
		color: #fb6e29;
		padding-left: 9px;
		margin-top: 6px;
		position: relative;
		float: left;
		width: 180px;
	}
	
	.bgRelatedProductImgPrix{
		position: relative;
		float: right;
		color: black;
		margin-top: 6px;
		font-weight: bold;
		padding-right: 9px;
	}




/* JQuery Mini Scrollable */

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
div.miniscrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 182px;
	height: 429px;
	background: url(/bg-miniscrollable.gif) no-repeat;
	float:left;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
div.miniscrollable div.items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	padding-top: 23px;
	clear:both;
}

/* single scrollable item */
div.miniscrollable img {
	float:left;
	width:182px;
	height:382px;
}

/* this makes it possible to add next button beside scrollable */
div.miniscrollable div.items div {
	float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.miniscrollableRight, a.miniscrollableLeft {
	display:block;
	width:21px;
	height:429px;
	float:left;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.miniscrollableRight {
	background:url(/next-miniscrollable.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}

/* left */
a.miniscrollableLeft {
	background:url(/prev-miniscrollable.gif) no-repeat;
	margin-left: 0px;
	padding: 0px;
}

/* disabled navigational button */
a.miniscrollableLeft disabled, a.miniscrollableRight disabled {
	visibility:visible !important;		
} 	


.modal {
	background-color:#fff;
	display:none;
	width:350px;
	padding:15px;
	text-align:left;
	border:2px solid #000;
}

.modal .close {
	background-image:url(/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
